Skip to content

Commit

Permalink
feat: upgrade version to v2 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
eunjae-lee authored Jul 24, 2024
1 parent 2e0885b commit 7ab569a
Show file tree
Hide file tree
Showing 3 changed files with 3,445 additions and 2,778 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Build
run: pnpm run build
- name: Publish to NPM
run: npm publish --access public --tag beta
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"name": "@storyblok/app-extension-auth",
"description": "A typed JavaScript library for handling authentication with Storyblok apps.",
"version": "2.0.0-beta.2",
"author": {
"name": "Johannes Lindgren",
"email": "[email protected]"
},
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://github.com/storyblok/app-extension-auth.git"
Expand Down
Loading

0 comments on commit 7ab569a

Please sign in to comment.