Skip to content

Commit e5acbb6

Browse files
committed
chore(version inbox): 7.1.0
1 parent 79f643d commit e5acbb6

File tree

14 files changed

+38
-38
lines changed

14 files changed

+38
-38
lines changed

packages/client-graphql/package.json

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

packages/components/package.json

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

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trycourier/core",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "typings/index.d.ts",

packages/react-brand-designer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trycourier/react-brand-designer",
3-
"version": "7.0.0",
3+
"version": "7.1.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": "^7.0.0",
32+
"@trycourier/react-elements": "^7.1.0",
3333
"rimraf": "^5.0.0"
3434
},
3535
"peerDependencies": {

packages/react-elements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trycourier/react-elements",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"description": "Shareable components for each Courier package",
55
"author": "Drew Youngwerth <drew@youngwerth.com>",
66
"homepage": "https://github.com/trycourier/courier-react/tree/main/packages/react-elements#readme",

packages/react-hooks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trycourier/react-hooks",
3-
"version": "7.0.0",
3+
"version": "7.1.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": "^7.0.0",
24-
"@trycourier/core": "^7.0.0",
23+
"@trycourier/client-graphql": "^7.1.0",
24+
"@trycourier/core": "^7.1.0",
2525
"deep-extend": "^0.6.0",
2626
"rimraf": "^5.0.0"
2727
},

packages/react-inbox-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trycourier/react-inbox-next",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"description": "",
55
"private": true,
66
"main": "dist/index.js",

packages/react-inbox/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trycourier/react-inbox",
3-
"version": "7.0.0",
3+
"version": "7.1.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": "^7.0.0",
23-
"@trycourier/react-elements": "^7.0.0",
24-
"@trycourier/react-hooks": "^7.0.0",
25-
"@trycourier/react-preferences": "^7.0.0",
22+
"@trycourier/client-graphql": "^7.1.0",
23+
"@trycourier/react-elements": "^7.1.0",
24+
"@trycourier/react-hooks": "^7.1.0",
25+
"@trycourier/react-preferences": "^7.1.0",
2626
"classnames": "^2.2.6",
2727
"date-fns": "^2.19.0",
2828
"deep-extend": "^0.6.0",

packages/react-preferences/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trycourier/react-preferences",
3-
"version": "7.0.0",
3+
"version": "7.1.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": "^7.0.0",
27+
"@trycourier/react-hooks": "^7.1.0",
2828
"date-fns": "^2.19.0",
2929
"react-toggle": "^4.1.2"
3030
}

packages/react-provider/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trycourier/react-provider",
3-
"version": "7.0.0",
3+
"version": "7.1.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": "^7.0.0",
19-
"@trycourier/core": "^7.0.0",
18+
"@trycourier/client-graphql": "^7.1.0",
19+
"@trycourier/core": "^7.1.0",
2020
"@trycourier/courier-js": "^1.4.2",
21-
"@trycourier/transport": "^7.0.0",
21+
"@trycourier/transport": "^7.1.0",
2222
"buffer": "^6.0.3",
2323
"jwt-decode": "^4.0.0",
2424
"react-use": "^17.2.1",

0 commit comments

Comments
 (0)