Skip to content

Commit

Permalink
Publish v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonambas committed Aug 14, 2020
1 parent 63a5f09 commit 44ae717
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"packages/matchbox",
"packages/matchbox-media"
],
"version": "4.0.14",
"version": "4.1.0",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkpost/design-tokens",
"version": "4.0.14",
"version": "4.1.0",
"description": "SparkPost Design Tokens",
"main": "index.js",
"style": "dist/index.scss",
Expand Down
2 changes: 1 addition & 1 deletion packages/matchbox-icons/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/matchbox-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkpost/matchbox-icons",
"version": "4.0.14",
"version": "4.1.0",
"description": "React icons for Matchbox",
"main": "matchbox-icons.js",
"module": "matchbox-icons.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/matchbox-media/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/matchbox-media/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkpost/matchbox-media",
"version": "4.0.14",
"version": "4.1.0",
"description": "Images and Videos for Matchbox",
"main": "matchbox-media.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/matchbox/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/matchbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkpost/matchbox",
"version": "4.0.14",
"version": "4.1.0",
"description": "A React UI component library",
"main": "matchbox.js",
"module": "matchbox.esm.js",
Expand All @@ -25,7 +25,7 @@
},
"sideEffects": false,
"dependencies": {
"@sparkpost/design-tokens": "^4.0.14",
"@sparkpost/design-tokens": "^4.1.0",
"@styled-system/prop-types": "^5.1.2",
"@styled-system/props": "^5.1.5",
"copy-to-clipboard": "^3.3.1",
Expand All @@ -51,7 +51,7 @@
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"@sparkpost/matchbox-icons": "^4.0.14",
"@sparkpost/matchbox-icons": "^4.1.0",
"autoprefixer": "^7.2.5",
"change-case": "^3.0.1",
"cssnano": "^4.1.10",
Expand Down

0 comments on commit 44ae717

Please sign in to comment.