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 Sep 2, 2022
1 parent 94c6276 commit 4f4ea1f
Show file tree
Hide file tree
Showing 54 changed files with 367 additions and 107 deletions.
19 changes: 19 additions & 0 deletions 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.16.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.15.0...v0.16.0) (2022-09-02)


### Bug Fixes

* **deps:** bump @washingtonpost/wpds-assets from 1.11.0 to 1.12.0 ([#205](https://github.com/washingtonpost/wpds-ui-kit/issues/205)) ([aed89ae](https://github.com/washingtonpost/wpds-ui-kit/commit/aed89aeb8ad75b8b6bfe7636498e785b2788fad9))
* interaction tests only run for storybook urls ([4cbe822](https://github.com/washingtonpost/wpds-ui-kit/commit/4cbe822427cfd8d4cb43d79899dc38455c2d6972))
* update max breakpoints to be consistent with other breakpoints ([c3f66d7](https://github.com/washingtonpost/wpds-ui-kit/commit/c3f66d7f7c6c07cd1404323946b1f83c6f8dd159))
* **workflows:** typo ([7a61393](https://github.com/washingtonpost/wpds-ui-kit/commit/7a613939068c99597528abe6a17fb8c5614f24f4))


### Features

* add drawer component ([#190](https://github.com/washingtonpost/wpds-ui-kit/issues/190)) ([94c6276](https://github.com/washingtonpost/wpds-ui-kit/commit/94c62764a6bacf3756b5fd5da7089e018ddaf212))





# [0.15.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24)


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.

# [0.16.0](https://github.com/washingtonpost/wpds-docs/compare/v0.15.0...v0.16.0) (2022-09-02)


### Bug Fixes

* **deps:** bump @washingtonpost/wpds-assets from 1.11.0 to 1.12.0 ([#205](https://github.com/washingtonpost/wpds-docs/issues/205)) ([aed89ae](https://github.com/washingtonpost/wpds-docs/commit/aed89aeb8ad75b8b6bfe7636498e785b2788fad9))


### Features

* add drawer component ([#190](https://github.com/washingtonpost/wpds-docs/issues/190)) ([94c6276](https://github.com/washingtonpost/wpds-docs/commit/94c62764a6bacf3756b5fd5da7089e018ddaf212))





# [0.15.0](https://github.com/washingtonpost/wpds-docs/compare/v0.14.0...v0.15.0) (2022-08-24)


Expand Down
4 changes: 2 additions & 2 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.15.0",
"version": "0.16.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -24,7 +24,7 @@
"@washingtonpost/site-footer": "0.11.3",
"@washingtonpost/site-third-party-scripts": "latest",
"@washingtonpost/wpds-assets": "^1.12.0",
"@washingtonpost/wpds-ui-kit": "0.15.0",
"@washingtonpost/wpds-ui-kit": "0.16.0",
"gray-matter": "^4.0.2",
"lz-string": "^1.4.4",
"next": "^12.2.5",
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.15.0"
"version": "0.16.0"
}
8 changes: 8 additions & 0 deletions ui/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.16.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.15.0...v0.16.0) (2022-09-02)

**Note:** Version bump only for package @washingtonpost/wpds-accordion
12 changes: 6 additions & 6 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.13.0",
"version": "0.16.0",
"description": "> TODO: description",
"author": "WPDS Support <wpds@washpost.com>",
"homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme",
Expand Down Expand Up @@ -37,15 +37,15 @@
},
"peerDependencies": {
"@radix-ui/react-accordion": "latest",
"@washingtonpost/wpds-theme": "*",
"@washingtonpost/wpds-icon": "*",
"@washingtonpost/wpds-assets": "*",
"@washingtonpost/wpds-icon": "*",
"@washingtonpost/wpds-theme": "*",
"react": "^16.8.6 || ^17.0.2"
},
"dependencies": {
"@radix-ui/react-accordion": "latest",
"@washingtonpost/wpds-theme": "*",
"@washingtonpost/wpds-icon": "*",
"@washingtonpost/wpds-assets": "*"
"@washingtonpost/wpds-assets": "*",
"@washingtonpost/wpds-icon": "0.16.0",
"@washingtonpost/wpds-theme": "0.16.0"
}
}
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.

# [0.16.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.15.0...v0.16.0) (2022-09-02)


### Bug Fixes

* **deps:** bump @washingtonpost/wpds-assets from 1.11.0 to 1.12.0 ([#205](https://github.com/washingtonpost/wpds-ui-kit/issues/205)) ([aed89ae](https://github.com/washingtonpost/wpds-ui-kit/commit/aed89aeb8ad75b8b6bfe7636498e785b2788fad9))





# [0.15.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24)

**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.15.0",
"version": "0.16.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.15.0",
"@washingtonpost/wpds-app-bar": "0.16.0",
"@washingtonpost/wpds-assets": "^1.12.0",
"@washingtonpost/wpds-button": "0.15.0",
"@washingtonpost/wpds-container": "0.15.0",
"@washingtonpost/wpds-icon": "0.15.0",
"@washingtonpost/wpds-theme": "0.15.0",
"@washingtonpost/wpds-button": "0.16.0",
"@washingtonpost/wpds-container": "0.16.0",
"@washingtonpost/wpds-icon": "0.16.0",
"@washingtonpost/wpds-theme": "0.16.0",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "dcdf670812681188707d23ae5e5aed42101360ac"
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.16.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.15.0...v0.16.0) (2022-09-02)

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





# [0.15.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24)

**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.15.0",
"version": "0.16.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.15.0",
"@washingtonpost/wpds-theme": "0.16.0",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "dcdf670812681188707d23ae5e5aed42101360ac"
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.16.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.15.0...v0.16.0) (2022-09-02)

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





# [0.15.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24)


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.15.0",
"version": "0.16.0",
"description": "Avatar is a round container that holds a profile image to be used.",
"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.15.0"
"@washingtonpost/wpds-theme": "0.16.0"
},
"gitHead": "dcdf670812681188707d23ae5e5aed42101360ac"
}
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.16.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.15.0...v0.16.0) (2022-09-02)

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





# [0.15.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24)

**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": "0.15.0",
"version": "0.16.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.15.0",
"@washingtonpost/wpds-theme": "0.16.0",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "dcdf670812681188707d23ae5e5aed42101360ac"
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.16.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.15.0...v0.16.0) (2022-09-02)

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





# [0.15.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24)

**Note:** Version bump only for package @washingtonpost/wpds-button
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.15.0",
"version": "0.16.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.15.0",
"@washingtonpost/wpds-theme": "0.16.0",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "dcdf670812681188707d23ae5e5aed42101360ac"
Expand Down
11 changes: 11 additions & 0 deletions ui/checkbox/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.

# [0.16.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.15.0...v0.16.0) (2022-09-02)


### Bug Fixes

* **deps:** bump @washingtonpost/wpds-assets from 1.11.0 to 1.12.0 ([#205](https://github.com/washingtonpost/wpds-ui-kit/issues/205)) ([aed89ae](https://github.com/washingtonpost/wpds-ui-kit/commit/aed89aeb8ad75b8b6bfe7636498e785b2788fad9))





# [0.15.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24)


Expand Down
8 changes: 4 additions & 4 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.15.0",
"version": "0.16.0",
"description": "WPDS Checkbox",
"author": "WPDS Support <wpds@washpost.com>",
"homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme",
Expand Down Expand Up @@ -46,9 +46,9 @@
"dependencies": {
"@radix-ui/react-checkbox": "latest",
"@washingtonpost/wpds-assets": "^1.12.0",
"@washingtonpost/wpds-icon": "0.15.0",
"@washingtonpost/wpds-theme": "0.15.0",
"@washingtonpost/wpds-visually-hidden": "0.15.0",
"@washingtonpost/wpds-icon": "0.16.0",
"@washingtonpost/wpds-theme": "0.16.0",
"@washingtonpost/wpds-visually-hidden": "0.16.0",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "dcdf670812681188707d23ae5e5aed42101360ac"
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.16.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.15.0...v0.16.0) (2022-09-02)

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





# [0.15.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24)

**Note:** Version bump only for package @washingtonpost/wpds-container
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.15.0",
"version": "0.16.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.15.0",
"@washingtonpost/wpds-theme": "0.16.0",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "dcdf670812681188707d23ae5e5aed42101360ac"
Expand Down
8 changes: 8 additions & 0 deletions ui/divider/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.16.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.15.0...v0.16.0) (2022-09-02)

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





# [0.15.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24)

**Note:** Version bump only for package @washingtonpost/wpds-divider
Expand Down
4 changes: 2 additions & 2 deletions ui/divider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@washingtonpost/wpds-divider",
"version": "0.15.0",
"version": "0.16.0",
"description": "WPDS Divider",
"author": "WPDS Support <wpds@washpost.com>",
"homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@radix-ui/react-separator": "^0.1.4",
"@washingtonpost/wpds-theme": "0.15.0"
"@washingtonpost/wpds-theme": "0.16.0"
},
"gitHead": "dcdf670812681188707d23ae5e5aed42101360ac"
}
11 changes: 11 additions & 0 deletions ui/drawer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.16.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.15.0...v0.16.0) (2022-09-02)


### Features

* add drawer component ([#190](https://github.com/washingtonpost/wpds-ui-kit/issues/190)) ([94c6276](https://github.com/washingtonpost/wpds-ui-kit/commit/94c62764a6bacf3756b5fd5da7089e018ddaf212))
Loading

2 comments on commit 4f4ea1f

@vercel
Copy link

@vercel vercel bot commented on 4f4ea1f Sep 2, 2022

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

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

@vercel
Copy link

@vercel vercel bot commented on 4f4ea1f Sep 2, 2022

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.