diff --git a/lerna.json b/lerna.json index 1f60955f..da68cdcc 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "1.3.5", + "version": "1.3.6", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/components/package.json b/packages/components/package.json index 65b4bcc4..71091fc0 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/components", - "version": "1.3.5", + "version": "1.3.6", "private": true, "description": "Beautiful, easy React toast notifications", "author": "Courier ", @@ -17,10 +17,10 @@ "license": "MIT", "dependencies": { "@trycourier/courier": "^1.3.0", - "@trycourier/react-inbox": "^1.3.5", - "@trycourier/react-preferences": "^1.3.5", - "@trycourier/react-provider": "^1.3.5", - "@trycourier/react-toast": "^1.3.5", + "@trycourier/react-inbox": "^1.3.6", + "@trycourier/react-preferences": "^1.3.6", + "@trycourier/react-provider": "^1.3.6", + "@trycourier/react-toast": "^1.3.6", "babel-loader": "^8.0.6", "babel-preset-preact": "^2.0.0", "camel-case": "^4.1.2", diff --git a/packages/react-inbox/package.json b/packages/react-inbox/package.json index 596db117..bf533a68 100644 --- a/packages/react-inbox/package.json +++ b/packages/react-inbox/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/react-inbox", - "version": "1.3.5", + "version": "1.3.6", "description": "", "main": "dist/index.js", "types": "typings/index.d.ts", @@ -22,8 +22,8 @@ "dependencies": { "@apollo/client": "^3.3.11", "@tippyjs/react": "^4.2.3", - "@trycourier/react-preferences": "^1.3.5", - "@trycourier/react-provider": "^1.3.5", + "@trycourier/react-preferences": "^1.3.6", + "@trycourier/react-provider": "^1.3.6", "classnames": "^2.2.6", "date-fns": "^2.19.0", "deep-extend": "^0.6.0", diff --git a/packages/react-preferences/package.json b/packages/react-preferences/package.json index 9e8c6df4..e1f4798b 100644 --- a/packages/react-preferences/package.json +++ b/packages/react-preferences/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/react-preferences", - "version": "1.3.5", + "version": "1.3.6", "main": "dist/index.js", "types": "typings/index.d.ts", "scripts": { diff --git a/packages/react-provider/package.json b/packages/react-provider/package.json index a87cbc20..f434a0af 100644 --- a/packages/react-provider/package.json +++ b/packages/react-provider/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/react-provider", - "version": "1.3.5", + "version": "1.3.6", "description": "", "main": "dist/index.js", "types": "typings/index.d.ts", diff --git a/packages/react-toast/package.json b/packages/react-toast/package.json index f7735a1b..9fd1a30b 100644 --- a/packages/react-toast/package.json +++ b/packages/react-toast/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/react-toast", - "version": "1.3.5", + "version": "1.3.6", "description": "Beautiful, easy React toast notifications", "main": "dist/index.js", "types": "typings/index.d.ts", @@ -25,7 +25,7 @@ "concat-md": "^0.3.5" }, "dependencies": { - "@trycourier/react-provider": "^1.3.5", + "@trycourier/react-provider": "^1.3.6", "deep-extend": "^0.6.0", "react-toastify": "^6.2.0", "rimraf": "^3.0.2", diff --git a/packages/storybook/package.json b/packages/storybook/package.json index e3dfd73e..d7e62434 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/storybook", - "version": "1.3.5", + "version": "1.3.6", "private": true, "description": "Beautiful, easy React toast notifications", "author": "Courier ", @@ -22,11 +22,11 @@ "@storybook/addon-links": "^6.1.14", "@storybook/addon-viewport": "^6.4.9", "@storybook/react": "^6.1.14", - "@trycourier/components": "^1.3.5", - "@trycourier/react-inbox": "^1.3.5", - "@trycourier/react-preferences": "^1.3.5", - "@trycourier/react-provider": "^1.3.5", - "@trycourier/react-toast": "^1.3.5", + "@trycourier/components": "^1.3.6", + "@trycourier/react-inbox": "^1.3.6", + "@trycourier/react-preferences": "^1.3.6", + "@trycourier/react-provider": "^1.3.6", + "@trycourier/react-toast": "^1.3.6", "react-markdown": "^6.0.1", "storybook": "^6.1.21", "styled-components": "^5.2.1", diff --git a/packages/types/package.json b/packages/types/package.json index b3280757..c5c1772a 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,7 +1,7 @@ { "name": "@trycourier/types", "private": true, - "version": "1.3.5", + "version": "1.3.6", "main": "index.d.ts", "types": "index.d.ts", "scripts": {}