diff --git a/CHANGELOG.md b/CHANGELOG.md index 44046d5e8..06db789e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ 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 + ## 1.7.2-next.3 (2023-12-14) **Note:** Version bump only for package wwnds diff --git a/lerna.json b/lerna.json index 6df3904b5..a9db3b15b 100755 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.8.0-next.0", + "version": "1.8.1-next.0", "npmClient": "npm", "command": { "publish": { diff --git a/package-lock.json b/package-lock.json index a0004b3c6..a3e8f9b9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45802,7 +45802,7 @@ }, "packages/core": { "name": "@wwnds/core", - "version": "1.8.0-next.0", + "version": "1.8.1-next.0", "license": "MIT", "dependencies": { "@material/circular-progress": "^14.0.0", @@ -45820,7 +45820,7 @@ }, "packages/react": { "name": "@wwnds/react", - "version": "1.8.0-next.0", + "version": "1.8.1-next.0", "license": "MIT", "dependencies": { "@material/linear-progress": "^14.0.0", @@ -45875,7 +45875,7 @@ } }, "website": { - "version": "1.8.0-next.0", + "version": "1.8.1-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.0-next.0", - "@wwnds/react": "^1.8.0-next.0", + "@wwnds/core": "^1.8.1-next.0", + "@wwnds/react": "^1.8.1-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 7abf4da3e..ad3964c97 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,10 @@ 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 7c4d89b8d..d872e657f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@wwnds/core", - "version": "1.8.0-next.0", + "version": "1.8.1-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 c6917623e..8381c69bb 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,10 @@ 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 b3da0341f..18f0c6681 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@wwnds/react", - "version": "1.8.0-next.0", + "version": "1.8.1-next.0", "description": "React components for the Norton Design System.", "keywords": [ "component", diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index daa875354..988f34d50 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -3,6 +3,10 @@ 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 74f817fc0..183453b8c 100755 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.8.0-next.0", + "version": "1.8.1-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.0-next.0", - "@wwnds/react": "^1.8.0-next.0", + "@wwnds/core": "^1.8.1-next.0", + "@wwnds/react": "^1.8.1-next.0", "colorable": "^1.0.5", "docusaurus-lunr-search": "^2.3.2", "markdown-to-jsx": "^7.1.9",