Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dvargas92495 committed Nov 10, 2024
1 parent 32bef5c commit 80edd3e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 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.5
pnpm --filter=${{ env.PACKAGE_NAME }} dist 0.0.6
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/build.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async function lib_main() {
files: ["*.js", "*.d.ts", "core/", ],
dependencies: {
"@fern-api/core-utils": "^0.15.0-rc63",
"@fern-api/generator-commons": "0.0.2",
"@fern-api/generator-commons": "0.0.3",
"@wasm-fmt/ruff_fmt": "^0.6.1"
}
},
Expand Down
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.5",
"version": "0.0.6",
"repository": {
"type": "git",
"url": "https://github.com/fern-api/fern.git",
Expand Down
8 changes: 7 additions & 1 deletion generators/python-v2/ast/versions.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
- version: 0.0.6
createdAt: '2024-11-05'
changelogEntry:
- type: internal
summary: Publish Commons 0.0.3.
irVersion: 33
- version: 0.0.5
createdAt: '2024-11-05'
changelogEntry:
- type: internal
summary: Publish Commons 0.0.3 and fix main field.
summary: Fix main field.
irVersion: 33
- version: 0.0.4
createdAt: '2024-11-04'
Expand Down

0 comments on commit 80edd3e

Please sign in to comment.