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 1, 2023
1 parent e542231 commit 6ed48be
Show file tree
Hide file tree
Showing 65 changed files with 409 additions and 127 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.25.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.24.0...v0.25.0) (2023-03-01)


### Bug Fixes

* address various typos, formatting, hyperlink and date issues ([#335](https://github.com/washingtonpost/wpds-ui-kit/issues/335)) ([9c36c26](https://github.com/washingtonpost/wpds-ui-kit/commit/9c36c260222ebd65a7db7b829457d231a9cd33cc))
* fix icon fill ([#334](https://github.com/washingtonpost/wpds-ui-kit/issues/334)) ([e542231](https://github.com/washingtonpost/wpds-ui-kit/commit/e5422314d62400294962c312626dca8fb7660e1a))
* update prettier to fix build ([#325](https://github.com/washingtonpost/wpds-ui-kit/issues/325)) ([3306453](https://github.com/washingtonpost/wpds-ui-kit/commit/3306453e3d3245219c9a6439bd612e51501c64cc))


### Features

* accessibility docs for build.washingtonpost.com ([#326](https://github.com/washingtonpost/wpds-ui-kit/issues/326)) ([f71cdda](https://github.com/washingtonpost/wpds-ui-kit/commit/f71cdda521b9ef960a1c4c93b494042c36174aab))
* add new status and remove all Draft status indicators ([#329](https://github.com/washingtonpost/wpds-ui-kit/issues/329)) ([972b203](https://github.com/washingtonpost/wpds-ui-kit/commit/972b203bb28dfad3a15c5b8f9b2100ac6aa1baee))
* update gtm implementation ([#328](https://github.com/washingtonpost/wpds-ui-kit/issues/328)) ([f810286](https://github.com/washingtonpost/wpds-ui-kit/commit/f810286978cfe09bad5961af732da99d52d823ad))





## [0.24.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.24.0...v0.24.1) (2023-02-03)


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

# [0.25.0](https://github.com/washingtonpost/wpds-docs/compare/v0.24.0...v0.25.0) (2023-03-01)


### Bug Fixes

* address various typos, formatting, hyperlink and date issues ([#335](https://github.com/washingtonpost/wpds-docs/issues/335)) ([9c36c26](https://github.com/washingtonpost/wpds-docs/commit/9c36c260222ebd65a7db7b829457d231a9cd33cc))
* update prettier to fix build ([#325](https://github.com/washingtonpost/wpds-docs/issues/325)) ([3306453](https://github.com/washingtonpost/wpds-docs/commit/3306453e3d3245219c9a6439bd612e51501c64cc))


### Features

* accessibility docs for build.washingtonpost.com ([#326](https://github.com/washingtonpost/wpds-docs/issues/326)) ([f71cdda](https://github.com/washingtonpost/wpds-docs/commit/f71cdda521b9ef960a1c4c93b494042c36174aab))
* add new status and remove all Draft status indicators ([#329](https://github.com/washingtonpost/wpds-docs/issues/329)) ([972b203](https://github.com/washingtonpost/wpds-docs/commit/972b203bb28dfad3a15c5b8f9b2100ac6aa1baee))
* update gtm implementation ([#328](https://github.com/washingtonpost/wpds-docs/issues/328)) ([f810286](https://github.com/washingtonpost/wpds-docs/commit/f810286978cfe09bad5961af732da99d52d823ad))





## [0.24.1](https://github.com/washingtonpost/wpds-docs/compare/v0.24.0...v0.24.1) (2023-02-03)


Expand Down
2 changes: 1 addition & 1 deletion build.washingtonpost.com/package-lock.json

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

6 changes: 3 additions & 3 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": "0.24.1",
"version": "0.25.0",
"private": true,
"scripts": {
"dev": "next-remote-watch ./docs",
Expand All @@ -25,9 +25,9 @@
"@washingtonpost/site-components": "7.14.3",
"@washingtonpost/site-footer": "0.11.3",
"@washingtonpost/site-third-party-scripts": "latest",
"@washingtonpost/wpds-accordion": "0.24.0",
"@washingtonpost/wpds-accordion": "0.25.0",
"@washingtonpost/wpds-assets": "^1.17.0",
"@washingtonpost/wpds-ui-kit": "0.24.0",
"@washingtonpost/wpds-ui-kit": "0.25.0",
"fuse.js": "^6.6.2",
"gray-matter": "^4.0.2",
"lz-string": "^1.4.4",
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": "0.24.1"
"version": "0.25.0"
}
8 changes: 8 additions & 0 deletions ui/accordion/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.

# [0.25.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.24.0...v0.25.0) (2023-03-01)

**Note:** Version bump only for package @washingtonpost/wpds-accordion





# [0.24.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.2...v0.24.0) (2023-02-03)

**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": "0.24.0",
"version": "0.25.0",
"description": "WPDS Accordion",
"author": "WPDS Support <wpds@washpost.com>",
"homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme",
Expand Down Expand Up @@ -45,8 +45,8 @@
"dependencies": {
"@radix-ui/react-accordion": "latest",
"@washingtonpost/wpds-assets": "^1.16.0",
"@washingtonpost/wpds-icon": "0.24.0",
"@washingtonpost/wpds-theme": "0.24.0"
"@washingtonpost/wpds-icon": "0.25.0",
"@washingtonpost/wpds-theme": "0.25.0"
},
"gitHead": "cbb17c0ecae1b2c8ceae96a98d73cee3796acbe6"
}
8 changes: 8 additions & 0 deletions ui/alert-banner/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.

# [0.25.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.24.0...v0.25.0) (2023-03-01)

**Note:** Version bump only for package @washingtonpost/wpds-alert-banner





# [0.24.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.2...v0.24.0) (2023-02-03)

**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": "0.24.0",
"version": "0.25.0",
"description": "WPDS Alert Banner",
"author": "WPDS Support <wpds@washpost.com>",
"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": "0.24.0",
"@washingtonpost/wpds-app-bar": "0.25.0",
"@washingtonpost/wpds-assets": "^1.16.0",
"@washingtonpost/wpds-button": "0.24.0",
"@washingtonpost/wpds-container": "0.24.0",
"@washingtonpost/wpds-icon": "0.24.0",
"@washingtonpost/wpds-theme": "0.24.0",
"@washingtonpost/wpds-button": "0.25.0",
"@washingtonpost/wpds-container": "0.25.0",
"@washingtonpost/wpds-icon": "0.25.0",
"@washingtonpost/wpds-theme": "0.25.0",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "cbb17c0ecae1b2c8ceae96a98d73cee3796acbe6"
Expand Down
8 changes: 8 additions & 0 deletions ui/app-bar/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.

# [0.25.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.24.0...v0.25.0) (2023-03-01)

**Note:** Version bump only for package @washingtonpost/wpds-app-bar





# [0.24.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.2...v0.24.0) (2023-02-03)

**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": "0.24.0",
"version": "0.25.0",
"description": "WPDS App Bar",
"author": "WPDS Support <wpds@washpost.com>",
"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": "0.24.0",
"@washingtonpost/wpds-theme": "0.25.0",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "cbb17c0ecae1b2c8ceae96a98d73cee3796acbe6"
Expand Down
8 changes: 8 additions & 0 deletions ui/avatar/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.

# [0.25.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.24.0...v0.25.0) (2023-03-01)

**Note:** Version bump only for package @washingtonpost/wpds-avatar





# [0.24.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.2...v0.24.0) (2023-02-03)

**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": "0.24.0",
"version": "0.25.0",
"description": "WPDS Avatar",
"author": "WPDS Support <wpds@washpost.com>",
"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": "0.24.0"
"@washingtonpost/wpds-theme": "0.25.0"
},
"gitHead": "cbb17c0ecae1b2c8ceae96a98d73cee3796acbe6"
}
8 changes: 8 additions & 0 deletions ui/box/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.

# [0.25.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.24.0...v0.25.0) (2023-03-01)

**Note:** Version bump only for package @washingtonpost/wpds-box





# [0.24.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.2...v0.24.0) (2023-02-03)


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": "0.24.0",
"version": "0.25.0",
"description": "WPDS Box component",
"author": "WPDS Support <wpds@washpost.com>",
"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": "0.24.0",
"@washingtonpost/wpds-theme": "0.25.0",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "cbb17c0ecae1b2c8ceae96a98d73cee3796acbe6"
Expand Down
8 changes: 8 additions & 0 deletions ui/button/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.

# [0.25.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.24.0...v0.25.0) (2023-03-01)

**Note:** Version bump only for package @washingtonpost/wpds-button





# [0.24.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.2...v0.24.0) (2023-02-03)


Expand Down
4 changes: 2 additions & 2 deletions ui/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@washingtonpost/wpds-button",
"version": "0.24.0",
"version": "0.25.0",
"description": "WPDS Button",
"author": "WPDS Support <wpds@washpost.com>",
"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": "0.24.0",
"@washingtonpost/wpds-theme": "0.25.0",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "cbb17c0ecae1b2c8ceae96a98d73cee3796acbe6"
Expand Down
8 changes: 8 additions & 0 deletions ui/card/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.

# [0.25.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.24.0...v0.25.0) (2023-03-01)

**Note:** Version bump only for package @washingtonpost/wpds-card





# [0.24.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.2...v0.24.0) (2023-02-03)


Expand Down
4 changes: 2 additions & 2 deletions ui/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@washingtonpost/wpds-card",
"version": "0.24.0",
"version": "0.25.0",
"description": "Single, contained unit designed to hold other related elements and/or components.",
"author": "WPDS Support <wpds@washpost.com>",
"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": "0.24.0"
"@washingtonpost/wpds-theme": "0.25.0"
},
"gitHead": "cbb17c0ecae1b2c8ceae96a98d73cee3796acbe6"
}
8 changes: 8 additions & 0 deletions ui/checkbox/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.

# [0.25.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.24.0...v0.25.0) (2023-03-01)

**Note:** Version bump only for package @washingtonpost/wpds-checkbox





# [0.24.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.2...v0.24.0) (2023-02-03)


Expand Down
10 changes: 5 additions & 5 deletions ui/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@washingtonpost/wpds-checkbox",
"version": "0.24.0",
"version": "0.25.0",
"description": "WPDS Checkbox",
"author": "WPDS Support <wpds@washpost.com>",
"homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme",
Expand Down Expand Up @@ -47,10 +47,10 @@
"dependencies": {
"@radix-ui/react-checkbox": "latest",
"@washingtonpost/wpds-assets": "^1.16.0",
"@washingtonpost/wpds-icon": "0.24.0",
"@washingtonpost/wpds-input-shared": "0.24.0",
"@washingtonpost/wpds-theme": "0.24.0",
"@washingtonpost/wpds-visually-hidden": "0.24.0",
"@washingtonpost/wpds-icon": "0.25.0",
"@washingtonpost/wpds-input-shared": "0.25.0",
"@washingtonpost/wpds-theme": "0.25.0",
"@washingtonpost/wpds-visually-hidden": "0.25.0",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "cbb17c0ecae1b2c8ceae96a98d73cee3796acbe6"
Expand Down
8 changes: 8 additions & 0 deletions ui/container/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.

# [0.25.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.24.0...v0.25.0) (2023-03-01)

**Note:** Version bump only for package @washingtonpost/wpds-container





# [0.24.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.2...v0.24.0) (2023-02-03)


Expand Down
4 changes: 2 additions & 2 deletions ui/container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@washingtonpost/wpds-container",
"version": "0.24.0",
"version": "0.25.0",
"description": "The container centers your content horizontally. It's the most basic layout element.",
"author": "WPDS Support <wpds@washpost.com>",
"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": "0.24.0",
"@washingtonpost/wpds-theme": "0.25.0",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "cbb17c0ecae1b2c8ceae96a98d73cee3796acbe6"
Expand Down
Loading

2 comments on commit 6ed48be

@vercel
Copy link

@vercel vercel bot commented on 6ed48be Mar 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit – ./build.washingtonpost.com

wpds-ui-kit-git-main.preview.now.washingtonpost.com
wpds-ui-kit.preview.now.washingtonpost.com
build.washingtonpost.com

@vercel
Copy link

@vercel vercel bot commented on 6ed48be Mar 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit-storybook – ./

wpds-ui-kit-storybook-git-main.preview.now.washingtonpost.com
wpds-ui-kit-storybook.preview.now.washingtonpost.com

Please sign in to comment.