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 May 24, 2023
1 parent 6c8252b commit 99a3884
Show file tree
Hide file tree
Showing 76 changed files with 600 additions and 149 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.6.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.2...v1.6.0) (2023-05-24)


### Bug Fixes

* a11y improvements to welcome page and broader page landmarks on build site [SRED-243] ([#403](https://github.com/washingtonpost/wpds-ui-kit/issues/403)) ([f819435](https://github.com/washingtonpost/wpds-ui-kit/commit/f8194351a0a53e1a8ba01502ee5999072822d641))
* add underline to hyperlinks in build site markdown [SRED-242] ([#402](https://github.com/washingtonpost/wpds-ui-kit/issues/402)) ([0aa9748](https://github.com/washingtonpost/wpds-ui-kit/commit/0aa97488065c8ee190f1d16c2d0627e60c461850))
* alignment and space issue with select label ([#393](https://github.com/washingtonpost/wpds-ui-kit/issues/393)) ([0abe7de](https://github.com/washingtonpost/wpds-ui-kit/commit/0abe7de73f6929c23329bfe539b2b8215ca668a1))
* correct heading order throughout build site docs [SRED-243] ([#404](https://github.com/washingtonpost/wpds-ui-kit/issues/404)) ([cc5af05](https://github.com/washingtonpost/wpds-ui-kit/commit/cc5af05f9666a671a40dc10254e24b217fd0f2a8))
* refactor tabs to prevent horizontal shift when active tab text bolds ([9038fff](https://github.com/washingtonpost/wpds-ui-kit/commit/9038fff428f2de8cfd4ab2595521587a524d0acb))


### Features

* add focus visible outlines with browser default colors as a global style in stitches config ts [SRED-163] ([#391](https://github.com/washingtonpost/wpds-ui-kit/issues/391)) ([6c8252b](https://github.com/washingtonpost/wpds-ui-kit/commit/6c8252b54cfbfffcb23f2988a8bdd53e2cfad869))
* add new plop template and script for a component that has subcomponents, with 'Root' as a starting point [SRED-131] ([#375](https://github.com/washingtonpost/wpds-ui-kit/issues/375)) ([20b31fa](https://github.com/washingtonpost/wpds-ui-kit/commit/20b31fae33afd4bca9faf0ef9206d71d44ff51e0))
* expanded documentation for Carousel ([6911bd4](https://github.com/washingtonpost/wpds-ui-kit/commit/6911bd43432743a0cffdd9b7dceb3aea5f9453d0))
* use external footer on docs site ([#387](https://github.com/washingtonpost/wpds-ui-kit/issues/387)) ([b1dad16](https://github.com/washingtonpost/wpds-ui-kit/commit/b1dad167a07cb75938a9fc3d22f4e69b4f0e4697))





## [1.5.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.1...v1.5.2) (2023-05-02)

### 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.6.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.2...v1.6.0) (2023-05-24)


### Features

* use external footer on docs site ([#387](https://github.com/washingtonpost/wpds-ui-kit/issues/387)) ([b1dad16](https://github.com/washingtonpost/wpds-ui-kit/commit/b1dad167a07cb75938a9fc3d22f4e69b4f0e4697))





## [1.5.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.1...v1.5.2) (2023-05-02)

**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.5.2",
"version": "1.6.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@washingtonpost/wpds-kitchen-sink": "1.5.2",
"@washingtonpost/wpds-ui-kit": "1.5.2",
"@washingtonpost/wpds-kitchen-sink": "1.6.0",
"@washingtonpost/wpds-ui-kit": "1.6.0",
"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.6.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.2...v1.6.0) (2023-05-24)


### Features

* use external footer on docs site ([#387](https://github.com/washingtonpost/wpds-ui-kit/issues/387)) ([b1dad16](https://github.com/washingtonpost/wpds-ui-kit/commit/b1dad167a07cb75938a9fc3d22f4e69b4f0e4697))





## [1.5.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.1...v1.5.2) (2023-05-02)

**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.5.2",
"version": "1.6.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@washingtonpost/wpds-kitchen-sink": "1.5.2",
"@washingtonpost/wpds-ui-kit": "1.5.2",
"@washingtonpost/wpds-kitchen-sink": "1.6.0",
"@washingtonpost/wpds-ui-kit": "1.6.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
Expand Down
20 changes: 20 additions & 0 deletions build.washingtonpost.com/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.6.0](https://github.com/washingtonpost/wpds-docs/compare/v1.5.2...v1.6.0) (2023-05-24)


### Bug Fixes

* a11y improvements to welcome page and broader page landmarks on build site [SRED-243] ([#403](https://github.com/washingtonpost/wpds-docs/issues/403)) ([f819435](https://github.com/washingtonpost/wpds-docs/commit/f8194351a0a53e1a8ba01502ee5999072822d641))
* add underline to hyperlinks in build site markdown [SRED-242] ([#402](https://github.com/washingtonpost/wpds-docs/issues/402)) ([0aa9748](https://github.com/washingtonpost/wpds-docs/commit/0aa97488065c8ee190f1d16c2d0627e60c461850))
* correct heading order throughout build site docs [SRED-243] ([#404](https://github.com/washingtonpost/wpds-docs/issues/404)) ([cc5af05](https://github.com/washingtonpost/wpds-docs/commit/cc5af05f9666a671a40dc10254e24b217fd0f2a8))


### Features

* add focus visible outlines with browser default colors as a global style in stitches config ts [SRED-163] ([#391](https://github.com/washingtonpost/wpds-docs/issues/391)) ([6c8252b](https://github.com/washingtonpost/wpds-docs/commit/6c8252b54cfbfffcb23f2988a8bdd53e2cfad869))
* expanded documentation for Carousel ([6911bd4](https://github.com/washingtonpost/wpds-docs/commit/6911bd43432743a0cffdd9b7dceb3aea5f9453d0))
* use external footer on docs site ([#387](https://github.com/washingtonpost/wpds-docs/issues/387)) ([b1dad16](https://github.com/washingtonpost/wpds-docs/commit/b1dad167a07cb75938a9fc3d22f4e69b4f0e4697))





## [1.5.2](https://github.com/washingtonpost/wpds-docs/compare/v1.5.1...v1.5.2) (2023-05-02)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 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.5.2",
"version": "1.6.0",
"private": true,
"scripts": {
"dev": "next-remote-watch ./docs",
Expand All @@ -23,10 +23,10 @@
"@stitches/react": "1.2.8",
"@washingtonpost/site-favicons": "^0.1.3",
"@washingtonpost/tachyons-css": "^1.7.1",
"@washingtonpost/wpds-accordion": "1.5.2",
"@washingtonpost/wpds-accordion": "1.6.0",
"@washingtonpost/wpds-assets": "^1.19.2",
"@washingtonpost/wpds-kitchen-sink": "1.5.2",
"@washingtonpost/wpds-ui-kit": "1.5.2",
"@washingtonpost/wpds-kitchen-sink": "1.6.0",
"@washingtonpost/wpds-ui-kit": "1.6.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.5.2"
"version": "1.6.0"
}
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.6.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.2...v1.6.0) (2023-05-24)


### Features

* use external footer on docs site ([#387](https://github.com/washingtonpost/wpds-ui-kit/issues/387)) ([b1dad16](https://github.com/washingtonpost/wpds-ui-kit/commit/b1dad167a07cb75938a9fc3d22f4e69b4f0e4697))





## [1.5.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.1...v1.5.2) (2023-05-02)

**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.5.2",
"version": "1.6.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.18.0",
"@washingtonpost/wpds-icon": "1.5.2",
"@washingtonpost/wpds-theme": "1.5.2"
"@washingtonpost/wpds-icon": "1.6.0",
"@washingtonpost/wpds-theme": "1.6.0"
},
"gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a"
}
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.6.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.2...v1.6.0) (2023-05-24)


### Features

* use external footer on docs site ([#387](https://github.com/washingtonpost/wpds-ui-kit/issues/387)) ([b1dad16](https://github.com/washingtonpost/wpds-ui-kit/commit/b1dad167a07cb75938a9fc3d22f4e69b4f0e4697))





## [1.5.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.1...v1.5.2) (2023-05-02)

**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.5.2",
"version": "1.6.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": "1.5.2",
"@washingtonpost/wpds-app-bar": "1.6.0",
"@washingtonpost/wpds-assets": "^1.18.0",
"@washingtonpost/wpds-button": "1.5.2",
"@washingtonpost/wpds-container": "1.5.2",
"@washingtonpost/wpds-icon": "1.5.2",
"@washingtonpost/wpds-theme": "1.5.2",
"@washingtonpost/wpds-button": "1.6.0",
"@washingtonpost/wpds-container": "1.6.0",
"@washingtonpost/wpds-icon": "1.6.0",
"@washingtonpost/wpds-theme": "1.6.0",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a"
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.6.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.2...v1.6.0) (2023-05-24)


### Features

* use external footer on docs site ([#387](https://github.com/washingtonpost/wpds-ui-kit/issues/387)) ([b1dad16](https://github.com/washingtonpost/wpds-ui-kit/commit/b1dad167a07cb75938a9fc3d22f4e69b4f0e4697))





## [1.5.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.1...v1.5.2) (2023-05-02)

**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.5.2",
"version": "1.6.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": "1.5.2",
"@washingtonpost/wpds-theme": "1.6.0",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a"
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.6.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.2...v1.6.0) (2023-05-24)


### Features

* use external footer on docs site ([#387](https://github.com/washingtonpost/wpds-ui-kit/issues/387)) ([b1dad16](https://github.com/washingtonpost/wpds-ui-kit/commit/b1dad167a07cb75938a9fc3d22f4e69b4f0e4697))





## [1.5.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.1...v1.5.2) (2023-05-02)

**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.5.2",
"version": "1.6.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": "1.5.2"
"@washingtonpost/wpds-theme": "1.6.0"
},
"gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a"
}
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.6.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.2...v1.6.0) (2023-05-24)


### Features

* use external footer on docs site ([#387](https://github.com/washingtonpost/wpds-ui-kit/issues/387)) ([b1dad16](https://github.com/washingtonpost/wpds-ui-kit/commit/b1dad167a07cb75938a9fc3d22f4e69b4f0e4697))





## [1.5.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.1...v1.5.2) (2023-05-02)

**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.5.2",
"version": "1.6.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": "1.5.2",
"@washingtonpost/wpds-theme": "1.6.0",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a"
Expand Down
11 changes: 11 additions & 0 deletions ui/button/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.6.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.2...v1.6.0) (2023-05-24)


### Features

* use external footer on docs site ([#387](https://github.com/washingtonpost/wpds-ui-kit/issues/387)) ([b1dad16](https://github.com/washingtonpost/wpds-ui-kit/commit/b1dad167a07cb75938a9fc3d22f4e69b4f0e4697))





## [1.5.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.1...v1.5.2) (2023-05-02)

**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.5.2",
"version": "1.6.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": "1.5.2",
"@washingtonpost/wpds-theme": "1.6.0",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a"
Expand Down
11 changes: 11 additions & 0 deletions ui/card/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.6.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.2...v1.6.0) (2023-05-24)


### Features

* use external footer on docs site ([#387](https://github.com/washingtonpost/wpds-ui-kit/issues/387)) ([b1dad16](https://github.com/washingtonpost/wpds-ui-kit/commit/b1dad167a07cb75938a9fc3d22f4e69b4f0e4697))





## [1.5.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.1...v1.5.2) (2023-05-02)

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

4 comments on commit 99a3884

@vercel
Copy link

@vercel vercel bot commented on 99a3884 May 24, 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 99a3884 May 24, 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 99a3884 May 24, 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 99a3884 May 24, 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.preview.now.washingtonpost.com
wpds-ui-kit-storybook-git-main.preview.now.washingtonpost.com

Please sign in to comment.