Skip to content

Commit 21f7144

Browse files
committed
v1.6.3
1 parent f2a1d44 commit 21f7144

File tree

14 files changed

+35
-35
lines changed

14 files changed

+35
-35
lines changed

examples/guest-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "guest-app",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"private": true,
55
"dependencies": {
6-
"8base-react-sdk": "^1.6.2",
6+
"8base-react-sdk": "^1.6.3",
77
"apollo-client": "^2.6.3",
88
"graphql": "^14.3.1",
99
"react": "^16.8.6",

examples/with-api-token-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "with-api-token-app",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"private": true,
55
"dependencies": {
6-
"8base-react-sdk": "^1.6.2",
6+
"8base-react-sdk": "^1.6.3",
77
"@8base/auth": "^1.4.0",
88
"apollo-client": "^2.6.3",
99
"graphql": "^14.3.1",

examples/with-authorization-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "with-authorization-app",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"private": true,
55
"dependencies": {
6-
"8base-react-sdk": "^1.6.2",
6+
"8base-react-sdk": "^1.6.3",
77
"@8base/auth": "^1.4.0",
88
"apollo-client": "^2.6.3",
99
"graphql": "^14.3.1",

examples/with-protected-routes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "with-protected-routes",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"private": true,
55
"dependencies": {
6-
"8base-react-sdk": "^1.6.2",
6+
"8base-react-sdk": "^1.6.3",
77
"@8base/auth": "^1.4.0",
88
"apollo-client": "^2.6.3",
99
"graphql": "^14.3.1",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"examples/*"
66
],
77
"npmClient": "yarn",
8-
"version": "1.6.2",
8+
"version": "1.6.3",
99
"useWorkspaces": true
1010
}

packages/8base-react-sdk/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "8base-react-sdk",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"repository": "https://github.com/8base/react-sdk",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -18,14 +18,14 @@
1818
"react-dom": "^16.8.6"
1919
},
2020
"dependencies": {
21-
"@8base-react/app-provider": "^1.6.2",
22-
"@8base-react/auth": "^1.6.2",
23-
"@8base-react/crud": "^1.6.2",
24-
"@8base-react/file-input": "^1.6.2",
25-
"@8base-react/forms": "^1.6.2",
26-
"@8base-react/permissions-provider": "^1.6.2",
27-
"@8base-react/table-schema-provider": "^1.6.2",
28-
"@8base-react/utils": "^1.6.2",
21+
"@8base-react/app-provider": "^1.6.3",
22+
"@8base-react/auth": "^1.6.3",
23+
"@8base-react/crud": "^1.6.3",
24+
"@8base-react/file-input": "^1.6.3",
25+
"@8base-react/forms": "^1.6.3",
26+
"@8base-react/permissions-provider": "^1.6.3",
27+
"@8base-react/table-schema-provider": "^1.6.3",
28+
"@8base-react/utils": "^1.6.3",
2929
"graphql-tag": "^2.10.1"
3030
},
3131
"devDependencies": {

packages/app-provider/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@8base-react/app-provider",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"repository": "https://github.com/8base/react-sdk",
55
"homepage": "https://github.com/8base/react-sdk/tree/master/packages/app-provider#readme",
66
"main": "dist/index.js",
@@ -19,8 +19,8 @@
1919
"react-dom": "^16.8.6"
2020
},
2121
"dependencies": {
22-
"@8base-react/auth": "^1.6.2",
23-
"@8base-react/table-schema-provider": "^1.6.2",
22+
"@8base-react/auth": "^1.6.3",
23+
"@8base-react/table-schema-provider": "^1.6.3",
2424
"@8base/apollo-client": "^1.4.0",
2525
"@8base/auth": "^1.4.0",
2626
"@8base/error-codes": "^1.0.22",

packages/auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@8base-react/auth",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"repository": "https://github.com/8base/react-sdk",
55
"homepage": "https://github.com/8base/react-sdk/tree/master/packages/react-auth#readme",
66
"main": "dist/index.js",
@@ -16,7 +16,7 @@
1616
"react-dom": "^16.8.6"
1717
},
1818
"dependencies": {
19-
"@8base-react/utils": "^1.6.2",
19+
"@8base-react/utils": "^1.6.3",
2020
"@8base/auth": "^1.4.0",
2121
"@8base/utils": "^1.4.0"
2222
},

packages/crud/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@8base-react/crud",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"repository": "https://github.com/8base/react-sdk",
55
"homepage": "https://github.com/8base/react-sdk/tree/master/packages/crud#readme",
66
"main": "dist/index.js",
@@ -18,8 +18,8 @@
1818
"react-dom": "^16.8.6"
1919
},
2020
"dependencies": {
21-
"@8base-react/permissions-provider": "^1.6.2",
22-
"@8base-react/table-schema-provider": "^1.6.2",
21+
"@8base-react/permissions-provider": "^1.6.3",
22+
"@8base-react/table-schema-provider": "^1.6.3",
2323
"@8base/schema-name-generator": "^0.1.21",
2424
"@8base/utils": "^1.4.0",
2525
"graphql-tag": "^2.10.0",

packages/file-input/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@8base-react/file-input",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"repository": "https://github.com/8base/react-sdk",
55
"homepage": "https://github.com/8base/react-sdk/tree/master/packages/file-input#readme",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)