From 6d8fc79db28b5c817960a75f97bcc370eb50f962 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 14 Dec 2023 20:44:47 +0000 Subject: [PATCH] v1.8.0 --- CHANGELOG.md | 4 ++++ 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 +++--- 9 files changed, 27 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44046d5e8..ed4a84810 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.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..b96fab9f7 100755 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.8.0-next.0", + "version": "1.8.0", "npmClient": "npm", "command": { "publish": { diff --git a/package-lock.json b/package-lock.json index a0004b3c6..c9cf4f126 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.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.0", "license": "MIT", "dependencies": { "@material/linear-progress": "^14.0.0", @@ -45875,7 +45875,7 @@ } }, "website": { - "version": "1.8.0-next.0", + "version": "1.8.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.0", + "@wwnds/react": "^1.8.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..784e82fd6 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.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..55d8733ac 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.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..453426754 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.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..d16f30b1a 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.0", "description": "React components for the Norton Design System.", "keywords": [ "component", diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index daa875354..cdf869161 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.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..ca2ad0511 100755 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.8.0-next.0", + "version": "1.8.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.0", + "@wwnds/react": "^1.8.0", "colorable": "^1.0.5", "docusaurus-lunr-search": "^2.3.2", "markdown-to-jsx": "^7.1.9",