From 9b87d8095b5280ef108d1e5d02e757f10b27df79 Mon Sep 17 00:00:00 2001 From: Evan Yamanishi Date: Tue, 19 Dec 2023 14:57:26 -0500 Subject: [PATCH] Revert "v1.8.1-next.0" This reverts commit 7ed61e8ecda4818d8102c5dd192efc3dca95cd2e. --- lerna.json | 2 +- package-lock.json | 10 +++++----- packages/core/CHANGELOG.md | 4 ---- packages/core/package.json | 2 +- packages/react/CHANGELOG.md | 4 ---- packages/react/package.json | 2 +- website/CHANGELOG.md | 4 ---- website/package.json | 6 +++--- 8 files changed, 11 insertions(+), 23 deletions(-) diff --git a/lerna.json b/lerna.json index a9db3b15b..6df3904b5 100755 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.8.1-next.0", + "version": "1.8.0-next.0", "npmClient": "npm", "command": { "publish": { diff --git a/package-lock.json b/package-lock.json index a3e8f9b9d..a0004b3c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45802,7 +45802,7 @@ }, "packages/core": { "name": "@wwnds/core", - "version": "1.8.1-next.0", + "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.8.1-next.0", + "version": "1.8.0-next.0", "license": "MIT", "dependencies": { "@material/linear-progress": "^14.0.0", @@ -45875,7 +45875,7 @@ } }, "website": { - "version": "1.8.1-next.0", + "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.8.1-next.0", - "@wwnds/react": "^1.8.1-next.0", + "@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/CHANGELOG.md b/packages/core/CHANGELOG.md index ad3964c97..7abf4da3e 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,10 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## 1.8.1-next.0 (2023-12-14) - -**Note:** Version bump only for package @wwnds/core - ## 1.7.2-next.3 (2023-12-14) **Note:** Version bump only for package @wwnds/core diff --git a/packages/core/package.json b/packages/core/package.json index d872e657f..7c4d89b8d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@wwnds/core", - "version": "1.8.1-next.0", + "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/CHANGELOG.md b/packages/react/CHANGELOG.md index 8381c69bb..c6917623e 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,10 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## 1.8.1-next.0 (2023-12-14) - -**Note:** Version bump only for package @wwnds/react - ## 1.7.2-next.3 (2023-12-14) **Note:** Version bump only for package @wwnds/react diff --git a/packages/react/package.json b/packages/react/package.json index 18f0c6681..b3da0341f 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@wwnds/react", - "version": "1.8.1-next.0", + "version": "1.8.0-next.0", "description": "React components for the Norton Design System.", "keywords": [ "component", diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 988f34d50..daa875354 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -3,10 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## 1.8.1-next.0 (2023-12-14) - -**Note:** Version bump only for package website - ## 1.7.2-next.3 (2023-12-14) **Note:** Version bump only for package website diff --git a/website/package.json b/website/package.json index 183453b8c..74f817fc0 100755 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.8.1-next.0", + "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.8.1-next.0", - "@wwnds/react": "^1.8.1-next.0", + "@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",