Skip to content

Commit

Permalink
Publish v7.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jonambas committed May 5, 2022
1 parent 6e32bf9 commit 14e7d05
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"packages/cra-template-matchbox",
"packages/next-template-matchbox"
],
"version": "7.1.3",
"version": "7.1.4",
"command": {
"publish": {
"ignoreChanges": [
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": "7.1.0",
"version": "7.1.4",
"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/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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkpost/matchbox",
"version": "7.1.3",
"version": "7.1.4",
"description": "A React UI component library",
"main": "dist/matchbox.js",
"module": "dist/matchbox.esm.js",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@babel/preset-react": "^7.6.3",
"@babel/preset-typescript": "^7.15.0",
"@rollup/plugin-typescript": "^8.2.5",
"@sparkpost/matchbox-icons": "^7.1.0",
"@sparkpost/matchbox-icons": "^7.1.4",
"@types/react": "^17.0.16",
"@types/react-dom": "^17.0.9",
"@types/styled-components": "^5.1.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-template-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/next-template-matchbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "7.1.3",
"version": "7.1.4",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -13,8 +13,8 @@
},
"dependencies": {
"@sparkpost/design-tokens": "^7.1.0",
"@sparkpost/matchbox": "^7.1.3",
"@sparkpost/matchbox-icons": "^7.1.0",
"@sparkpost/matchbox": "^7.1.4",
"@sparkpost/matchbox-icons": "^7.1.4",
"@sparkpost/matchbox-media": "^7.1.0",
"@types/styled-components": "^5.1.19",
"@types/styled-system": "^5.1.14",
Expand Down

0 comments on commit 14e7d05

Please sign in to comment.