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 Aug 24, 2022
1 parent 815a944 commit edabde6
Show file tree
Hide file tree
Showing 50 changed files with 369 additions and 92 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **docs:** bug with dark mode and assets ([db00183](https://github.com/washingtonpost/wpds-ui-kit/commit/db00183e997e6c22f16f54799a1213e9723cb66c))
* **docs:** fix sizes typo ([f440bcd](https://github.com/washingtonpost/wpds-ui-kit/commit/f440bcd9ca07501dd4fbd247391f2ca3c01ccc87))
* **storybook:** upgrade Storybook without addons conflict ([#173](https://github.com/washingtonpost/wpds-ui-kit/issues/173)) ([73e2029](https://github.com/washingtonpost/wpds-ui-kit/commit/73e2029eff4251acd7ab9d3c0cd677910c15e330))


* fix(theme)!: remove global margin and padding (#151) ([78c65c8](https://github.com/washingtonpost/wpds-ui-kit/commit/78c65c8b590c3d90ef74aeef531269b60eccacfa)), closes [#151](https://github.com/washingtonpost/wpds-ui-kit/issues/151)


### Features

* add maximum breakpoints ([815a944](https://github.com/washingtonpost/wpds-ui-kit/commit/815a94449907cd26632a155240bb61e65fa9f73e))


### BREAKING CHANGES

* removes rule that set all margin and padding to zero, any component relying on this rule will need to add it back locally





# [0.14.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12)


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.

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


### Bug Fixes

* **docs:** bug with dark mode and assets ([db00183](https://github.com/washingtonpost/wpds-docs/commit/db00183e997e6c22f16f54799a1213e9723cb66c))
* **docs:** fix sizes typo ([f440bcd](https://github.com/washingtonpost/wpds-docs/commit/f440bcd9ca07501dd4fbd247391f2ca3c01ccc87))


* fix(theme)!: remove global margin and padding (#151) ([78c65c8](https://github.com/washingtonpost/wpds-docs/commit/78c65c8b590c3d90ef74aeef531269b60eccacfa)), closes [#151](https://github.com/washingtonpost/wpds-docs/issues/151)


### BREAKING CHANGES

* removes rule that set all margin and padding to zero, any component relying on this rule will need to add it back locally





# [0.14.0](https://github.com/washingtonpost/wpds-docs/compare/v0.13.0...v0.14.0) (2022-08-12)


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.14.0",
"version": "0.15.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.10.0",
"@washingtonpost/wpds-ui-kit": "0.14.0",
"@washingtonpost/wpds-ui-kit": "0.15.0",
"gray-matter": "^4.0.2",
"lz-string": "^1.4.4",
"next": "^12.2.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.14.0"
"version": "0.15.0"
}
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.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





# [0.14.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12)

**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.14.0",
"version": "0.15.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": "0.14.0",
"@washingtonpost/wpds-app-bar": "0.15.0",
"@washingtonpost/wpds-assets": "^1.10.0",
"@washingtonpost/wpds-button": "0.14.0",
"@washingtonpost/wpds-container": "0.14.0",
"@washingtonpost/wpds-icon": "0.14.0",
"@washingtonpost/wpds-theme": "0.14.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",
"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.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





# [0.14.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12)

**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.14.0",
"version": "0.15.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": "0.14.0",
"@washingtonpost/wpds-theme": "0.15.0",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "dcdf670812681188707d23ae5e5aed42101360ac"
Expand Down
14 changes: 14 additions & 0 deletions ui/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


* fix(theme)!: remove global margin and padding (#151) ([78c65c8](https://github.com/washingtonpost/wpds-ui-kit/commit/78c65c8b590c3d90ef74aeef531269b60eccacfa)), closes [#151](https://github.com/washingtonpost/wpds-ui-kit/issues/151)


### BREAKING CHANGES

* removes rule that set all margin and padding to zero, any component relying on this rule will need to add it back locally





# [0.14.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12)

**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.14.0",
"version": "0.15.0",
"description": "Avatar is a round container that holds a profile image to be used.",
"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": "0.14.0"
"@washingtonpost/wpds-theme": "0.15.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.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





# [0.14.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12)

**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.14.0",
"version": "0.15.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": "0.14.0",
"@washingtonpost/wpds-theme": "0.15.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.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





# [0.14.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12)


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.14.0",
"version": "0.15.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": "0.14.0",
"@washingtonpost/wpds-theme": "0.15.0",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "dcdf670812681188707d23ae5e5aed42101360ac"
Expand Down
14 changes: 14 additions & 0 deletions ui/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


* fix(theme)!: remove global margin and padding (#151) ([78c65c8](https://github.com/washingtonpost/wpds-ui-kit/commit/78c65c8b590c3d90ef74aeef531269b60eccacfa)), closes [#151](https://github.com/washingtonpost/wpds-ui-kit/issues/151)


### BREAKING CHANGES

* removes rule that set all margin and padding to zero, any component relying on this rule will need to add it back locally





# [0.14.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12)


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.14.0",
"version": "0.15.0",
"description": "WPDS Checkbox",
"author": "WPDS Support <[email protected]>",
"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.10.0",
"@washingtonpost/wpds-icon": "0.14.0",
"@washingtonpost/wpds-theme": "0.14.0",
"@washingtonpost/wpds-visually-hidden": "0.14.0",
"@washingtonpost/wpds-icon": "0.15.0",
"@washingtonpost/wpds-theme": "0.15.0",
"@washingtonpost/wpds-visually-hidden": "0.15.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.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





# [0.14.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12)


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.14.0",
"version": "0.15.0",
"description": "The container centers your content horizontally. It's the most basic layout element.",
"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": "0.14.0",
"@washingtonpost/wpds-theme": "0.15.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.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





# [0.14.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12)

**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.14.0",
"version": "0.15.0",
"description": "WPDS Divider",
"author": "WPDS Support <[email protected]>",
"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.14.0"
"@washingtonpost/wpds-theme": "0.15.0"
},
"gitHead": "dcdf670812681188707d23ae5e5aed42101360ac"
}
8 changes: 8 additions & 0 deletions ui/error-message/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.15.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24)

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





# [0.14.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12)

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

2 comments on commit edabde6

@vercel
Copy link

@vercel vercel bot commented on edabde6 Aug 24, 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

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

@vercel
Copy link

@vercel vercel bot commented on edabde6 Aug 24, 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.