Skip to content

Commit

Permalink
Publish v7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonambas committed Jan 24, 2022
1 parent f8bbe15 commit 1222a7e
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 22 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.0.1",
"version": "7.0.2",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template-matchbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A template for Create React App using Matchbox, the Design System from SparkPost.",
"author": "SparkPost",
"license": "MIT",
"version": "7.0.1",
"version": "7.0.2",
"sideEffects": false,
"publishConfig": {
"access": "public"
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": "7.0.1",
"version": "7.0.2",
"description": "SparkPost Design Tokens",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/matchbox-css/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-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkpost/matchbox-css",
"version": "7.0.1",
"version": "7.0.2",
"description": "Matchbox CSS Utility Library",
"main": "dist/index.css",
"style": "dist/index.css",
Expand All @@ -23,11 +23,11 @@
"clean": "rimraf ./dist"
},
"dependencies": {
"@sparkpost/design-tokens": "^7.0.1"
"@sparkpost/design-tokens": "^7.0.2"
},
"devDependencies": {
"node-sass": "^6.0.1",
"node-sass-import": "^2.0.1",
"rimraf": "^3.0.2"
}
}
}
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.0.1",
"version": "7.0.2",
"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": "7.0.1",
"version": "7.0.2",
"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": "7.0.1",
"version": "7.0.2",
"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": "^7.0.1",
"@sparkpost/design-tokens": "^7.0.2",
"@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": "^7.0.1",
"@sparkpost/matchbox-icons": "^7.0.2",
"@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.

10 changes: 5 additions & 5 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.0.1",
"version": "7.0.2",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -12,10 +12,10 @@
"format": "prettier --write '**/*.{js,ts,tsx}'"
},
"dependencies": {
"@sparkpost/design-tokens": "^7.0.1",
"@sparkpost/matchbox": "^7.0.1",
"@sparkpost/matchbox-icons": "^7.0.1",
"@sparkpost/matchbox-media": "^7.0.1",
"@sparkpost/design-tokens": "^7.0.2",
"@sparkpost/matchbox": "^7.0.2",
"@sparkpost/matchbox-icons": "^7.0.2",
"@sparkpost/matchbox-media": "^7.0.2",
"@types/styled-components": "^5.1.19",
"@types/styled-system": "^5.1.14",
"next": "12.0.7",
Expand Down

0 comments on commit 1222a7e

Please sign in to comment.