Skip to content

Commit

Permalink
Publish v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonambas committed Nov 3, 2021
1 parent c08310d commit bc36cc3
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": "6.0.6",
"version": "6.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": "6.0.6",
"version": "6.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": "6.0.6",
"version": "6.1.0",
"description": "React icons for Matchbox",
"main": "dist/matchbox-icons.js",
"module": "dist/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": "6.0.6",
"version": "6.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": "6.0.6",
"version": "6.1.0",
"description": "A React UI component library",
"main": "dist/matchbox.js",
"module": "dist/matchbox.esm.js",
Expand All @@ -25,7 +25,7 @@
},
"sideEffects": false,
"dependencies": {
"@sparkpost/design-tokens": "^6.0.6",
"@sparkpost/design-tokens": "^6.1.0",
"@styled-system/prop-types": "^5.1.2",
"@styled-system/props": "^5.1.5",
"copy-to-clipboard": "^3.3.1",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@babel/preset-react": "^7.6.3",
"@babel/preset-typescript": "^7.15.0",
"@rollup/plugin-typescript": "^8.2.5",
"@sparkpost/matchbox-icons": "^6.0.6",
"@sparkpost/matchbox-icons": "^6.1.0",
"@types/react": "^17.0.16",
"@types/react-dom": "^17.0.9",
"@types/styled-components": "^5.1.12",
Expand Down

0 comments on commit bc36cc3

Please sign in to comment.