Skip to content

Commit

Permalink
Bump version to: 6.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
LEE DONGGUN committed Aug 25, 2023
1 parent 8b5b88a commit fbea295
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-addon-useragent",
"version": "6.3.2",
"version": "6.4.0",
"description": "storybook-addon-useragent",
"keywords": [
"addon",
Expand Down Expand Up @@ -47,7 +47,7 @@
"storybook": "start-storybook -p 6006",
"prestart": "rm -rf dist",
"start": "concurrently \"npm run build:watch\" \"npm run storybook -- --no-manager-cache --quiet --no-version-updates\"",
"prebuild-storybook" : "npm run build",
"prebuild-storybook": "npm run build",
"build-storybook": "build-storybook",
"prerelease": "zx scripts/prepublish-checks.mjs",
"release": "npm run build && auto shipit",
Expand Down

0 comments on commit fbea295

Please sign in to comment.