Skip to content

Commit

Permalink
v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Selnapenek committed Oct 18, 2021
1 parent 447bdd9 commit 2605510
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions examples/guest-app/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "guest-app",
"version": "1.7.0",
"version": "1.7.1",
"private": true,
"dependencies": {
"8base-react-sdk": "^1.7.0",
"8base-react-sdk": "^1.7.1",
"apollo-client": "^2.6.3",
"graphql": "^14.3.1",
"react": "^16.8.6",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-api-token-app/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "with-api-token-app",
"version": "1.7.0",
"version": "1.7.1",
"private": true,
"dependencies": {
"8base-react-sdk": "^1.7.0",
"8base-react-sdk": "^1.7.1",
"@8base/auth": "^1.4.4",
"apollo-client": "^2.6.3",
"graphql": "^14.3.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-authorization-app/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "with-authorization-app",
"version": "1.7.0",
"version": "1.7.1",
"private": true,
"dependencies": {
"8base-react-sdk": "^1.7.0",
"8base-react-sdk": "^1.7.1",
"@8base/auth": "^1.4.4",
"apollo-client": "^2.6.3",
"graphql": "^14.3.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-protected-routes/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "with-protected-routes",
"version": "1.7.0",
"version": "1.7.1",
"private": true,
"dependencies": {
"8base-react-sdk": "^1.7.0",
"8base-react-sdk": "^1.7.1",
"@8base/auth": "^1.4.4",
"apollo-client": "^2.6.3",
"graphql": "^14.3.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"examples/*"
],
"npmClient": "yarn",
"version": "1.7.0",
"version": "1.7.1",
"useWorkspaces": true
}
18 changes: 9 additions & 9 deletions packages/8base-react-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "8base-react-sdk",
"version": "1.7.0",
"version": "1.7.1",
"repository": "https://github.com/8base/react-sdk",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -18,14 +18,14 @@
"react-dom": "^16.8.6"
},
"dependencies": {
"@8base-react/app-provider": "^1.7.0",
"@8base-react/auth": "^1.7.0",
"@8base-react/crud": "^1.7.0",
"@8base-react/file-input": "^1.7.0",
"@8base-react/forms": "^1.7.0",
"@8base-react/permissions-provider": "^1.7.0",
"@8base-react/table-schema-provider": "^1.7.0",
"@8base-react/utils": "^1.7.0",
"@8base-react/app-provider": "^1.7.1",
"@8base-react/auth": "^1.7.1",
"@8base-react/crud": "^1.7.1",
"@8base-react/file-input": "^1.7.1",
"@8base-react/forms": "^1.7.1",
"@8base-react/permissions-provider": "^1.7.1",
"@8base-react/table-schema-provider": "^1.7.1",
"@8base-react/utils": "^1.7.1",
"graphql-tag": "^2.10.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/app-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@8base-react/app-provider",
"version": "1.7.0",
"version": "1.7.1",
"repository": "https://github.com/8base/react-sdk",
"homepage": "https://github.com/8base/react-sdk/tree/master/packages/app-provider#readme",
"main": "dist/index.js",
Expand All @@ -19,8 +19,8 @@
"react-dom": "^16.8.6"
},
"dependencies": {
"@8base-react/auth": "^1.7.0",
"@8base-react/table-schema-provider": "^1.7.0",
"@8base-react/auth": "^1.7.1",
"@8base-react/table-schema-provider": "^1.7.1",
"@8base/apollo-client": "^1.4.4",
"@8base/auth": "^1.4.4",
"@8base/error-codes": "^1.0.22",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@8base-react/auth",
"version": "1.7.0",
"version": "1.7.1",
"repository": "https://github.com/8base/react-sdk",
"homepage": "https://github.com/8base/react-sdk/tree/master/packages/react-auth#readme",
"main": "dist/index.js",
Expand All @@ -16,7 +16,7 @@
"react-dom": "^16.8.6"
},
"dependencies": {
"@8base-react/utils": "^1.7.0",
"@8base-react/utils": "^1.7.1",
"@8base/auth": "^1.4.4",
"@8base/utils": "^1.4.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/crud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@8base-react/crud",
"version": "1.7.0",
"version": "1.7.1",
"repository": "https://github.com/8base/react-sdk",
"homepage": "https://github.com/8base/react-sdk/tree/master/packages/crud#readme",
"main": "dist/index.js",
Expand All @@ -18,8 +18,8 @@
"react-dom": "^16.8.6"
},
"dependencies": {
"@8base-react/permissions-provider": "^1.7.0",
"@8base-react/table-schema-provider": "^1.7.0",
"@8base-react/permissions-provider": "^1.7.1",
"@8base-react/table-schema-provider": "^1.7.1",
"@8base/schema-name-generator": "^0.1.21",
"@8base/utils": "^1.4.4",
"graphql-tag": "^2.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/file-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@8base-react/file-input",
"version": "1.7.0",
"version": "1.7.1",
"repository": "https://github.com/8base/react-sdk",
"homepage": "https://github.com/8base/react-sdk/tree/master/packages/file-input#readme",
"main": "dist/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@8base-react/forms",
"version": "1.7.0",
"version": "1.7.1",
"repository": "https://github.com/8base/react-sdk",
"homepage": "https://github.com/8base/react-sdk/tree/master/packages/forms#readme",
"main": "dist/index.js",
Expand All @@ -19,8 +19,8 @@
"react-dom": "^16.8.6"
},
"dependencies": {
"@8base-react/permissions-provider": "^1.7.0",
"@8base-react/table-schema-provider": "^1.7.0",
"@8base-react/permissions-provider": "^1.7.1",
"@8base-react/table-schema-provider": "^1.7.1",
"@8base/error-codes": "^1.0.22",
"@8base/utils": "^1.4.4",
"@8base/validate": "^1.4.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/permissions-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@8base-react/permissions-provider",
"version": "1.7.0",
"version": "1.7.1",
"repository": "https://github.com/8base/react-sdk",
"homepage": "https://github.com/8base/react-sdk/tree/master/packages/permissions-provider#readme",
"main": "dist/index.js",
Expand All @@ -19,7 +19,7 @@
"react-dom": "^16.8.6"
},
"dependencies": {
"@8base-react/auth": "^1.7.0",
"@8base-react/auth": "^1.7.1",
"graphql-tag": "^2.10.0",
"ramda": "^0.26.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/table-schema-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@8base-react/table-schema-provider",
"version": "1.7.0",
"version": "1.7.1",
"repository": "https://github.com/8base/react-sdk",
"homepage": "https://github.com/8base/react-sdk/tree/master/packages/table-schema-provider#readme",
"main": "dist/index.js",
Expand All @@ -19,7 +19,7 @@
"react-dom": "^16.8.6"
},
"dependencies": {
"@8base-react/utils": "^1.7.0",
"@8base-react/utils": "^1.7.1",
"@8base/utils": "^1.4.4",
"graphql-tag": "^2.10.0",
"ramda": "^0.26.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@8base-react/utils",
"version": "1.7.0",
"version": "1.7.1",
"repository": "https://github.com/8base/react-sdk",
"homepage": "https://github.com/8base/react-sdk/tree/master/packages/utils#readme",
"main": "dist/index.js",
Expand Down

0 comments on commit 2605510

Please sign in to comment.