Skip to content

Commit

Permalink
v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0ji committed Jun 23, 2023
1 parent 750edcc commit 14478a6
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### 🐛 Bug Fixes

- **react:** solve controlled selected not changing default focus on Dropdown list ([7782ea6](https://github.com/wwnorton/design-system/commit/7782ea6fa2e6a9500c4f5a8b0419f4d784da8ded))
- **react:** solve issue of multiple Dropdowns competing for focus ([62adfd3](https://github.com/wwnorton/design-system/commit/62adfd3c3dfd0bd88c7085cf6d8b40af2d5c63fc))
- **react:** solves Dropdown not upgrading button contents when controlled ([076cb77](https://github.com/wwnorton/design-system/commit/076cb77e603f49809feecc563d0a2b3807f1e28a))

## [1.7.0](https://github.com/wwnorton/design-system/compare/v1.6.0...v1.7.0) (2023-03-03)

### ✨ Features
Expand Down
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.0",
"version": "1.7.1",
"npmClient": "npm",
"command": {
"publish": {
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

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

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

### 🐛 Bug Fixes

- **react:** solve controlled selected not changing default focus on Dropdown list ([7782ea6](https://github.com/wwnorton/design-system/commit/7782ea6fa2e6a9500c4f5a8b0419f4d784da8ded))
- **react:** solve issue of multiple Dropdowns competing for focus ([62adfd3](https://github.com/wwnorton/design-system/commit/62adfd3c3dfd0bd88c7085cf6d8b40af2d5c63fc))
- **react:** solves Dropdown not upgrading button contents when controlled ([076cb77](https://github.com/wwnorton/design-system/commit/076cb77e603f49809feecc563d0a2b3807f1e28a))

## [1.7.0](https://github.com/wwnorton/design-system/compare/v1.6.0...v1.7.0) (2023-03-03)

### ✨ Features
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.0",
"version": "1.7.1",
"description": "React components for the Norton Design System.",
"keywords": [
"component",
Expand Down
4 changes: 4 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.1](https://github.com/wwnorton/design-system/compare/v1.7.0...v1.7.1) (2023-06-23)

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

## [1.7.0](https://github.com/wwnorton/design-system/compare/v1.6.0...v1.7.0) (2023-03-03)

**Note:** Version bump only for package website
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "1.7.0",
"version": "1.7.1",
"private": true,
"author": "Evan Yamanishi <[email protected]>",
"contributors": [
Expand Down Expand Up @@ -41,7 +41,7 @@
"@docusaurus/preset-classic": "^2.3.1",
"@docusaurus/theme-live-codeblock": "^2.3.1",
"@wwnds/core": "^1.6.0",
"@wwnds/react": "^1.7.0",
"@wwnds/react": "^1.7.1",
"colorable": "^1.0.5",
"docusaurus-lunr-search": "^2.3.2",
"markdown-to-jsx": "^7.1.9",
Expand Down

0 comments on commit 14478a6

Please sign in to comment.