From b3d857b345d3f1abaa2bcd898cc56734b0f60e9c Mon Sep 17 00:00:00 2001 From: Riley Date: Tue, 8 Feb 2022 18:14:00 -0800 Subject: [PATCH] fix graphqlcall (#162) * save * save --- lerna.json | 2 +- packages/components/package.json | 10 +++++----- packages/react-inbox/package.json | 6 +++--- packages/react-preferences/package.json | 2 +- packages/react-provider/package.json | 2 +- packages/react-provider/src/actions/brand.ts | 4 ++++ packages/react-toast/package.json | 4 ++-- packages/storybook/package.json | 12 ++++++------ packages/types/package.json | 2 +- 9 files changed, 24 insertions(+), 20 deletions(-) diff --git a/lerna.json b/lerna.json index adf8d484..0c1cc600 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "1.7.0", + "version": "1.7.1", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/components/package.json b/packages/components/package.json index 5c49c1cf..175d6a37 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/components", - "version": "1.7.0", + "version": "1.7.1", "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.7.0", - "@trycourier/react-preferences": "^1.7.0", - "@trycourier/react-provider": "^1.7.0", - "@trycourier/react-toast": "^1.7.0", + "@trycourier/react-inbox": "^1.7.1", + "@trycourier/react-preferences": "^1.7.1", + "@trycourier/react-provider": "^1.7.1", + "@trycourier/react-toast": "^1.7.1", "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 627335c1..cb9161a6 100644 --- a/packages/react-inbox/package.json +++ b/packages/react-inbox/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/react-inbox", - "version": "1.7.0", + "version": "1.7.1", "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.7.0", - "@trycourier/react-provider": "^1.7.0", + "@trycourier/react-preferences": "^1.7.1", + "@trycourier/react-provider": "^1.7.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 5be26ecc..4b5da36d 100644 --- a/packages/react-preferences/package.json +++ b/packages/react-preferences/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/react-preferences", - "version": "1.7.0", + "version": "1.7.1", "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 eb3f606b..7b98b3fe 100644 --- a/packages/react-provider/package.json +++ b/packages/react-provider/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/react-provider", - "version": "1.7.0", + "version": "1.7.1", "description": "", "main": "dist/index.js", "types": "typings/index.d.ts", diff --git a/packages/react-provider/src/actions/brand.ts b/packages/react-provider/src/actions/brand.ts index 7c4627ad..8e11131b 100644 --- a/packages/react-provider/src/actions/brand.ts +++ b/packages/react-provider/src/actions/brand.ts @@ -10,6 +10,10 @@ settings { disableMessageIcon disableCourierFooter placement + emptyState { + textColor + text + } widgetBackground { topColor bottomColor diff --git a/packages/react-toast/package.json b/packages/react-toast/package.json index 8456f3b2..69b6037f 100644 --- a/packages/react-toast/package.json +++ b/packages/react-toast/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/react-toast", - "version": "1.7.0", + "version": "1.7.1", "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.7.0", + "@trycourier/react-provider": "^1.7.1", "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 d42edfff..5c8afebd 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/storybook", - "version": "1.7.0", + "version": "1.7.1", "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.7.0", - "@trycourier/react-inbox": "^1.7.0", - "@trycourier/react-preferences": "^1.7.0", - "@trycourier/react-provider": "^1.7.0", - "@trycourier/react-toast": "^1.7.0", + "@trycourier/components": "^1.7.1", + "@trycourier/react-inbox": "^1.7.1", + "@trycourier/react-preferences": "^1.7.1", + "@trycourier/react-provider": "^1.7.1", + "@trycourier/react-toast": "^1.7.1", "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 2099deaa..8414e6b5 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,7 +1,7 @@ { "name": "@trycourier/types", "private": true, - "version": "1.7.0", + "version": "1.7.1", "main": "index.d.ts", "types": "index.d.ts", "scripts": {}