From ed913fd02175572d706fd843e3d8289374eb4fc0 Mon Sep 17 00:00:00 2001 From: HenriqueLimas Date: Wed, 2 Oct 2024 16:06:49 -0700 Subject: [PATCH] Bump v7.0.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ba54c0e0..a87049bc 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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": {