Skip to content

Commit

Permalink
Bump v7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriqueLimas committed Oct 2, 2024
1 parent 4b06279 commit ed913fd
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": "7.0.1",
"version": "7.0.2",
"description": "Skin components build off React",
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand All @@ -24,7 +24,7 @@
"copy": "copyfiles package.json README.md lib; yarn copy:rest",
"copy:rest": "yarn copyfiles -u 1 'src/**/*.md' lib",
"release": "yarn build && yarn copy && CI=1 npm publish lib/ --access public",
"prerelease": "npm version prerelease --preid rc && yarn clean && yarn build && yarn copy && CI=1 npm publish --tag rc lib/",
"release:rc": "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"
},
"lint-staged": {
Expand Down

0 comments on commit ed913fd

Please sign in to comment.