From eeaaf053487bb6cc0dcad530ef7ddf4f8e5a097b Mon Sep 17 00:00:00 2001 From: HenriqueLimas Date: Tue, 16 Jul 2024 09:55:33 -0700 Subject: [PATCH] Bump v7.0.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 51b591be..ba54c0e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ebay/ui-core-react", - "version": "7.0.0", + "version": "7.0.1", "description": "Skin components build off React", "publishConfig": { "registry": "https://registry.npmjs.org" @@ -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": "yarn build && yarn copy", + "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/", "prepare": "node scripts/husky-install || node ../scripts/husky-install" },