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 Nov 30, 2023
1 parent 70fdcd2 commit 5ba886c
Show file tree
Hide file tree
Showing 86 changed files with 537 additions and 168 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.

# [1.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30)


### Bug Fixes

* prevent Input text from being highlighted when Input Text Area is the active page in guide ([70fdcd2](https://github.com/washingtonpost/wpds-ui-kit/commit/70fdcd278d9d8a6912aa0afb6fd4f3480df0abf2))
* refactor select layout to deal with long label text and overflow ([d16e647](https://github.com/washingtonpost/wpds-ui-kit/commit/d16e647e5f52134ba24442d08b9b252005a1188d))
* remove duplicate resources link in mobile nav ([b424332](https://github.com/washingtonpost/wpds-ui-kit/commit/b424332837dafd3ec9f46c4a94ef5e8a6ce4e275))
* set max width on paragraphs ([6eca400](https://github.com/washingtonpost/wpds-ui-kit/commit/6eca4002a764e484188c33a4cacab7b03840003a))


### Features

* add link to storybook in component doc page ([#534](https://github.com/washingtonpost/wpds-ui-kit/issues/534)) ([bc97568](https://github.com/washingtonpost/wpds-ui-kit/commit/bc975682bb8a1b33ca598486702e931c596f11e4))
* add onlyChanged to chromatic tests ([#535](https://github.com/washingtonpost/wpds-ui-kit/issues/535)) ([26a3764](https://github.com/washingtonpost/wpds-ui-kit/commit/26a37645fe7abb32776167d82674ebe8eabdd87b))





## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08)

### Bug Fixes
Expand Down
8 changes: 8 additions & 0 deletions apps/vite-project/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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30)

**Note:** Version bump only for package vite-project





## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08)

**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.16.2",
"version": "1.17.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@washingtonpost/wpds-kitchen-sink": "1.16.2",
"@washingtonpost/wpds-ui-kit": "1.16.2",
"@washingtonpost/wpds-kitchen-sink": "1.17.0",
"@washingtonpost/wpds-ui-kit": "1.17.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
8 changes: 8 additions & 0 deletions apps/vite-v2-project/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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30)

**Note:** Version bump only for package vite-v2-project





## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08)

**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.16.2",
"version": "1.17.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@washingtonpost/wpds-kitchen-sink": "1.16.2",
"@washingtonpost/wpds-ui-kit": "1.16.2",
"@washingtonpost/wpds-kitchen-sink": "1.17.0",
"@washingtonpost/wpds-ui-kit": "1.17.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
Expand Down
18 changes: 18 additions & 0 deletions build.washingtonpost.com/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.17.0](https://github.com/washingtonpost/wpds-docs/compare/v1.16.2...v1.17.0) (2023-11-30)


### Bug Fixes

* prevent Input text from being highlighted when Input Text Area is the active page in guide ([70fdcd2](https://github.com/washingtonpost/wpds-docs/commit/70fdcd278d9d8a6912aa0afb6fd4f3480df0abf2))
* remove duplicate resources link in mobile nav ([b424332](https://github.com/washingtonpost/wpds-docs/commit/b424332837dafd3ec9f46c4a94ef5e8a6ce4e275))
* set max width on paragraphs ([6eca400](https://github.com/washingtonpost/wpds-docs/commit/6eca4002a764e484188c33a4cacab7b03840003a))


### Features

* add link to storybook in component doc page ([#534](https://github.com/washingtonpost/wpds-docs/issues/534)) ([bc97568](https://github.com/washingtonpost/wpds-docs/commit/bc975682bb8a1b33ca598486702e931c596f11e4))





## [1.16.2](https://github.com/washingtonpost/wpds-docs/compare/v1.16.1...v1.16.2) (2023-11-08)

**Note:** Version bump only for package @washingtonpost/wpds-docs
Expand Down
12 changes: 6 additions & 6 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.16.2",
"version": "1.17.0",
"private": true,
"scripts": {
"dev": "next-remote-watch ./docs",
Expand All @@ -23,12 +23,12 @@
"@stitches/react": "1.2.8",
"@washingtonpost/site-favicons": "^0.1.3",
"@washingtonpost/tachyons-css": "^1.8.0",
"@washingtonpost/wpds-accordion": "1.16.2",
"@washingtonpost/wpds-accordion": "1.17.0",
"@washingtonpost/wpds-assets": "1.23.0",
"@washingtonpost/wpds-kitchen-sink": "1.16.2",
"@washingtonpost/wpds-tailwind-theme": "1.16.2",
"@washingtonpost/wpds-tokens": "1.16.2",
"@washingtonpost/wpds-ui-kit": "1.16.2",
"@washingtonpost/wpds-kitchen-sink": "1.17.0",
"@washingtonpost/wpds-tailwind-theme": "1.17.0",
"@washingtonpost/wpds-tokens": "1.17.0",
"@washingtonpost/wpds-ui-kit": "1.17.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": "1.16.2"
"version": "1.17.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.

# [1.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30)

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





## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08)

**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.16.2",
"version": "1.17.0",
"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.16.2",
"@washingtonpost/wpds-theme": "1.16.2"
"@washingtonpost/wpds-icon": "1.17.0",
"@washingtonpost/wpds-theme": "1.17.0"
},
"gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec"
}
8 changes: 8 additions & 0 deletions ui/action-menu/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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30)

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





## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08)

**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.16.2",
"version": "1.17.0",
"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.16.2",
"@washingtonpost/wpds-divider": "1.16.2",
"@washingtonpost/wpds-icon": "1.16.2",
"@washingtonpost/wpds-theme": "1.16.2"
"@washingtonpost/wpds-button": "1.17.0",
"@washingtonpost/wpds-divider": "1.17.0",
"@washingtonpost/wpds-icon": "1.17.0",
"@washingtonpost/wpds-theme": "1.17.0"
},
"gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec"
}
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.

# [1.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30)

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





## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08)

**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.16.2",
"version": "1.17.0",
"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.16.2",
"@washingtonpost/wpds-app-bar": "1.17.0",
"@washingtonpost/wpds-assets": "^1.22.0",
"@washingtonpost/wpds-button": "1.16.2",
"@washingtonpost/wpds-container": "1.16.2",
"@washingtonpost/wpds-icon": "1.16.2",
"@washingtonpost/wpds-theme": "1.16.2",
"@washingtonpost/wpds-button": "1.17.0",
"@washingtonpost/wpds-container": "1.17.0",
"@washingtonpost/wpds-icon": "1.17.0",
"@washingtonpost/wpds-theme": "1.17.0",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec"
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.

# [1.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30)

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





## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08)

**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.16.2",
"version": "1.17.0",
"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.16.2",
"@washingtonpost/wpds-theme": "1.17.0",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec"
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.

# [1.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30)

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





## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08)

**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.16.2",
"version": "1.17.0",
"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.16.2"
"@washingtonpost/wpds-theme": "1.17.0"
},
"gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec"
}
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.

# [1.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30)

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





## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08)

**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.16.2",
"version": "1.17.0",
"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.16.2",
"@washingtonpost/wpds-theme": "1.17.0",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec"
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.

# [1.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30)

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





## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08)

**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": "1.16.2",
"version": "1.17.0",
"description": "WPDS Button",
"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.16.2",
"@washingtonpost/wpds-theme": "1.17.0",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec"
Expand Down
Loading

4 comments on commit 5ba886c

@vercel
Copy link

@vercel vercel bot commented on 5ba886c Nov 30, 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-vitejs-example – ./apps/vite-project

wpds-ui-kit-vitejs-example-git-main.preview.now.washingtonpost.com
wpds-ui-kit-vitejs-example.preview.now.washingtonpost.com

@vercel
Copy link

@vercel vercel bot commented on 5ba886c Nov 30, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 5ba886c Nov 30, 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 5ba886c Nov 30, 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.