Skip to content

Commit 71a2b5b

Browse files
committed
Publish v7.0.1
1 parent 83b911c commit 71a2b5b

14 files changed

Lines changed: 21 additions & 21 deletions

File tree

β€Žlerna.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"packages/cra-template-matchbox",
1010
"packages/next-template-matchbox"
1111
],
12-
"version": "7.0.0",
12+
"version": "7.0.1",
1313
"command": {
1414
"publish": {
1515
"ignoreChanges": [

β€Žpackages/cra-template-matchbox/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A template for Create React App using Matchbox, the Design System from SparkPost.",
44
"author": "SparkPost",
55
"license": "MIT",
6-
"version": "7.0.0",
6+
"version": "7.0.1",
77
"sideEffects": false,
88
"publishConfig": {
99
"access": "public"

β€Žpackages/design-tokens/package-lock.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackages/design-tokens/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sparkpost/design-tokens",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "SparkPost Design Tokens",
55
"main": "index.js",
66
"types": "index.d.ts",

β€Žpackages/matchbox-css/package-lock.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackages/matchbox-css/package.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sparkpost/matchbox-css",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "Matchbox CSS Utility Library",
55
"style": "dist/index.css",
66
"author": "SparkPost",
@@ -22,7 +22,7 @@
2222
"clean": "rimraf ./dist"
2323
},
2424
"dependencies": {
25-
"@sparkpost/design-tokens": "^7.0.0"
25+
"@sparkpost/design-tokens": "^7.0.1"
2626
},
2727
"devDependencies": {
2828
"node-sass": "^6.0.1",

β€Žpackages/matchbox-icons/package-lock.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackages/matchbox-icons/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sparkpost/matchbox-icons",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "React icons for Matchbox",
55
"main": "dist/matchbox-icons.js",
66
"module": "dist/matchbox-icons.esm.js",

β€Žpackages/matchbox-media/package-lock.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackages/matchbox-media/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sparkpost/matchbox-media",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "Images and Videos for Matchbox",
55
"main": "matchbox-media.js",
66
"publishConfig": {

0 commit comments

Comments
Β (0)