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

## [1.2.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.2.0...v1.2.1) (2023-03-16)

### Bug Fixes

- clicking label should toggle box ([#355](https://github.com/washingtonpost/wpds-ui-kit/issues/355)) ([a03ed1b](https://github.com/washingtonpost/wpds-ui-kit/commit/a03ed1b0a5f50f6aa2e4952ab5854e2abca2a508))
- nanoid hoisting issue ([#354](https://github.com/washingtonpost/wpds-ui-kit/issues/354)) ([d490b07](https://github.com/washingtonpost/wpds-ui-kit/commit/d490b07149c0c0f101a1a289787cfd810d2a3e54))

# [1.2.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.1.0...v1.2.0) (2023-03-13)

### 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
@@ -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.

## [1.2.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.2.0...v1.2.1) (2023-03-16)

### Bug Fixes

- clicking label should toggle box ([#355](https://github.com/washingtonpost/wpds-ui-kit/issues/355)) ([a03ed1b](https://github.com/washingtonpost/wpds-ui-kit/commit/a03ed1b0a5f50f6aa2e4952ab5854e2abca2a508))
- nanoid hoisting issue ([#354](https://github.com/washingtonpost/wpds-ui-kit/issues/354)) ([d490b07](https://github.com/washingtonpost/wpds-ui-kit/commit/d490b07149c0c0f101a1a289787cfd810d2a3e54))
8 changes: 4 additions & 4 deletions apps/vite-project/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"version": "1.2.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@washingtonpost/wpds-kitchen-sink": "1.2.1",
"@washingtonpost/wpds-ui-kit": "1.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@washingtonpost/wpds-kitchen-sink": "1.2.0",
"@washingtonpost/wpds-ui-kit": "1.2.0"
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
Expand Down
10 changes: 10 additions & 0 deletions apps/vite-v2-project/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

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

## [1.2.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.2.0...v1.2.1) (2023-03-16)

### Bug Fixes

- clicking label should toggle box ([#355](https://github.com/washingtonpost/wpds-ui-kit/issues/355)) ([a03ed1b](https://github.com/washingtonpost/wpds-ui-kit/commit/a03ed1b0a5f50f6aa2e4952ab5854e2abca2a508))
8 changes: 4 additions & 4 deletions apps/vite-v2-project/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "vite-v2-project",
"private": true,
"version": "0.0.0",
"version": "1.2.1",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@washingtonpost/wpds-kitchen-sink": "1.2.1",
"@washingtonpost/wpds-ui-kit": "1.2.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@washingtonpost/wpds-kitchen-sink": "1.2.0",
"@washingtonpost/wpds-ui-kit": "1.2.0"
"react-dom": "^18.0.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
Expand Down
7 changes: 7 additions & 0 deletions build.washingtonpost.com/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.1](https://github.com/washingtonpost/wpds-docs/compare/v1.2.0...v1.2.1) (2023-03-16)

### Bug Fixes

- clicking label should toggle box ([#355](https://github.com/washingtonpost/wpds-docs/issues/355)) ([a03ed1b](https://github.com/washingtonpost/wpds-docs/commit/a03ed1b0a5f50f6aa2e4952ab5854e2abca2a508))
- nanoid hoisting issue ([#354](https://github.com/washingtonpost/wpds-docs/issues/354)) ([d490b07](https://github.com/washingtonpost/wpds-docs/commit/d490b07149c0c0f101a1a289787cfd810d2a3e54))

# [1.2.0](https://github.com/washingtonpost/wpds-docs/compare/v1.1.0...v1.2.0) (2023-03-13)

### Bug Fixes
Expand Down
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": "1.2.0",
"version": "1.2.1",
"private": true,
"scripts": {
"dev": "next-remote-watch ./docs",
Expand All @@ -27,8 +27,8 @@
"@washingtonpost/tachyons-css": "latest",
"@washingtonpost/wpds-accordion": "1.2.0",
"@washingtonpost/wpds-assets": "^1.17.0",
"@washingtonpost/wpds-kitchen-sink": "1.2.0",
"@washingtonpost/wpds-ui-kit": "1.2.0",
"@washingtonpost/wpds-kitchen-sink": "1.2.1",
"@washingtonpost/wpds-ui-kit": "1.2.1",
"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.2.0"
"version": "1.2.1"
}
44 changes: 22 additions & 22 deletions package-lock.json

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

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

## [1.2.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.2.0...v1.2.1) (2023-03-16)

### Bug Fixes

- clicking label should toggle box ([#355](https://github.com/washingtonpost/wpds-ui-kit/issues/355)) ([a03ed1b](https://github.com/washingtonpost/wpds-ui-kit/commit/a03ed1b0a5f50f6aa2e4952ab5854e2abca2a508))

# [1.2.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.1.0...v1.2.0) (2023-03-13)

**Note:** Version bump only for package @washingtonpost/wpds-checkbox
Expand Down
2 changes: 1 addition & 1 deletion ui/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@washingtonpost/wpds-checkbox",
"version": "1.2.0",
"version": "1.2.1",
"description": "WPDS Checkbox",
"author": "WPDS Support <wpds@washpost.com>",
"homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme",
Expand Down
4 changes: 4 additions & 0 deletions ui/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.2.0...v1.2.1) (2023-03-16)

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

# [1.2.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.1.0...v1.2.0) (2023-03-13)

### Features
Expand Down
4 changes: 2 additions & 2 deletions ui/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@washingtonpost/wpds-ui-kit",
"version": "1.2.0",
"version": "1.2.1",
"description": "WPDS UI Kit",
"author": "WPDS Support <wpds@washpost.com>",
"homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@washingtonpost/wpds-button": "1.2.0",
"@washingtonpost/wpds-card": "1.2.0",
"@washingtonpost/wpds-carousel": "1.2.0",
"@washingtonpost/wpds-checkbox": "1.2.0",
"@washingtonpost/wpds-checkbox": "1.2.1",
"@washingtonpost/wpds-container": "1.2.0",
"@washingtonpost/wpds-divider": "1.2.0",
"@washingtonpost/wpds-drawer": "1.2.0",
Expand Down
11 changes: 11 additions & 0 deletions ui/kitchen-sink/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.

## [1.2.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.2.0...v1.2.1) (2023-03-16)

### Bug Fixes

- clicking label should toggle box ([#355](https://github.com/washingtonpost/wpds-ui-kit/issues/355)) ([a03ed1b](https://github.com/washingtonpost/wpds-ui-kit/commit/a03ed1b0a5f50f6aa2e4952ab5854e2abca2a508))
- nanoid hoisting issue ([#354](https://github.com/washingtonpost/wpds-ui-kit/issues/354)) ([d490b07](https://github.com/washingtonpost/wpds-ui-kit/commit/d490b07149c0c0f101a1a289787cfd810d2a3e54))
6 changes: 3 additions & 3 deletions ui/kitchen-sink/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@washingtonpost/wpds-kitchen-sink",
"version": "1.2.0",
"version": "1.2.1",
"description": "WPDS Kitchen Sink",
"author": "WPDS Support <wpds@washpost.com>",
"homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme",
Expand Down Expand Up @@ -36,13 +36,13 @@
"typescript": "4.5.5"
},
"peerDependencies": {
"@washingtonpost/wpds-ui-kit": "1.2.0",
"@washingtonpost/wpds-assets": "latest",
"@washingtonpost/wpds-ui-kit": "1.2.0",
"react": "^16.8.6 || ^17.0.2"
},
"dependencies": {
"@washingtonpost/wpds-ui-kit": "1.2.0",
"@washingtonpost/wpds-assets": "latest",
"@washingtonpost/wpds-ui-kit": "1.2.1",
"nanoid": "^3.3.4"
}
}

4 comments on commit 21ec1e7

@vercel
Copy link

@vercel vercel bot commented on 21ec1e7 Mar 16, 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.preview.now.washingtonpost.com
build.washingtonpost.com
wpds-ui-kit-git-main.preview.now.washingtonpost.com

@vercel
Copy link

@vercel vercel bot commented on 21ec1e7 Mar 16, 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 21ec1e7 Mar 16, 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 21ec1e7 Mar 16, 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.