Skip to content

Commit

Permalink
Publish v4.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
logansparlin committed Aug 13, 2020
1 parent ffc41de commit 718165e
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 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.13",
"version": "4.0.14",
"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.13",
"version": "4.0.14",
"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.13",
"version": "4.0.14",
"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.

4 changes: 2 additions & 2 deletions 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.13",
"version": "4.0.14",
"description": "Images and Videos for Matchbox",
"main": "matchbox-media.js",
"publishConfig": {
Expand All @@ -16,4 +16,4 @@
"url": "https://github.com/SparkPost/matchbox/issues"
},
"homepage": "https://github.com/SparkPost/matchbox#readme"
}
}
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.13",
"version": "4.0.14",
"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.13",
"@sparkpost/design-tokens": "^4.0.14",
"@styled-system/prop-types": "^5.1.2",
"@styled-system/props": "^5.1.5",
"prop-types": "^15.7.2",
Expand All @@ -50,7 +50,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.13",
"@sparkpost/matchbox-icons": "^4.0.14",
"autoprefixer": "^7.2.5",
"change-case": "^3.0.1",
"cssnano": "^4.1.10",
Expand Down

0 comments on commit 718165e

Please sign in to comment.