Skip to content

Commit

Permalink
0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dvargas92495 committed Nov 10, 2024
1 parent 7616c45 commit e140b1e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-python-ast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Run publish
working-directory: generators/python-v2/ast
run: |
pnpm --filter=${{ env.PACKAGE_NAME }} dist 0.0.7
pnpm --filter=${{ env.PACKAGE_NAME }} dist 0.0.8
cd lib
echo "//registry.npmjs.org/:_authToken=${{ env.NPM_TOKEN }}" > ~/.npmrc
npm publish --access public
2 changes: 1 addition & 1 deletion generators/python-v2/ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fern-api/python-ast",
"version": "0.0.7",
"version": "0.0.8",
"repository": {
"type": "git",
"url": "https://github.com/fern-api/fern.git",
Expand Down
6 changes: 6 additions & 0 deletions generators/python-v2/ast/versions.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
- version: 0.0.8
createdAt: '2024-11-10'
changelogEntry:
- type: internal
summary: AST Changes.
irVersion: 33
- version: 0.0.7
createdAt: '2024-11-06'
changelogEntry:
Expand Down

0 comments on commit e140b1e

Please sign in to comment.