diff --git a/lerna.json b/lerna.json index 83675bd6b..1d67e7ea3 100644 --- a/lerna.json +++ b/lerna.json @@ -9,7 +9,7 @@ "packages/cra-template-matchbox", "packages/next-template-matchbox" ], - "version": "7.1.3", + "version": "7.1.4", "command": { "publish": { "ignoreChanges": [ diff --git a/packages/matchbox-icons/package-lock.json b/packages/matchbox-icons/package-lock.json index ae0384af9..33257697c 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.1.0", + "version": "7.1.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/matchbox-icons/package.json b/packages/matchbox-icons/package.json index 880e554a8..3e14b7a4b 100644 --- a/packages/matchbox-icons/package.json +++ b/packages/matchbox-icons/package.json @@ -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", diff --git a/packages/matchbox/package-lock.json b/packages/matchbox/package-lock.json index 5604afe77..4c27a71fd 100644 --- a/packages/matchbox/package-lock.json +++ b/packages/matchbox/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sparkpost/matchbox", - "version": "7.1.3", + "version": "7.1.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/matchbox/package.json b/packages/matchbox/package.json index d64b6c263..dab5937cd 100644 --- a/packages/matchbox/package.json +++ b/packages/matchbox/package.json @@ -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", @@ -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", diff --git a/packages/next-template-matchbox/package-lock.json b/packages/next-template-matchbox/package-lock.json index f2e72137f..3e2a04d13 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.1.3", + "version": "7.1.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/next-template-matchbox/package.json b/packages/next-template-matchbox/package.json index 4d365d34a..8bb572fae 100644 --- a/packages/next-template-matchbox/package.json +++ b/packages/next-template-matchbox/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "7.1.3", + "version": "7.1.4", "scripts": { "dev": "next dev", "build": "next build", @@ -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",