Skip to content

Commit a46dd24

Browse files
committed
chore(version 6.2.0): version 6.2.0
1 parent 3a496d5 commit a46dd24

File tree

14 files changed

+38
-38
lines changed

14 files changed

+38
-38
lines changed

packages/client-graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trycourier/client-graphql",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "typings/index.d.ts",

packages/components/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trycourier/components",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"private": true,
55
"description": "Beautiful, easy React toast notifications",
66
"author": "Courier <[email protected]>",
@@ -18,11 +18,11 @@
1818
"license": "MIT",
1919
"dependencies": {
2020
"@trycourier/courier": "^1.3.0",
21-
"@trycourier/react-brand-designer": "^6.1.0",
22-
"@trycourier/react-inbox": "^6.1.0",
23-
"@trycourier/react-preferences": "^6.1.0",
24-
"@trycourier/react-provider": "^6.1.0",
25-
"@trycourier/react-toast": "^6.1.0",
21+
"@trycourier/react-brand-designer": "^6.2.0",
22+
"@trycourier/react-inbox": "^6.2.0",
23+
"@trycourier/react-preferences": "^6.2.0",
24+
"@trycourier/react-provider": "^6.2.0",
25+
"@trycourier/react-toast": "^6.2.0",
2626
"babel-loader": "^8.0.6",
2727
"babel-preset-preact": "^2.0.0",
2828
"camel-case": "^4.1.2",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trycourier/core",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "typings/index.d.ts",

packages/react-brand-designer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trycourier/react-brand-designer",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "Embeddable brand designer for multi-channel notifications",
55
"homepage": "https://github.com/trycourier/courier-react/tree/main/packages/react-elements#readme",
66
"license": "ISC",
@@ -29,7 +29,7 @@
2929
"url": "https://github.com/trycourier/courier-react/issues"
3030
},
3131
"dependencies": {
32-
"@trycourier/react-elements": "^6.1.0",
32+
"@trycourier/react-elements": "^6.2.0",
3333
"rimraf": "^3.0.2"
3434
},
3535
"peerDependencies": {

packages/react-elements/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trycourier/react-elements",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "Shareable components for each Courier package",
55
"author": "Drew Youngwerth <[email protected]>",
66
"homepage": "https://github.com/trycourier/courier-react/tree/main/packages/react-elements#readme",

packages/react-hooks/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trycourier/react-hooks",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "typings/index.d.ts",
@@ -20,8 +20,8 @@
2020
"concat-md": "^0.3.5"
2121
},
2222
"dependencies": {
23-
"@trycourier/client-graphql": "^6.1.0",
24-
"@trycourier/core": "^6.1.0",
23+
"@trycourier/client-graphql": "^6.2.0",
24+
"@trycourier/core": "^6.2.0",
2525
"deep-extend": "^0.6.0",
2626
"rimraf": "^3.0.2"
2727
},

packages/react-inbox-next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trycourier/react-inbox-next",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "",
55
"private": true,
66
"main": "dist/index.js",

packages/react-inbox/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trycourier/react-inbox",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "typings/index.d.ts",
@@ -19,10 +19,10 @@
1919
"dependencies": {
2020
"@fontsource/poppins": "^4.5.9",
2121
"@tippyjs/react": "^4.2.3",
22-
"@trycourier/client-graphql": "^6.1.0",
23-
"@trycourier/react-elements": "^6.1.0",
24-
"@trycourier/react-hooks": "^6.1.0",
25-
"@trycourier/react-preferences": "^6.1.0",
22+
"@trycourier/client-graphql": "^6.2.0",
23+
"@trycourier/react-elements": "^6.2.0",
24+
"@trycourier/react-hooks": "^6.2.0",
25+
"@trycourier/react-preferences": "^6.2.0",
2626
"classnames": "^2.2.6",
2727
"date-fns": "^2.19.0",
2828
"deep-extend": "^0.6.0",

packages/react-preferences/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trycourier/react-preferences",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"main": "dist/index.js",
55
"types": "typings/index.d.ts",
66
"scripts": {
@@ -24,7 +24,7 @@
2424
],
2525
"license": "ISC",
2626
"dependencies": {
27-
"@trycourier/react-hooks": "^6.1.0",
27+
"@trycourier/react-hooks": "^6.2.0",
2828
"date-fns": "^2.19.0",
2929
"react-toggle": "^4.1.2"
3030
}

packages/react-provider/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trycourier/react-provider",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "typings/index.d.ts",
@@ -15,10 +15,10 @@
1515
},
1616
"license": "ISC",
1717
"dependencies": {
18-
"@trycourier/client-graphql": "^6.1.0",
19-
"@trycourier/core": "^6.1.0",
18+
"@trycourier/client-graphql": "^6.2.0",
19+
"@trycourier/core": "^6.2.0",
2020
"@trycourier/courier-js": "^1.4.2",
21-
"@trycourier/transport": "^6.1.0",
21+
"@trycourier/transport": "^6.2.0",
2222
"buffer": "^6.0.3",
2323
"jwt-decode": "^3.1.2",
2424
"react-use": "^17.2.1",

packages/react-toast/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trycourier/react-toast",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "Beautiful, easy React toast notifications",
55
"main": "dist/index.js",
66
"types": "typings/index.d.ts",
@@ -24,7 +24,7 @@
2424
"concat-md": "^0.3.5"
2525
},
2626
"dependencies": {
27-
"@trycourier/react-hooks": "^6.1.0",
27+
"@trycourier/react-hooks": "^6.2.0",
2828
"deep-extend": "^0.6.0",
2929
"markdown-to-jsx": "7.1.7",
3030
"react-toastify": "^9.1.3",

packages/storybook/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trycourier/storybook",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"private": true,
55
"description": "Beautiful, easy React toast notifications",
66
"author": "Courier <[email protected]>",
@@ -23,12 +23,12 @@
2323
"@storybook/addon-links": "^6.5.9",
2424
"@storybook/addon-viewport": "^6.5.9",
2525
"@storybook/react": "^6.5.9",
26-
"@trycourier/components": "^6.1.0",
27-
"@trycourier/react-brand-designer": "^6.1.0",
28-
"@trycourier/react-inbox": "^6.1.0",
29-
"@trycourier/react-preferences": "^6.1.0",
30-
"@trycourier/react-provider": "^6.1.0",
31-
"@trycourier/react-toast": "^6.1.0",
26+
"@trycourier/components": "^6.2.0",
27+
"@trycourier/react-brand-designer": "^6.2.0",
28+
"@trycourier/react-inbox": "^6.2.0",
29+
"@trycourier/react-preferences": "^6.2.0",
30+
"@trycourier/react-provider": "^6.2.0",
31+
"@trycourier/react-toast": "^6.2.0",
3232
"react-frame-component": "^5.2.3",
3333
"react-markdown": "^8.0.1",
3434
"rehype-raw": "^6.1.1",

packages/transport/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trycourier/transport",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "typings/index.d.ts",
@@ -14,7 +14,7 @@
1414
},
1515
"license": "ISC",
1616
"dependencies": {
17-
"@trycourier/core": "^6.1.0",
17+
"@trycourier/core": "^6.2.0",
1818
"jwt-decode": "^3.1.2",
1919
"reconnecting-websocket": "^4.4.0",
2020
"rimraf": "^3.0.2"

packages/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@trycourier/types",
33
"private": true,
4-
"version": "6.1.0",
4+
"version": "6.2.0",
55
"main": "index.d.ts",
66
"types": "index.d.ts",
77
"scripts": {}

0 commit comments

Comments
 (0)