Skip to content

Commit

Permalink
chore(release): v3.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Selnapenek committed Jun 21, 2022
1 parent beee758 commit 10e1b88
Show file tree
Hide file tree
Showing 42 changed files with 261 additions and 85 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-beta.0](https://github.com/8base/sdk/compare/v2.6.6...v3.0.0-beta.0) (2022-06-21)


### Features

* **utils:** gqlPrettify function ([73bea83](https://github.com/8base/sdk/commit/73bea833b00285a39e7d4de0d115c4dee5f1e6ee))
* **utils:** replace gqlPrettier with gqlPrettify ([d4df857](https://github.com/8base/sdk/commit/d4df8572e5045e76507e1c439b59cdd5121ad470))





## [2.6.6](https://github.com/8base/sdk/compare/v2.6.5...v2.6.6) (2022-03-18)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packages/react/*"
],
"npmClient": "yarn",
"version": "2.6.6",
"version": "3.0.0-beta.0",
"useWorkspaces": true,
"command": {
"version": {
Expand Down
8 changes: 8 additions & 0 deletions packages/core/8base-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-beta.0](https://github.com/8base/sdk/compare/v2.6.6...v3.0.0-beta.0) (2022-06-21)

**Note:** Version bump only for package 8base-sdk





## [2.6.6](https://github.com/8base/sdk/compare/v2.6.5...v2.6.6) (2022-03-18)

**Note:** Version bump only for package 8base-sdk
Expand Down
14 changes: 7 additions & 7 deletions packages/core/8base-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "8base-sdk",
"version": "2.6.6",
"version": "3.0.0-beta.0",
"repository": "https://github.com/8base/sdk",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -10,11 +10,11 @@
"test": "NPM_ENV=test jest"
},
"dependencies": {
"@8base/apollo-client": "^2.6.6",
"@8base/apollo-links": "^2.6.6",
"@8base/auth": "^2.6.6",
"@8base/utils": "^2.6.6",
"@8base/validate": "^2.6.6"
"@8base/apollo-client": "^3.0.0-beta.0",
"@8base/apollo-links": "^3.0.0-beta.0",
"@8base/auth": "^3.0.0-beta.0",
"@8base/utils": "^3.0.0-beta.0",
"@8base/validate": "^3.0.0-beta.0"
},
"devDependencies": {
"jest": "26.6.3",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@8base-react/table-schema-provider": "<rootDir>/../../react/table-schema-provider/src/index.ts",
"@8base-react/utils": "<rootDir>/../../react/utils/src/index.ts"
},
"moduleFileExtensions": [
"moduleFileExtensions": [
"ts",
"tsx",
"js",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-beta.0](https://github.com/8base/sdk/compare/v2.6.6...v3.0.0-beta.0) (2022-06-21)

**Note:** Version bump only for package @8base/api-client





## [2.6.6](https://github.com/8base/sdk/compare/v2.6.5...v2.6.6) (2022-03-18)

**Note:** Version bump only for package @8base/api-client
Expand Down
6 changes: 3 additions & 3 deletions packages/core/api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@8base/api-client",
"version": "2.6.6",
"version": "3.0.0-beta.0",
"repository": "https://github.com/8base/sdk",
"homepage": "https://github.com/8base/sdk/tree/master/packages/core/api-client",
"main": "dist/index.js",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@8base/error-codes": "^1.0.22",
"@8base/schema-name-generator": "^0.1.23",
"@8base/utils": "^2.6.6",
"@8base/utils": "^3.0.0-beta.0",
"filestack-js": "^3.21.1",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
Expand Down Expand Up @@ -70,7 +70,7 @@
"@8base-react/table-schema-provider": "<rootDir>/../../react/table-schema-provider/src/index.ts",
"@8base-react/utils": "<rootDir>/../../react/utils/src/index.ts"
},
"moduleFileExtensions": [
"moduleFileExtensions": [
"ts",
"tsx",
"js",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/api-token-auth-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-beta.0](https://github.com/8base/sdk/compare/v2.6.6...v3.0.0-beta.0) (2022-06-21)

**Note:** Version bump only for package @8base/api-token-auth-client





## [2.6.6](https://github.com/8base/sdk/compare/v2.6.5...v2.6.6) (2022-03-18)

**Note:** Version bump only for package @8base/api-token-auth-client
Expand Down
6 changes: 3 additions & 3 deletions packages/core/api-token-auth-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@8base/api-token-auth-client",
"version": "2.6.6",
"version": "3.0.0-beta.0",
"author": "8base",
"repository": "https://github.com/8base/sdk",
"homepage": "https://github.com/8base/sdk/tree/master/packages/core/api-token-auth-client",
Expand All @@ -12,7 +12,7 @@
"test": "NPM_ENV=test jest"
},
"dependencies": {
"@8base/utils": "^2.6.6",
"@8base/utils": "^3.0.0-beta.0",
"jwt-decode": "^3.1.2"
},
"devDependencies": {
Expand Down Expand Up @@ -56,7 +56,7 @@
"@8base-react/table-schema-provider": "<rootDir>/../../react/table-schema-provider/src/index.ts",
"@8base-react/utils": "<rootDir>/../../react/utils/src/index.ts"
},
"moduleFileExtensions": [
"moduleFileExtensions": [
"ts",
"tsx",
"js",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/apollo-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-beta.0](https://github.com/8base/sdk/compare/v2.6.6...v3.0.0-beta.0) (2022-06-21)

**Note:** Version bump only for package @8base/apollo-client





## [2.6.6](https://github.com/8base/sdk/compare/v2.6.5...v2.6.6) (2022-03-18)

**Note:** Version bump only for package @8base/apollo-client
Expand Down
8 changes: 4 additions & 4 deletions packages/core/apollo-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@8base/apollo-client",
"version": "2.6.6",
"version": "3.0.0-beta.0",
"repository": "https://github.com/8base/sdk",
"homepage": "https://github.com/8base/sdk/tree/master/packages/core/apollo-client",
"main": "dist/index.js",
Expand All @@ -15,8 +15,8 @@
"graphql": "^15.5.0"
},
"dependencies": {
"@8base/apollo-links": "^2.6.6",
"@8base/utils": "^2.6.6"
"@8base/apollo-links": "^3.0.0-beta.0",
"@8base/utils": "^3.0.0-beta.0"
},
"devDependencies": {
"@apollo/client": "^3.3.7",
Expand Down Expand Up @@ -65,7 +65,7 @@
"@8base-react/table-schema-provider": "<rootDir>/../../react/table-schema-provider/src/index.ts",
"@8base-react/utils": "<rootDir>/../../react/utils/src/index.ts"
},
"moduleFileExtensions": [
"moduleFileExtensions": [
"ts",
"tsx",
"js",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/apollo-links/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-beta.0](https://github.com/8base/sdk/compare/v2.6.6...v3.0.0-beta.0) (2022-06-21)

**Note:** Version bump only for package @8base/apollo-links





## [2.6.6](https://github.com/8base/sdk/compare/v2.6.5...v2.6.6) (2022-03-18)

**Note:** Version bump only for package @8base/apollo-links
Expand Down
6 changes: 3 additions & 3 deletions packages/core/apollo-links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@8base/apollo-links",
"version": "2.6.6",
"version": "3.0.0-beta.0",
"repository": "https://github.com/8base/sdk",
"homepage": "https://github.com/8base/sdk/tree/master/packages/core/apollo-links",
"main": "dist/index.js",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@8base/error-codes": "^1.0.22",
"@8base/utils": "^2.6.6",
"@8base/utils": "^3.0.0-beta.0",
"ramda": "^0.27.1",
"subscriptions-transport-ws": "^0.9.18",
"zen-observable-ts": "^0.8.21"
Expand Down Expand Up @@ -70,7 +70,7 @@
"@8base-react/table-schema-provider": "<rootDir>/../../react/table-schema-provider/src/index.ts",
"@8base-react/utils": "<rootDir>/../../react/utils/src/index.ts"
},
"moduleFileExtensions": [
"moduleFileExtensions": [
"ts",
"tsx",
"js",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-beta.0](https://github.com/8base/sdk/compare/v2.6.6...v3.0.0-beta.0) (2022-06-21)

**Note:** Version bump only for package @8base/auth





## [2.6.6](https://github.com/8base/sdk/compare/v2.6.5...v2.6.6) (2022-03-18)

**Note:** Version bump only for package @8base/auth
Expand Down
16 changes: 8 additions & 8 deletions packages/core/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@8base/auth",
"version": "2.6.6",
"version": "3.0.0-beta.0",
"repository": "https://github.com/8base/sdk",
"homepage": "https://github.com/8base/sdk/tree/master/packages/core/auth",
"main": "dist/index.js",
Expand All @@ -11,12 +11,12 @@
"test": "NPM_ENV=test && jest"
},
"dependencies": {
"@8base/api-token-auth-client": "^2.6.6",
"@8base/utils": "^2.6.6",
"@8base/web-auth0-auth-client": "^2.6.6",
"@8base/web-cognito-auth-client": "^2.6.6",
"@8base/web-native-auth-client": "^2.6.6",
"@8base/web-oauth-client": "^2.6.6",
"@8base/api-token-auth-client": "^3.0.0-beta.0",
"@8base/utils": "^3.0.0-beta.0",
"@8base/web-auth0-auth-client": "^3.0.0-beta.0",
"@8base/web-cognito-auth-client": "^3.0.0-beta.0",
"@8base/web-native-auth-client": "^3.0.0-beta.0",
"@8base/web-oauth-client": "^3.0.0-beta.0",
"ramda": "^0.27.1"
},
"devDependencies": {
Expand Down Expand Up @@ -64,7 +64,7 @@
"@8base-react/table-schema-provider": "<rootDir>/../../react/table-schema-provider/src/index.ts",
"@8base-react/utils": "<rootDir>/../../react/utils/src/index.ts"
},
"moduleFileExtensions": [
"moduleFileExtensions": [
"ts",
"tsx",
"js",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-beta.0](https://github.com/8base/sdk/compare/v2.6.6...v3.0.0-beta.0) (2022-06-21)


### Features

* **utils:** gqlPrettify function ([73bea83](https://github.com/8base/sdk/commit/73bea833b00285a39e7d4de0d115c4dee5f1e6ee))
* **utils:** replace gqlPrettier with gqlPrettify ([d4df857](https://github.com/8base/sdk/commit/d4df8572e5045e76507e1c439b59cdd5121ad470))





## [2.6.6](https://github.com/8base/sdk/compare/v2.6.5...v2.6.6) (2022-03-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/core/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@8base/utils",
"version": "2.6.6",
"version": "3.0.0-beta.0",
"repository": "https://github.com/8base/sdk",
"homepage": "https://github.com/8base/sdk/tree/master/packages/core/utils",
"main": "dist/index.js",
Expand Down Expand Up @@ -62,7 +62,7 @@
"@8base-react/table-schema-provider": "<rootDir>/../../react/table-schema-provider/src/index.ts",
"@8base-react/utils": "<rootDir>/../../react/utils/src/index.ts"
},
"moduleFileExtensions": [
"moduleFileExtensions": [
"ts",
"tsx",
"js",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/validate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-beta.0](https://github.com/8base/sdk/compare/v2.6.6...v3.0.0-beta.0) (2022-06-21)

**Note:** Version bump only for package @8base/validate





## [2.6.6](https://github.com/8base/sdk/compare/v2.6.5...v2.6.6) (2022-03-18)

**Note:** Version bump only for package @8base/validate
Expand Down
6 changes: 3 additions & 3 deletions packages/core/validate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@8base/validate",
"version": "2.6.6",
"version": "3.0.0-beta.0",
"repository": "https://github.com/8base/sdk",
"homepage": "https://github.com/8base/sdk/tree/master/packages/core/validate",
"main": "dist/index.js",
Expand All @@ -11,7 +11,7 @@
"test": "NPM_ENV=test jest"
},
"dependencies": {
"@8base/utils": "^2.6.6",
"@8base/utils": "^3.0.0-beta.0",
"decimal.js": "^10.2.1",
"ramda": "^0.27.1"
},
Expand Down Expand Up @@ -58,7 +58,7 @@
"@8base-react/table-schema-provider": "<rootDir>/../../react/table-schema-provider/src/index.ts",
"@8base-react/utils": "<rootDir>/../../react/utils/src/index.ts"
},
"moduleFileExtensions": [
"moduleFileExtensions": [
"ts",
"tsx",
"js",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/web-auth0-auth-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-beta.0](https://github.com/8base/sdk/compare/v2.6.6...v3.0.0-beta.0) (2022-06-21)

**Note:** Version bump only for package @8base/web-auth0-auth-client





## [2.6.6](https://github.com/8base/sdk/compare/v2.6.5...v2.6.6) (2022-03-18)

**Note:** Version bump only for package @8base/web-auth0-auth-client
Expand Down
Loading

0 comments on commit 10e1b88

Please sign in to comment.