From a620367e1ca9943660861cefd954043693d7ffa8 Mon Sep 17 00:00:00 2001 From: Duc Tai Ly Date: Tue, 21 May 2024 17:43:50 +0200 Subject: [PATCH] Address review comments --- package.json | 2 +- playground/package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index fe906cbb..1a8f50d5 100644 --- a/package.json +++ b/package.json @@ -35,9 +35,9 @@ "prepublishOnly": "npm run build", "gen-readme-toc": "markdown-toc -i README.md", "generate:assets": "npm run gen-readme-toc", - "bump:playground:version": "cd playground && npm --no-git-tag-version --allow-same-version version $VERSION", "bump:webcomp:version": "cd web-component && npm --no-git-tag-version --allow-same-version version $VERSION", "bump:lib:version": "cd library && npm --no-git-tag-version --allow-same-version version $VERSION", + "bump:version": "npm run bump:lib:version && npm run bump:webcomp:version && npm run install:reactcomp:webcomponent", "install:reactcomp:webcomponent": "cd web-component && npm run install:reactcomp", "get:name": "cd library && npm run get:name", "get:version": "cd library && npm run get:version" diff --git a/playground/package.json b/playground/package.json index a29c0fa6..33ed03e0 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,6 +1,5 @@ { "name": "playground", - "version": "2.0.0", "private": true, "scripts": { "build": "next build && touch out/.nojekyll",