Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
artmsilva committed Mar 3, 2022
1 parent dcaa50e commit a9edcd4
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@next/bundle-analyzer": "^12.0.7",
"@washingtonpost/wpds-assets": "^1.2.1",
"@washingtonpost/wpds-ui-kit": "^0.4.0",
"@washingtonpost/wpds-ui-kit": "0.4.1",
"next": "^12.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "0.4.0"
"version": "0.4.1"
}
2 changes: 1 addition & 1 deletion 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.4.0",
"version": "0.4.1",
"description": "WPDS Alert Banner",
"author": "WPDS Support <wpds@washpost.com>",
"homepage": "https://github.com/WPMedia/wpds-ui-kit#readme",
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0",
"version": "0.4.1",
"description": "WPDS App Bar",
"author": "WPDS Support <wpds@washpost.com>",
"homepage": "https://github.com/WPMedia/wpds-ui-kit#readme",
Expand Down
2 changes: 1 addition & 1 deletion ui/box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@washingtonpost/wpds-box",
"version": "0.4.0",
"version": "0.4.1",
"description": "WPDS Box component",
"author": "WPDS Support <wpds@washpost.com>",
"homepage": "https://github.com/WPMedia/wpds-ui-kit#readme",
Expand Down
2 changes: 1 addition & 1 deletion ui/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@washingtonpost/wpds-button",
"version": "0.4.0",
"version": "0.4.1",
"description": "WPDS Button",
"author": "WPDS Support <wpds@washpost.com>",
"homepage": "https://github.com/WPMedia/wpds-ui-kit#readme",
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": "0.4.0",
"version": "0.4.1",
"description": "WPDS Checkbox",
"author": "WPDS Support <wpds@washpost.com>",
"homepage": "https://github.com/WPMedia/wpds-ui-kit#readme",
Expand Down
2 changes: 1 addition & 1 deletion ui/container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@washingtonpost/wpds-container",
"version": "0.4.0",
"version": "0.4.1",
"description": "The container centers your content horizontally. It's the most basic layout element.",
"author": "WPDS Support <wpds@washpost.com>",
"homepage": "https://github.com/WPMedia/wpds-ui-kit#readme",
Expand Down
2 changes: 1 addition & 1 deletion ui/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@washingtonpost/wpds-icon",
"version": "0.4.0",
"version": "0.4.1",
"description": "WPDS Icon Component",
"author": "WPDS Support <wpds@washpost.com>",
"homepage": "https://github.com/WPMedia/wpds-ui-kit#readme",
Expand Down
20 changes: 10 additions & 10 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.4.0",
"version": "0.4.1",
"description": "WPDS UI Kit",
"author": "WPDS Support <wpds@washpost.com>",
"homepage": "https://github.com/WPMedia/wpds-ui-kit#readme",
Expand Down Expand Up @@ -30,15 +30,15 @@
"url": "https://github.com/WPMedia/wpds-ui-kit/issues"
},
"dependencies": {
"@washingtonpost/wpds-alert-banner": "*",
"@washingtonpost/wpds-app-bar": "*",
"@washingtonpost/wpds-box": "*",
"@washingtonpost/wpds-button": "*",
"@washingtonpost/wpds-checkbox": "*",
"@washingtonpost/wpds-container": "*",
"@washingtonpost/wpds-icon": "*",
"@washingtonpost/wpds-theme": "*",
"@washingtonpost/wpds-visually-hidden": "*"
"@washingtonpost/wpds-alert-banner": "0.4.1",
"@washingtonpost/wpds-app-bar": "0.4.1",
"@washingtonpost/wpds-box": "0.4.1",
"@washingtonpost/wpds-button": "0.4.1",
"@washingtonpost/wpds-checkbox": "0.4.1",
"@washingtonpost/wpds-container": "0.4.1",
"@washingtonpost/wpds-icon": "0.4.1",
"@washingtonpost/wpds-theme": "0.4.1",
"@washingtonpost/wpds-visually-hidden": "0.4.1"
},
"devDependencies": {
"tsup": "^5.11.13",
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.4.0",
"version": "0.4.1",
"description": "WPDS Theme and System",
"author": "WPDS Support <wpds@washpost.com>",
"homepage": "https://github.com/WPMedia/wpds-ui-kit#readme",
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0",
"version": "0.4.1",
"description": "WPDS Visually Hidden",
"author": "WPDS Support <wpds@washpost.com>",
"homepage": "https://github.com/WPMedia/wpds-ui-kit#readme",
Expand Down

1 comment on commit a9edcd4

@vercel
Copy link

@vercel vercel bot commented on a9edcd4 Mar 3, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.