Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
artmsilva committed Feb 3, 2022
1 parent 5185e0a commit de5668f
Show file tree
Hide file tree
Showing 14 changed files with 79 additions and 19 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.2.0...v0.2.1) (2022-02-03)


### Bug Fixes

* add main release ([5185e0a](https://github.com/WPMedia/wpds-ui-kit/commit/5185e0a505a4ca03d344efbe6dc9c1407650fe95))
* bump lockfile packages and add prod release cmd ([ea23579](https://github.com/WPMedia/wpds-ui-kit/commit/ea235794765b41856595f1aa34e75c6f706bd3c8))





# [0.2.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.1.0...v0.2.0) (2022-01-26)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"allowBranch": "main"
}
},
"version": "0.2.0"
"version": "0.2.1"
}
8 changes: 8 additions & 0 deletions ssr-testing/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.2.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.2.0...v0.2.1) (2022-02-03)

**Note:** Version bump only for package ssr-testing





# [0.2.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.1.0...v0.2.0) (2022-01-26)

**Note:** Version bump only for package ssr-testing
Expand Down
12 changes: 6 additions & 6 deletions ssr-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssr-testing",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -15,11 +15,11 @@
"@next/bundle-analyzer": "^12.0.7",
"@washingtonpost/site-components": "latest",
"@washingtonpost/wpds-assets": "^1.1.13",
"@washingtonpost/wpds-box": "0.2.0",
"@washingtonpost/wpds-icon": "0.2.0",
"@washingtonpost/wpds-theme": "0.2.0",
"@washingtonpost/wpds-ui-kit": "0.2.0",
"@washingtonpost/wpds-visually-hidden": "0.2.0",
"@washingtonpost/wpds-box": "0.2.1",
"@washingtonpost/wpds-icon": "0.2.1",
"@washingtonpost/wpds-theme": "0.2.1",
"@washingtonpost/wpds-ui-kit": "0.2.1",
"@washingtonpost/wpds-visually-hidden": "0.2.1",
"next": "^12.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
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.2.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.2.0...v0.2.1) (2022-02-03)

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





# [0.2.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.1.0...v0.2.0) (2022-01-26)

**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.2.0",
"version": "0.2.1",
"description": "> TODO: description",
"author": "artmsilva <artmsilva@gmail.com>",
"homepage": "https://github.com/WPMedia/wpds-ui-kit#readme",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@babel/runtime": "^7.13.10",
"@washingtonpost/wpds-theme": "0.2.0"
"@washingtonpost/wpds-theme": "0.2.1"
},
"gitHead": "14d42419b2fda458174d05746c3d2bf26f4e9201"
}
8 changes: 8 additions & 0 deletions ui/icon/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.2.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.2.0...v0.2.1) (2022-02-03)

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





# [0.2.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.1.0...v0.2.0) (2022-01-26)

**Note:** Version bump only for package @washingtonpost/wpds-icon
Expand Down
4 changes: 2 additions & 2 deletions ui/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@washingtonpost/wpds-icon",
"version": "0.2.0",
"version": "0.2.1",
"description": "> TODO: description",
"author": "artmsilva <artmsilva@gmail.com>",
"homepage": "https://github.com/WPMedia/wpds-ui-kit#readme",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@babel/runtime": "^7.13.10",
"@washingtonpost/wpds-visually-hidden": "0.2.0"
"@washingtonpost/wpds-visually-hidden": "0.2.1"
},
"gitHead": "14d42419b2fda458174d05746c3d2bf26f4e9201"
}
8 changes: 8 additions & 0 deletions ui/kit/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.2.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.2.0...v0.2.1) (2022-02-03)

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





# [0.2.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.1.0...v0.2.0) (2022-01-26)

**Note:** Version bump only for package @washingtonpost/wpds-ui-kit
Expand Down
10 changes: 5 additions & 5 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": "0.2.0",
"version": "0.2.1",
"description": "> TODO: description",
"author": "artmsilva <artmsilva@gmail.com>",
"homepage": "https://github.com/WPMedia/wpds-ui-kit#readme",
Expand Down Expand Up @@ -30,10 +30,10 @@
},
"dependencies": {
"@babel/runtime": "^7.13.10",
"@washingtonpost/wpds-box": "0.2.0",
"@washingtonpost/wpds-icon": "0.2.0",
"@washingtonpost/wpds-theme": "0.2.0",
"@washingtonpost/wpds-visually-hidden": "0.2.0"
"@washingtonpost/wpds-box": "0.2.1",
"@washingtonpost/wpds-icon": "0.2.1",
"@washingtonpost/wpds-theme": "0.2.1",
"@washingtonpost/wpds-visually-hidden": "0.2.1"
},
"devDependencies": {
"@swc/cli": "^0.1.55",
Expand Down
8 changes: 8 additions & 0 deletions ui/theme/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.2.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.2.0...v0.2.1) (2022-02-03)

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





# [0.2.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.1.0...v0.2.0) (2022-01-26)


Expand Down
2 changes: 1 addition & 1 deletion ui/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@washingtonpost/wpds-theme",
"version": "0.2.0",
"version": "0.2.1",
"description": "> TODO: description",
"author": "artmsilva <artmsilva@gmail.com>",
"homepage": "https://github.com/WPMedia/wpds-ui-kit#readme",
Expand Down
8 changes: 8 additions & 0 deletions ui/visually-hidden/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.2.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.2.0...v0.2.1) (2022-02-03)

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





# [0.2.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.1.0...v0.2.0) (2022-01-26)

**Note:** Version bump only for package @washingtonpost/wpds-visually-hidden
Expand Down
4 changes: 2 additions & 2 deletions ui/visually-hidden/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@washingtonpost/wpds-visually-hidden",
"version": "0.2.0",
"version": "0.2.1",
"description": "> TODO: description",
"author": "artmsilva <artmsilva@gmail.com>",
"homepage": "https://github.com/WPMedia/wpds-ui-kit#readme",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@babel/runtime": "^7.13.10",
"@washingtonpost/wpds-theme": "0.2.0"
"@washingtonpost/wpds-theme": "0.2.1"
},
"gitHead": "14d42419b2fda458174d05746c3d2bf26f4e9201"
}

0 comments on commit de5668f

Please sign in to comment.