From 249f9c0ccd72fcfbf46193d7d4a13351e2aacd2b Mon Sep 17 00:00:00 2001 From: Riley Date: Fri, 5 May 2023 09:54:14 -0700 Subject: [PATCH] chore(version 3.5.1): fix typings --- packages/client-api/package.json | 2 +- packages/client-graphql/package.json | 2 +- packages/components/package.json | 12 ++++++------ packages/react-brand-designer/package.json | 4 ++-- packages/react-elements/package.json | 2 +- packages/react-hooks/package.json | 4 ++-- packages/react-inbox-next/package.json | 2 +- packages/react-inbox/package.json | 10 +++++----- packages/react-preferences/package.json | 4 ++-- packages/react-provider/package.json | 4 ++-- packages/react-toast/package.json | 4 ++-- packages/storybook/package.json | 14 +++++++------- packages/types/package.json | 2 +- 13 files changed, 33 insertions(+), 33 deletions(-) diff --git a/packages/client-api/package.json b/packages/client-api/package.json index 4f45be9c..78db7b92 100644 --- a/packages/client-api/package.json +++ b/packages/client-api/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/client-api", - "version": "3.5.0", + "version": "3.5.1", "description": "", "main": "dist/index.js", "private": true, diff --git a/packages/client-graphql/package.json b/packages/client-graphql/package.json index 3a8e762e..0f5ff31f 100644 --- a/packages/client-graphql/package.json +++ b/packages/client-graphql/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/client-graphql", - "version": "3.5.0", + "version": "3.5.1", "description": "", "main": "dist/index.js", "types": "typings/index.d.ts", diff --git a/packages/components/package.json b/packages/components/package.json index 2f427681..9a073b12 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/components", - "version": "3.5.0", + "version": "3.5.1", "private": true, "description": "Beautiful, easy React toast notifications", "author": "Courier ", @@ -18,11 +18,11 @@ "license": "MIT", "dependencies": { "@trycourier/courier": "^1.3.0", - "@trycourier/react-brand-designer": "^3.5.0", - "@trycourier/react-inbox": "^3.5.0", - "@trycourier/react-preferences": "^3.5.0", - "@trycourier/react-provider": "^3.5.0", - "@trycourier/react-toast": "^3.5.0", + "@trycourier/react-brand-designer": "^3.5.1", + "@trycourier/react-inbox": "^3.5.1", + "@trycourier/react-preferences": "^3.5.1", + "@trycourier/react-provider": "^3.5.1", + "@trycourier/react-toast": "^3.5.1", "babel-loader": "^8.0.6", "babel-preset-preact": "^2.0.0", "camel-case": "^4.1.2", diff --git a/packages/react-brand-designer/package.json b/packages/react-brand-designer/package.json index 7352ad42..93c2b347 100644 --- a/packages/react-brand-designer/package.json +++ b/packages/react-brand-designer/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/react-brand-designer", - "version": "3.5.0", + "version": "3.5.1", "description": "Embeddable brand designer for multi-channel notifications", "homepage": "https://github.com/trycourier/courier-react/tree/main/packages/react-elements#readme", "license": "ISC", @@ -29,7 +29,7 @@ "url": "https://github.com/trycourier/courier-react/issues" }, "dependencies": { - "@trycourier/react-elements": "^3.5.0", + "@trycourier/react-elements": "^3.5.1", "rimraf": "^3.0.2" }, "devDependencies": { diff --git a/packages/react-elements/package.json b/packages/react-elements/package.json index 63a20dc2..f1b5e105 100644 --- a/packages/react-elements/package.json +++ b/packages/react-elements/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/react-elements", - "version": "3.5.0", + "version": "3.5.1", "description": "Shareable components for each Courier package", "author": "Drew Youngwerth ", "homepage": "https://github.com/trycourier/courier-react/tree/main/packages/react-elements#readme", diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index 876a1816..05052bcf 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/react-hooks", - "version": "3.5.0", + "version": "3.5.1", "description": "", "main": "dist/index.js", "types": "typings/index.d.ts", @@ -20,7 +20,7 @@ "concat-md": "^0.3.5" }, "dependencies": { - "@trycourier/client-graphql": "^3.5.0", + "@trycourier/client-graphql": "^3.5.1", "deep-extend": "^0.6.0", "rimraf": "^3.0.2" }, diff --git a/packages/react-inbox-next/package.json b/packages/react-inbox-next/package.json index 27debf5b..55006cfa 100644 --- a/packages/react-inbox-next/package.json +++ b/packages/react-inbox-next/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/react-inbox-next", - "version": "3.5.0", + "version": "3.5.1", "description": "", "private": true, "main": "dist/index.js", diff --git a/packages/react-inbox/package.json b/packages/react-inbox/package.json index 0aa310bd..b00e8eb9 100644 --- a/packages/react-inbox/package.json +++ b/packages/react-inbox/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/react-inbox", - "version": "3.5.0", + "version": "3.5.1", "description": "", "main": "dist/index.js", "types": "typings/index.d.ts", @@ -21,10 +21,10 @@ "dependencies": { "@fontsource/poppins": "^4.5.9", "@tippyjs/react": "^4.2.3", - "@trycourier/client-graphql": "^3.5.0", - "@trycourier/react-elements": "^3.5.0", - "@trycourier/react-hooks": "^3.5.0", - "@trycourier/react-preferences": "^3.5.0", + "@trycourier/client-graphql": "^3.5.1", + "@trycourier/react-elements": "^3.5.1", + "@trycourier/react-hooks": "^3.5.1", + "@trycourier/react-preferences": "^3.5.1", "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 4c81f197..110316c4 100644 --- a/packages/react-preferences/package.json +++ b/packages/react-preferences/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/react-preferences", - "version": "3.5.0", + "version": "3.5.1", "main": "dist/index.js", "types": "typings/index.d.ts", "scripts": { @@ -23,7 +23,7 @@ ], "license": "ISC", "dependencies": { - "@trycourier/react-hooks": "^3.5.0", + "@trycourier/react-hooks": "^3.5.1", "react-toggle": "^4.1.2", "styled-components": "^5.3.6" } diff --git a/packages/react-provider/package.json b/packages/react-provider/package.json index 0645fcc8..aa237d1b 100644 --- a/packages/react-provider/package.json +++ b/packages/react-provider/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/react-provider", - "version": "3.5.0", + "version": "3.5.1", "description": "", "main": "dist/index.js", "types": "typings/index.d.ts", @@ -16,7 +16,7 @@ }, "license": "ISC", "dependencies": { - "@trycourier/client-graphql": "^3.5.0", + "@trycourier/client-graphql": "^3.5.1", "buffer": "^6.0.3", "jwt-decode": "^3.1.2", "react-use": "^17.2.1", diff --git a/packages/react-toast/package.json b/packages/react-toast/package.json index d31ecbf4..349ddf7d 100644 --- a/packages/react-toast/package.json +++ b/packages/react-toast/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/react-toast", - "version": "3.5.0", + "version": "3.5.1", "description": "Beautiful, easy React toast notifications", "main": "dist/index.js", "types": "typings/index.d.ts", @@ -24,7 +24,7 @@ "concat-md": "^0.3.5" }, "dependencies": { - "@trycourier/react-hooks": "^3.5.0", + "@trycourier/react-hooks": "^3.5.1", "deep-extend": "^0.6.0", "markdown-to-jsx": "^7.1.7", "react-toastify": "^6.2.0", diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 9d28fcb5..c0f70037 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/storybook", - "version": "3.5.0", + "version": "3.5.1", "private": true, "description": "Beautiful, easy React toast notifications", "author": "Courier ", @@ -23,12 +23,12 @@ "@storybook/addon-links": "^6.5.9", "@storybook/addon-viewport": "^6.5.9", "@storybook/react": "^6.5.9", - "@trycourier/components": "^3.5.0", - "@trycourier/react-brand-designer": "^3.5.0", - "@trycourier/react-inbox": "^3.5.0", - "@trycourier/react-preferences": "^3.5.0", - "@trycourier/react-provider": "^3.5.0", - "@trycourier/react-toast": "^3.5.0", + "@trycourier/components": "^3.5.1", + "@trycourier/react-brand-designer": "^3.5.1", + "@trycourier/react-inbox": "^3.5.1", + "@trycourier/react-preferences": "^3.5.1", + "@trycourier/react-provider": "^3.5.1", + "@trycourier/react-toast": "^3.5.1", "react-frame-component": "^5.2.3", "react-markdown": "^6.0.1", "storybook": "^6.5.9", diff --git a/packages/types/package.json b/packages/types/package.json index 93968bc6..f0de91fb 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,7 +1,7 @@ { "name": "@trycourier/types", "private": true, - "version": "3.5.0", + "version": "3.5.1", "main": "index.d.ts", "types": "index.d.ts", "scripts": {}