Skip to content

Commit

Permalink
v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0ji committed Dec 17, 2024
1 parent 06d1bbf commit 4f45358
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 13 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>1.9.1 (2024-12-17)</small>

- chore: add missing 1.9.0 changelog entries ([3a23294](https://github.com/wwnorton/design-system/commit/3a23294))
- chore: add missing lerna version options ([84ce1d8](https://github.com/wwnorton/design-system/commit/84ce1d8))
- chore: align mixed declarations with CSS nesting ([a342abf](https://github.com/wwnorton/design-system/commit/a342abf))
- chore: migrate husky hooks for husky@v10 ([04a4acd](https://github.com/wwnorton/design-system/commit/04a4acd))
- chore: remove duplicate header ([06d1bbf](https://github.com/wwnorton/design-system/commit/06d1bbf))
- chore: update CHANGELOG.md with v1.9.0 ([b9a5571](https://github.com/wwnorton/design-system/commit/b9a5571))
- chore: vendor @material css ([3b33b76](https://github.com/wwnorton/design-system/commit/3b33b76))
- fix: fix type react types mismatch ([0d4dfb3](https://github.com/wwnorton/design-system/commit/0d4dfb3))

## [1.9.0](https://github.com/wwnorton/design-system/compare/v1.8.1-alpha.0...v1.9.0) (2024-12-16)

### ✨ 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.9.0",
"version": "1.9.1",
"npmClient": "npm",
"command": {
"publish": {
Expand Down
11 changes: 5 additions & 6 deletions package-lock.json

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

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

## <small>1.9.1 (2024-12-17)</small>

- chore: align mixed declarations with CSS nesting ([a342abf](https://github.com/wwnorton/design-system/commit/a342abf))
- chore: vendor @material css ([3b33b76](https://github.com/wwnorton/design-system/commit/3b33b76))

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

### ✨ Features
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.9.0",
"version": "1.9.1",
"description": "Vanilla CSS, HTML, and JavaScript implementations of the Norton Design System.",
"keywords": [
"component",
Expand Down
4 changes: 4 additions & 0 deletions packages/react/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.

## <small>1.9.1 (2024-12-17)</small>

- fix: fix type react types mismatch ([0d4dfb3](https://github.com/wwnorton/design-system/commit/0d4dfb3))

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

### ✨ Features
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wwnds/react",
"version": "1.9.0",
"version": "1.9.1",
"description": "React components for the Norton Design System.",
"keywords": [
"component",
Expand Down Expand Up @@ -55,8 +55,8 @@
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@types/react-is": "^18.3.0",
"@faker-js/faker": "^9.0.3",
"@types/react-is": "^18.3.0",
"react-router-dom": "^5.3.4"
},
"peerDependencies": {
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.

## <small>1.9.1 (2024-12-17)</small>

- fix: fix type react types mismatch ([0d4dfb3](https://github.com/wwnorton/design-system/commit/0d4dfb3))

## [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
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "1.9.0",
"version": "1.9.1",
"private": true,
"author": "Evan Yamanishi <eyamanishi@wwnorton.com>",
"contributors": [
Expand Down Expand Up @@ -44,8 +44,8 @@
"@docusaurus/preset-classic": "^3.1.1",
"@docusaurus/theme-live-codeblock": "^3.1.1",
"@mdx-js/react": "^3.0.1",
"@wwnds/core": "^1.8.0",
"@wwnds/react": "^1.8.0",
"@wwnds/core": "^1.9.1",
"@wwnds/react": "^1.9.1",
"colorable": "^1.0.5",
"docusaurus-lunr-search": "^3.3.2",
"markdown-to-jsx": "^7.1.9",
Expand Down

0 comments on commit 4f45358

Please sign in to comment.