Skip to content

Commit

Permalink
Publish v7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonambas committed Apr 27, 2022
1 parent 45c6439 commit 0c6291e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.0",
"version": "7.1.1",
"command": {
"publish": {
"ignoreChanges": [
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.

2 changes: 1 addition & 1 deletion packages/matchbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkpost/matchbox",
"version": "7.1.0",
"version": "7.1.1",
"description": "A React UI component library",
"main": "dist/matchbox.js",
"module": "dist/matchbox.esm.js",
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.

4 changes: 2 additions & 2 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.0",
"version": "7.1.1",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@sparkpost/design-tokens": "^7.1.0",
"@sparkpost/matchbox": "^7.1.0",
"@sparkpost/matchbox": "^7.1.1",
"@sparkpost/matchbox-icons": "^7.1.0",
"@sparkpost/matchbox-media": "^7.1.0",
"@types/styled-components": "^5.1.19",
Expand Down

0 comments on commit 0c6291e

Please sign in to comment.