Skip to content

Commit

Permalink
Bump v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriqueLimas committed Jul 12, 2024
1 parent abee925 commit 1fffc8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ebay/ui-core-react",
"version": "6.3.0",
"version": "7.0.0",
"description": "Skin components build off React",
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand All @@ -23,7 +23,7 @@
"update-icons": "node ./scripts/update-icons",
"copy": "copyfiles package.json README.md lib; yarn copy:rest",
"copy:rest": "yarn copyfiles -u 1 'src/**/*.md' lib",
"prepublishOnly": "if [ -z \"$CI\" ]; then echo \"Please use CI, do not publish manually\"; exit 1; fi",
"prepublishOnly": "yarn build && yarn copy",
"prerelease": "npm version prerelease --preid rc && yarn clean && yarn build && yarn copy && CI=1 npm publish --tag rc lib/",
"prepare": "node scripts/husky-install || node ../scripts/husky-install"
},
Expand Down

0 comments on commit 1fffc8e

Please sign in to comment.