diff --git a/lerna.json b/lerna.json index 56f10a5c2..83675bd6b 100644 --- a/lerna.json +++ b/lerna.json @@ -9,7 +9,7 @@ "packages/cra-template-matchbox", "packages/next-template-matchbox" ], - "version": "7.1.2", + "version": "7.1.3", "command": { "publish": { "ignoreChanges": [ diff --git a/packages/matchbox/package-lock.json b/packages/matchbox/package-lock.json index 72b798d3d..5604afe77 100644 --- a/packages/matchbox/package-lock.json +++ b/packages/matchbox/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sparkpost/matchbox", - "version": "7.1.2", + "version": "7.1.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/matchbox/package.json b/packages/matchbox/package.json index b8c858ee2..d64b6c263 100644 --- a/packages/matchbox/package.json +++ b/packages/matchbox/package.json @@ -1,6 +1,6 @@ { "name": "@sparkpost/matchbox", - "version": "7.1.2", + "version": "7.1.3", "description": "A React UI component library", "main": "dist/matchbox.js", "module": "dist/matchbox.esm.js", diff --git a/packages/next-template-matchbox/package-lock.json b/packages/next-template-matchbox/package-lock.json index fbe512dce..f2e72137f 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.2", + "version": "7.1.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/next-template-matchbox/package.json b/packages/next-template-matchbox/package.json index bb92e178a..4d365d34a 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.2", + "version": "7.1.3", "scripts": { "dev": "next dev", "build": "next build", @@ -13,7 +13,7 @@ }, "dependencies": { "@sparkpost/design-tokens": "^7.1.0", - "@sparkpost/matchbox": "^7.1.2", + "@sparkpost/matchbox": "^7.1.3", "@sparkpost/matchbox-icons": "^7.1.0", "@sparkpost/matchbox-media": "^7.1.0", "@types/styled-components": "^5.1.19",