Skip to content

Commit

Permalink
Merge branch 'release/1.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0ji committed Dec 19, 2023
2 parents e8dfbd9 + 6d8fc79 commit b1bc1f0
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 49 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.7.2-next.3",
"version": "1.8.0",
"npmClient": "npm",
"command": {
"publish": {
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 6 additions & 11 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.7.2-next.3 (2023-12-14)
## [1.8.0](https://github.com/wwnorton/design-system/compare/v1.7.1...v1.8.0) (2023-12-14)

**Note:** Version bump only for package @wwnds/core

## 1.7.2-next.2 (2023-12-14)

**Note:** Version bump only for package @wwnds/core

## 1.7.2-next.1 (2023-12-13)
### ✨ Features

**Note:** Version bump only for package @wwnds/core
- add new tabs component ([d627b98](https://github.com/wwnorton/design-system/commit/d627b98a45ec1420f3f24f249b88ead43e44750f))

## 1.7.2-next.0 (2023-12-13)
### 🐛 Bug Fixes

**Note:** Version bump only for package @wwnds/core
- **core:** solve low contrast with TextField border and white background ([0f0c0e](https://github.com/wwnorton/design-system/commit/0f0c0ef703954c3d04b7a94d8740c0c7cce3e4cd))
- **link:** use default link display value ([60da30](https://github.com/wwnorton/design-system/commit/60da30cc79fbc0264f2f5bb966fa02ed82f26d6f))

## [1.6.0](https://github.com/wwnorton/design-system/compare/v1.5.0...v1.6.0) (2022-09-08)

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wwnds/core",
"version": "1.7.2-next.3",
"version": "1.8.0",
"description": "Vanilla CSS, HTML, and JavaScript implementations of the Norton Design System.",
"keywords": [
"component",
Expand Down
18 changes: 9 additions & 9 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.7.2-next.3 (2023-12-14)
## [1.8.0](https://github.com/wwnorton/design-system/compare/v1.7.1...v1.8.0) (2023-12-14)

**Note:** Version bump only for package @wwnds/react

## 1.7.2-next.2 (2023-12-14)
### ✨ Features

**Note:** Version bump only for package @wwnds/react
- add new tabs component ([d627b98](https://github.com/wwnorton/design-system/commit/d627b98a45ec1420f3f24f249b88ead43e44750f))

## 1.7.2-next.1 (2023-12-13)
### 🐛 Bug Fixes

**Note:** Version bump only for package @wwnds/react
- reports disclosure collapsed state to screen readers ([43ef06](https://github.com/wwnorton/design-system/commit/43ef0670156d0eef68f648d8d91a6d2fec70a274))
- **react:** solve disappearing checked state in ChoiceField and RadioGroup ([adfa78](https://github.com/wwnorton/design-system/commit/adfa78cf4518f5f93e1eaa0519e13f1947a4226a))
- added an extra validation to avoid making focus ([0c7bfd](https://github.com/wwnorton/design-system/commit/0c7bfdbef7272e4533dbe5b90520581deab160d2))

## 1.7.2-next.0 (2023-12-13)
### 📝 Documentation

**Note:** Version bump only for package @wwnds/react
- **react:** improve Tabs stories ([6d5a76d](https://github.com/wwnorton/design-system/commit/6d5a76dcb53e2f6fce411ac712659617e2b50277))

## [1.7.1](https://github.com/wwnorton/design-system/compare/v1.7.0...v1.7.1) (2023-06-23)

Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wwnds/react",
"version": "1.7.2-next.3",
"version": "1.8.0",
"description": "React components for the Norton Design System.",
"keywords": [
"component",
Expand Down
14 changes: 1 addition & 13 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.7.2-next.3 (2023-12-14)

**Note:** Version bump only for package website

## 1.7.2-next.2 (2023-12-14)

**Note:** Version bump only for package website

## 1.7.2-next.1 (2023-12-13)

**Note:** Version bump only for package website

## 1.7.2-next.0 (2023-12-13)
## [1.8.0](https://github.com/wwnorton/design-system/compare/v1.7.1...v1.8.0) (2023-12-14)

**Note:** Version bump only for package website

Expand Down
12 changes: 4 additions & 8 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "1.7.2-next.3",
"version": "1.8.0",
"private": true,
"author": "Evan Yamanishi <[email protected]>",
"contributors": [
Expand Down Expand Up @@ -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",
"@wwnds/react": "^1.8.0",
"colorable": "^1.0.5",
"docusaurus-lunr-search": "^2.3.2",
"markdown-to-jsx": "^7.1.9",
Expand All @@ -60,9 +60,5 @@
],
"engines": {
"node": ">=14.15.0"
},
"bundleDependencies": [
"@docusaurus/theme-common",
"clsx"
]
}
}

0 comments on commit b1bc1f0

Please sign in to comment.