Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
site-eng-github-actions committed Mar 14, 2024
1 parent 73b4b9e commit 310104f
Show file tree
Hide file tree
Showing 88 changed files with 672 additions and 174 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.22.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.22.0...v1.22.1) (2024-03-14)


### Bug Fixes

* Change forCards modifier to forSurfaces ([#576](https://github.com/washingtonpost/wpds-ui-kit/issues/576)) ([c5e0422](https://github.com/washingtonpost/wpds-ui-kit/commit/c5e04223fb2e7c40506751fda61a0a2844101e01))
* cleaned up [STRY-70] ([007ae6a](https://github.com/washingtonpost/wpds-ui-kit/commit/007ae6a83ba26c53ce1d03bbf4dc035359563be0))
* cleaned up again [STRY-70] ([95556bf](https://github.com/washingtonpost/wpds-ui-kit/commit/95556bf5f384d62e0523161a81af2cf62b4506ef))
* Fixed onSurface to have the correct camel casing ([#571](https://github.com/washingtonpost/wpds-ui-kit/issues/571)) ([9daca60](https://github.com/washingtonpost/wpds-ui-kit/commit/9daca60f9c562aa2d697c8389d44d2ef491f1494))
* ignoring .idea files [STRY-70] ([c686693](https://github.com/washingtonpost/wpds-ui-kit/commit/c686693d49c51b261bb36f134bdb834478c5be0b))
* linting [STRY-70] ([63e8949](https://github.com/washingtonpost/wpds-ui-kit/commit/63e894934cda486b1d59477b5d60650d0e861893))
* only add needed files [STRY-70] ([ca38fb2](https://github.com/washingtonpost/wpds-ui-kit/commit/ca38fb2a8f813a543908e9e96acb39115f419e4c))
* update readme ([#587](https://github.com/washingtonpost/wpds-ui-kit/issues/587)) ([73b4b9e](https://github.com/washingtonpost/wpds-ui-kit/commit/73b4b9e3ac698cdca779cd0c49c490167e18180f))





# [1.22.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.21.0...v1.22.0) (2024-02-15)

### Bug Fixes
Expand Down
11 changes: 11 additions & 0 deletions apps/vite-project/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.

## [1.22.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.22.0...v1.22.1) (2024-03-14)


### Bug Fixes

* Fixed onSurface to have the correct camel casing ([#571](https://github.com/washingtonpost/wpds-ui-kit/issues/571)) ([9daca60](https://github.com/washingtonpost/wpds-ui-kit/commit/9daca60f9c562aa2d697c8389d44d2ef491f1494))





# [1.22.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.21.0...v1.22.0) (2024-02-15)

**Note:** Version bump only for package vite-project
Expand Down
6 changes: 3 additions & 3 deletions apps/vite-project/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "vite-project",
"private": true,
"version": "1.22.0",
"version": "1.22.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@washingtonpost/wpds-kitchen-sink": "1.22.0",
"@washingtonpost/wpds-ui-kit": "1.22.0",
"@washingtonpost/wpds-kitchen-sink": "1.22.1",
"@washingtonpost/wpds-ui-kit": "1.22.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
11 changes: 11 additions & 0 deletions apps/vite-v2-project/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.

## [1.22.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.22.0...v1.22.1) (2024-03-14)


### Bug Fixes

* Fixed onSurface to have the correct camel casing ([#571](https://github.com/washingtonpost/wpds-ui-kit/issues/571)) ([9daca60](https://github.com/washingtonpost/wpds-ui-kit/commit/9daca60f9c562aa2d697c8389d44d2ef491f1494))





# [1.22.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.21.0...v1.22.0) (2024-02-15)

**Note:** Version bump only for package vite-v2-project
Expand Down
6 changes: 3 additions & 3 deletions apps/vite-v2-project/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "vite-v2-project",
"private": true,
"version": "1.22.0",
"version": "1.22.1",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@washingtonpost/wpds-kitchen-sink": "1.22.0",
"@washingtonpost/wpds-ui-kit": "1.22.0",
"@washingtonpost/wpds-kitchen-sink": "1.22.1",
"@washingtonpost/wpds-ui-kit": "1.22.1",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
Expand Down
16 changes: 16 additions & 0 deletions build.washingtonpost.com/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.22.1](https://github.com/washingtonpost/wpds-docs/compare/v1.22.0...v1.22.1) (2024-03-14)


### Bug Fixes

* Change forCards modifier to forSurfaces ([#576](https://github.com/washingtonpost/wpds-docs/issues/576)) ([c5e0422](https://github.com/washingtonpost/wpds-docs/commit/c5e04223fb2e7c40506751fda61a0a2844101e01))
* cleaned up [STRY-70] ([007ae6a](https://github.com/washingtonpost/wpds-docs/commit/007ae6a83ba26c53ce1d03bbf4dc035359563be0))
* cleaned up again [STRY-70] ([95556bf](https://github.com/washingtonpost/wpds-docs/commit/95556bf5f384d62e0523161a81af2cf62b4506ef))
* Fixed onSurface to have the correct camel casing ([#571](https://github.com/washingtonpost/wpds-docs/issues/571)) ([9daca60](https://github.com/washingtonpost/wpds-docs/commit/9daca60f9c562aa2d697c8389d44d2ef491f1494))
* linting [STRY-70] ([63e8949](https://github.com/washingtonpost/wpds-docs/commit/63e894934cda486b1d59477b5d60650d0e861893))
* only add needed files [STRY-70] ([ca38fb2](https://github.com/washingtonpost/wpds-docs/commit/ca38fb2a8f813a543908e9e96acb39115f419e4c))





# [1.22.0](https://github.com/washingtonpost/wpds-docs/compare/v1.21.0...v1.22.0) (2024-02-15)

### Features
Expand Down
14 changes: 7 additions & 7 deletions build.washingtonpost.com/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@washingtonpost/wpds-docs",
"version": "1.22.0",
"version": "1.22.1",
"private": true,
"scripts": {
"dev": "next-remote-watch ./docs",
Expand All @@ -12,7 +12,6 @@
"alex": "npx alex docs/**/*.mdx --mdx"
},
"dependencies": {
"wcag-contrast": "3.0.0",
"@babel/standalone": "^7.17.11",
"@codesandbox/sandpack-react": "^1.3.2",
"@octokit/core": "^4.0.5",
Expand All @@ -25,10 +24,10 @@
"@washingtonpost/site-footer": "^0.24.3",
"@washingtonpost/tachyons-css": "~1.8.0",
"@washingtonpost/wpds-assets": ">=1.24.0",
"@washingtonpost/wpds-kitchen-sink": "1.22.0",
"@washingtonpost/wpds-tailwind-theme": "1.22.0",
"@washingtonpost/wpds-tokens": "1.22.0",
"@washingtonpost/wpds-ui-kit": "1.22.0",
"@washingtonpost/wpds-kitchen-sink": "1.22.1",
"@washingtonpost/wpds-tailwind-theme": "1.22.1",
"@washingtonpost/wpds-tokens": "1.22.1",
"@washingtonpost/wpds-ui-kit": "1.22.1",
"fuse.js": "^6.6.2",
"gray-matter": "^4.0.2",
"lz-string": "^1.4.4",
Expand All @@ -49,7 +48,8 @@
"remark-gfm": "^3.0.1",
"remark-mdx-code-meta": "^1.0.0",
"stringify-object": "^4.0.1",
"typescript": "4.5.5"
"typescript": "4.5.5",
"wcag-contrast": "3.0.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.1.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "1.22.0"
"version": "1.22.1"
}
11 changes: 11 additions & 0 deletions ui/accordion/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.

## [1.22.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.22.0...v1.22.1) (2024-03-14)


### Bug Fixes

* Fixed onSurface to have the correct camel casing ([#571](https://github.com/washingtonpost/wpds-ui-kit/issues/571)) ([9daca60](https://github.com/washingtonpost/wpds-ui-kit/commit/9daca60f9c562aa2d697c8389d44d2ef491f1494))





# [1.22.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.21.0...v1.22.0) (2024-02-15)

**Note:** Version bump only for package @washingtonpost/wpds-accordion
Expand Down
6 changes: 3 additions & 3 deletions ui/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@washingtonpost/wpds-accordion",
"version": "1.22.0",
"version": "1.22.1",
"description": "WPDS Accordion",
"author": "WPDS Support <[email protected]>",
"homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme",
Expand Down Expand Up @@ -42,8 +42,8 @@
"dependencies": {
"@radix-ui/react-accordion": "^1.1.0",
"@washingtonpost/wpds-assets": "^1.22.0",
"@washingtonpost/wpds-icon": "1.22.0",
"@washingtonpost/wpds-theme": "1.22.0"
"@washingtonpost/wpds-icon": "1.22.1",
"@washingtonpost/wpds-theme": "1.22.1"
},
"gitHead": "dddd34ee2494be2d91fe5671db3291060097b02a"
}
11 changes: 11 additions & 0 deletions ui/action-menu/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.

## [1.22.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.22.0...v1.22.1) (2024-03-14)


### Bug Fixes

* Fixed onSurface to have the correct camel casing ([#571](https://github.com/washingtonpost/wpds-ui-kit/issues/571)) ([9daca60](https://github.com/washingtonpost/wpds-ui-kit/commit/9daca60f9c562aa2d697c8389d44d2ef491f1494))





# [1.22.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.21.0...v1.22.0) (2024-02-15)

**Note:** Version bump only for package @washingtonpost/wpds-action-menu
Expand Down
10 changes: 5 additions & 5 deletions ui/action-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@washingtonpost/wpds-action-menu",
"version": "1.22.0",
"version": "1.22.1",
"description": "WPDS Action Menu",
"author": "WPDS Support <[email protected]>",
"homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme",
Expand Down Expand Up @@ -46,10 +46,10 @@
"dependencies": {
"@radix-ui/react-dropdown-menu": "2.0.3",
"@washingtonpost/wpds-assets": "^1.20.0",
"@washingtonpost/wpds-button": "1.22.0",
"@washingtonpost/wpds-divider": "1.22.0",
"@washingtonpost/wpds-icon": "1.22.0",
"@washingtonpost/wpds-theme": "1.22.0"
"@washingtonpost/wpds-button": "1.22.1",
"@washingtonpost/wpds-divider": "1.22.1",
"@washingtonpost/wpds-icon": "1.22.1",
"@washingtonpost/wpds-theme": "1.22.1"
},
"gitHead": "dddd34ee2494be2d91fe5671db3291060097b02a"
}
11 changes: 11 additions & 0 deletions ui/alert-banner/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.

## [1.22.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.22.0...v1.22.1) (2024-03-14)


### Bug Fixes

* Fixed onSurface to have the correct camel casing ([#571](https://github.com/washingtonpost/wpds-ui-kit/issues/571)) ([9daca60](https://github.com/washingtonpost/wpds-ui-kit/commit/9daca60f9c562aa2d697c8389d44d2ef491f1494))





# [1.22.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.21.0...v1.22.0) (2024-02-15)

**Note:** Version bump only for package @washingtonpost/wpds-alert-banner
Expand Down
12 changes: 6 additions & 6 deletions ui/alert-banner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@washingtonpost/wpds-alert-banner",
"version": "1.22.0",
"version": "1.22.1",
"description": "WPDS Alert Banner",
"author": "WPDS Support <[email protected]>",
"homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme",
Expand Down Expand Up @@ -45,12 +45,12 @@
"react": "^16.8.6 || ^17.0.2"
},
"dependencies": {
"@washingtonpost/wpds-app-bar": "1.22.0",
"@washingtonpost/wpds-app-bar": "1.22.1",
"@washingtonpost/wpds-assets": "^1.22.0",
"@washingtonpost/wpds-button": "1.22.0",
"@washingtonpost/wpds-container": "1.22.0",
"@washingtonpost/wpds-icon": "1.22.0",
"@washingtonpost/wpds-theme": "1.22.0",
"@washingtonpost/wpds-button": "1.22.1",
"@washingtonpost/wpds-container": "1.22.1",
"@washingtonpost/wpds-icon": "1.22.1",
"@washingtonpost/wpds-theme": "1.22.1",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "dddd34ee2494be2d91fe5671db3291060097b02a"
Expand Down
11 changes: 11 additions & 0 deletions ui/app-bar/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.

## [1.22.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.22.0...v1.22.1) (2024-03-14)


### Bug Fixes

* Fixed onSurface to have the correct camel casing ([#571](https://github.com/washingtonpost/wpds-ui-kit/issues/571)) ([9daca60](https://github.com/washingtonpost/wpds-ui-kit/commit/9daca60f9c562aa2d697c8389d44d2ef491f1494))





# [1.22.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.21.0...v1.22.0) (2024-02-15)

**Note:** Version bump only for package @washingtonpost/wpds-app-bar
Expand Down
4 changes: 2 additions & 2 deletions ui/app-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@washingtonpost/wpds-app-bar",
"version": "1.22.0",
"version": "1.22.1",
"description": "WPDS App Bar",
"author": "WPDS Support <[email protected]>",
"homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme",
Expand Down Expand Up @@ -40,7 +40,7 @@
"react": "^16.8.6 || ^17.0.2"
},
"dependencies": {
"@washingtonpost/wpds-theme": "1.22.0",
"@washingtonpost/wpds-theme": "1.22.1",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "dddd34ee2494be2d91fe5671db3291060097b02a"
Expand Down
11 changes: 11 additions & 0 deletions ui/avatar/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.

## [1.22.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.22.0...v1.22.1) (2024-03-14)


### Bug Fixes

* Fixed onSurface to have the correct camel casing ([#571](https://github.com/washingtonpost/wpds-ui-kit/issues/571)) ([9daca60](https://github.com/washingtonpost/wpds-ui-kit/commit/9daca60f9c562aa2d697c8389d44d2ef491f1494))





# [1.22.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.21.0...v1.22.0) (2024-02-15)

**Note:** Version bump only for package @washingtonpost/wpds-avatar
Expand Down
4 changes: 2 additions & 2 deletions ui/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@washingtonpost/wpds-avatar",
"version": "1.22.0",
"version": "1.22.1",
"description": "WPDS Avatar",
"author": "WPDS Support <[email protected]>",
"homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@radix-ui/react-avatar": "latest",
"@washingtonpost/wpds-theme": "1.22.0"
"@washingtonpost/wpds-theme": "1.22.1"
},
"gitHead": "dddd34ee2494be2d91fe5671db3291060097b02a"
}
11 changes: 11 additions & 0 deletions ui/box/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.

## [1.22.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.22.0...v1.22.1) (2024-03-14)


### Bug Fixes

* Fixed onSurface to have the correct camel casing ([#571](https://github.com/washingtonpost/wpds-ui-kit/issues/571)) ([9daca60](https://github.com/washingtonpost/wpds-ui-kit/commit/9daca60f9c562aa2d697c8389d44d2ef491f1494))





# [1.22.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.21.0...v1.22.0) (2024-02-15)

**Note:** Version bump only for package @washingtonpost/wpds-box
Expand Down
4 changes: 2 additions & 2 deletions ui/box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@washingtonpost/wpds-box",
"version": "1.22.0",
"version": "1.22.1",
"description": "WPDS Box component",
"author": "WPDS Support <[email protected]>",
"homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme",
Expand Down Expand Up @@ -40,7 +40,7 @@
"react": "^16.8.6 || ^17.0.2"
},
"dependencies": {
"@washingtonpost/wpds-theme": "1.22.0",
"@washingtonpost/wpds-theme": "1.22.1",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "dddd34ee2494be2d91fe5671db3291060097b02a"
Expand Down
Loading

0 comments on commit 310104f

Please sign in to comment.