diff --git a/lerna.json b/lerna.json index 1ad542d58..2c6c151fe 100644 --- a/lerna.json +++ b/lerna.json @@ -9,7 +9,7 @@ "packages/cra-template-matchbox", "packages/next-template-matchbox" ], - "version": "7.0.3", + "version": "7.1.0", "command": { "publish": { "ignoreChanges": [ diff --git a/packages/cra-template-matchbox/package.json b/packages/cra-template-matchbox/package.json index a120a2aeb..fc21a38cf 100644 --- a/packages/cra-template-matchbox/package.json +++ b/packages/cra-template-matchbox/package.json @@ -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.3", + "version": "7.1.0", "sideEffects": false, "publishConfig": { "access": "public" diff --git a/packages/design-tokens/package-lock.json b/packages/design-tokens/package-lock.json index 2cae24247..2f79f5bc3 100644 --- a/packages/design-tokens/package-lock.json +++ b/packages/design-tokens/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sparkpost/design-tokens", - "version": "7.0.3", + "version": "7.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 127b5094d..34f9c6570 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@sparkpost/design-tokens", - "version": "7.0.3", + "version": "7.1.0", "description": "SparkPost Design Tokens", "main": "index.js", "types": "index.d.ts", diff --git a/packages/matchbox-css/package-lock.json b/packages/matchbox-css/package-lock.json index 3316a3deb..bd853d546 100644 --- a/packages/matchbox-css/package-lock.json +++ b/packages/matchbox-css/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sparkpost/matchbox-css", - "version": "7.0.3", + "version": "7.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/matchbox-css/package.json b/packages/matchbox-css/package.json index ec4331eb8..75be3538b 100644 --- a/packages/matchbox-css/package.json +++ b/packages/matchbox-css/package.json @@ -1,6 +1,6 @@ { "name": "@sparkpost/matchbox-css", - "version": "7.0.3", + "version": "7.1.0", "description": "Matchbox CSS Utility Library", "main": "dist/index.css", "style": "dist/index.css", @@ -23,7 +23,7 @@ "clean": "rimraf ./dist" }, "dependencies": { - "@sparkpost/design-tokens": "^7.0.3" + "@sparkpost/design-tokens": "^7.1.0" }, "devDependencies": { "node-sass": "^7.0.0", diff --git a/packages/matchbox-icons/package-lock.json b/packages/matchbox-icons/package-lock.json index 5a7dc32d8..ae0384af9 100644 --- a/packages/matchbox-icons/package-lock.json +++ b/packages/matchbox-icons/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sparkpost/matchbox-icons", - "version": "7.0.3", + "version": "7.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/matchbox-icons/package.json b/packages/matchbox-icons/package.json index d2cca31f5..880e554a8 100644 --- a/packages/matchbox-icons/package.json +++ b/packages/matchbox-icons/package.json @@ -1,6 +1,6 @@ { "name": "@sparkpost/matchbox-icons", - "version": "7.0.3", + "version": "7.1.0", "description": "React icons for Matchbox", "main": "dist/matchbox-icons.js", "module": "dist/matchbox-icons.esm.js", diff --git a/packages/matchbox-media/package-lock.json b/packages/matchbox-media/package-lock.json index a1b3f599c..9054c3aaf 100644 --- a/packages/matchbox-media/package-lock.json +++ b/packages/matchbox-media/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sparkpost/matchbox-media", - "version": "7.0.3", + "version": "7.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/matchbox-media/package.json b/packages/matchbox-media/package.json index 20a81c9e9..910fdace6 100644 --- a/packages/matchbox-media/package.json +++ b/packages/matchbox-media/package.json @@ -1,6 +1,6 @@ { "name": "@sparkpost/matchbox-media", - "version": "7.0.3", + "version": "7.1.0", "description": "Images and Videos for Matchbox", "main": "matchbox-media.js", "publishConfig": { diff --git a/packages/matchbox/package-lock.json b/packages/matchbox/package-lock.json index cdbab12c6..5c75a4f9d 100644 --- a/packages/matchbox/package-lock.json +++ b/packages/matchbox/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sparkpost/matchbox", - "version": "7.0.3", + "version": "7.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/matchbox/package.json b/packages/matchbox/package.json index 6c9da7b15..a935ac308 100644 --- a/packages/matchbox/package.json +++ b/packages/matchbox/package.json @@ -1,6 +1,6 @@ { "name": "@sparkpost/matchbox", - "version": "7.0.3", + "version": "7.1.0", "description": "A React UI component library", "main": "dist/matchbox.js", "module": "dist/matchbox.esm.js", @@ -25,7 +25,7 @@ }, "sideEffects": false, "dependencies": { - "@sparkpost/design-tokens": "^7.0.3", + "@sparkpost/design-tokens": "^7.1.0", "@styled-system/prop-types": "^5.1.2", "@styled-system/props": "^5.1.5", "copy-to-clipboard": "^3.3.1", @@ -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.3", + "@sparkpost/matchbox-icons": "^7.1.0", "@types/react": "^17.0.16", "@types/react-dom": "^17.0.9", "@types/styled-components": "^5.1.12", diff --git a/packages/next-template-matchbox/package-lock.json b/packages/next-template-matchbox/package-lock.json index 9015e55ac..0335e78da 100644 --- a/packages/next-template-matchbox/package-lock.json +++ b/packages/next-template-matchbox/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sparkpost/next-template-matchbox", - "version": "7.0.3", + "version": "7.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/next-template-matchbox/package.json b/packages/next-template-matchbox/package.json index e0bbac4e6..278d17833 100644 --- a/packages/next-template-matchbox/package.json +++ b/packages/next-template-matchbox/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "7.0.3", + "version": "7.1.0", "scripts": { "dev": "next dev", "build": "next build", @@ -12,10 +12,10 @@ "format": "prettier --write '**/*.{js,ts,tsx}'" }, "dependencies": { - "@sparkpost/design-tokens": "^7.0.3", - "@sparkpost/matchbox": "^7.0.3", - "@sparkpost/matchbox-icons": "^7.0.3", - "@sparkpost/matchbox-media": "^7.0.3", + "@sparkpost/design-tokens": "^7.1.0", + "@sparkpost/matchbox": "^7.1.0", + "@sparkpost/matchbox-icons": "^7.1.0", + "@sparkpost/matchbox-media": "^7.1.0", "@types/styled-components": "^5.1.19", "@types/styled-system": "^5.1.14", "next": "^12.1.0",