From cd05006c1db2958b822eefb3aa96384ddbe30d4e Mon Sep 17 00:00:00 2001 From: Evan Yamanishi Date: Thu, 14 Dec 2023 12:21:53 -0500 Subject: [PATCH] v1.8.0-next.0 --- lerna.json | 2 +- package-lock.json | 10 +++++----- packages/core/package.json | 2 +- packages/react/package.json | 2 +- website/package.json | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/lerna.json b/lerna.json index 9f6bf3fab..6df3904b5 100755 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.7.2-next.3", + "version": "1.8.0-next.0", "npmClient": "npm", "command": { "publish": { diff --git a/package-lock.json b/package-lock.json index 544b35207..a0004b3c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45802,7 +45802,7 @@ }, "packages/core": { "name": "@wwnds/core", - "version": "1.7.2-next.3", + "version": "1.8.0-next.0", "license": "MIT", "dependencies": { "@material/circular-progress": "^14.0.0", @@ -45820,7 +45820,7 @@ }, "packages/react": { "name": "@wwnds/react", - "version": "1.7.2-next.3", + "version": "1.8.0-next.0", "license": "MIT", "dependencies": { "@material/linear-progress": "^14.0.0", @@ -45875,7 +45875,7 @@ } }, "website": { - "version": "1.7.2-next.3", + "version": "1.8.0-next.0", "bundleDependencies": [ "@docusaurus/theme-common", "clsx" @@ -45887,8 +45887,8 @@ "@docusaurus/preset-classic": "^2.3.1", "@docusaurus/theme-live-codeblock": "^2.3.1", "@mdx-js/react": "^1.6.22", - "@wwnds/core": "^1.7.2-next.3", - "@wwnds/react": "^1.7.2-next.3", + "@wwnds/core": "^1.8.0-next.0", + "@wwnds/react": "^1.8.0-next.0", "colorable": "^1.0.5", "docusaurus-lunr-search": "^2.3.2", "markdown-to-jsx": "^7.1.9", diff --git a/packages/core/package.json b/packages/core/package.json index cc4aedccd..7c4d89b8d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@wwnds/core", - "version": "1.7.2-next.3", + "version": "1.8.0-next.0", "description": "Vanilla CSS, HTML, and JavaScript implementations of the Norton Design System.", "keywords": [ "component", diff --git a/packages/react/package.json b/packages/react/package.json index 314db1feb..b3da0341f 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@wwnds/react", - "version": "1.7.2-next.3", + "version": "1.8.0-next.0", "description": "React components for the Norton Design System.", "keywords": [ "component", diff --git a/website/package.json b/website/package.json index a23ca688d..74f817fc0 100755 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.7.2-next.3", + "version": "1.8.0-next.0", "private": true, "author": "Evan Yamanishi ", "contributors": [ @@ -41,8 +41,8 @@ "@docusaurus/preset-classic": "^2.3.1", "@docusaurus/theme-live-codeblock": "^2.3.1", "@mdx-js/react": "^1.6.22", - "@wwnds/core": "^1.7.2-next.3", - "@wwnds/react": "^1.7.2-next.3", + "@wwnds/core": "^1.8.0-next.0", + "@wwnds/react": "^1.8.0-next.0", "colorable": "^1.0.5", "docusaurus-lunr-search": "^2.3.2", "markdown-to-jsx": "^7.1.9",