Skip to content

Commit

Permalink
1.8.136
Browse files Browse the repository at this point in the history
  • Loading branch information
Stradivario committed Jan 26, 2023
1 parent 0d0b668 commit c1895db
Show file tree
Hide file tree
Showing 26 changed files with 31 additions and 30 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [1.8.135](https://github.com/Stradivario/gapi/compare/v1.8.28...v1.8.135) (2023-01-26)
## [1.8.136](https://github.com/Stradivario/gapi/compare/v1.8.28...v1.8.136) (2023-01-26)


### Bug Fixes
Expand Down Expand Up @@ -38,6 +38,7 @@
* **gcli:** decompress logs ([70d9eea](https://github.com/Stradivario/gapi/commit/70d9eea541e798abe06ae36d5f792a5dd7aa7b00))
* **gcli:** default export of form data and stream to buffer ([6374259](https://github.com/Stradivario/gapi/commit/6374259c3b3353bf9aae5df47af44f9426f6b25e))
* **gcli:** load spec file default export fix ([63ba724](https://github.com/Stradivario/gapi/commit/63ba72420423d4bdcad36cfd86017e29579d3a78))
* **gcli:** login to gcli using integration ci/cd pipeline ([0d0b668](https://github.com/Stradivario/gapi/commit/0d0b668e2f6bdf855cd44792311c777ef02b1104))
* **gcli:** removed packages from dependencies since we don't want them when installing ([22af3b7](https://github.com/Stradivario/gapi/commit/22af3b76167bdc128eaaeec82c2a5f75d9bd0d44))
* **gcli:** reverted logic without options request ([0c737f2](https://github.com/Stradivario/gapi/commit/0c737f2c7afc2ebf7485d592ba741299a3535fbe))
* **InitQuery:** reverted ([f500c5b](https://github.com/Stradivario/gapi/commit/f500c5b8e9ed8b227be93d91e4856c548b10e72b))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gapi",
"version": "1.8.135",
"version": "1.8.136",
"description": "Graphql Scalable API",
"bolt": {
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ac/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gapi/ac",
"version": "1.8.135",
"version": "1.8.136",
"repository": {
"type": "git",
"url": "https://github.com/Stradivario/gapi.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gapi/auth",
"version": "1.8.135",
"version": "1.8.136",
"repository": {
"type": "git",
"url": "https://github.com/Stradivario/gapi-auth"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-builder/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gapi/cli-builder",
"version": "1.8.135",
"version": "1.8.136",
"repository": {
"type": "git",
"url": "https://github.com/Stradivario/gapi.git"
Expand Down Expand Up @@ -33,7 +33,7 @@
"module": "./dist/index.js",
"typings": "./dist/index.d.ts",
"dependencies": {
"@gapi/core": "^1.8.135",
"@gapi/core": "^1.8.136",
"bufferutil": "^4.0.1",
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gapi/cli",
"version": "1.8.135",
"version": "1.8.136",
"description": "Gapi command line interface",
"main": "./dist/main.js",
"types": "./dist/main.d.ts",
Expand Down Expand Up @@ -34,9 +34,9 @@
"author": "Kristiyan Tachev (@Stradivario)",
"license": "MIT",
"dependencies": {
"@gapi/core": "^1.8.135",
"@gapi/core": "^1.8.136",
"graphql": "^14.6.0",
"@gapi/schematics": "^1.8.135",
"@gapi/schematics": "^1.8.136",
"node-fetch": "^2.1.2",
"@zeit/ncc": "^0.22.1",
"apollo-codegen": "0.20.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gapi/core",
"version": "1.8.135",
"version": "1.8.136",
"repository": {
"type": "git",
"url": "https://github.com/Stradivario/gapi.git"
Expand All @@ -24,7 +24,7 @@
"url": "http://gitlab.youvolio.com/open-source/gapi/issues"
},
"dependencies": {
"@gapi/daemon": "^1.8.135",
"@gapi/daemon": "^1.8.136",
"@rxdi/core": "^0.7.136",
"@rxdi/graphql": "^0.7.136",
"@rxdi/graphql-pubsub": "^0.7.136",
Expand Down
2 changes: 1 addition & 1 deletion packages/daemon/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/daemon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gapi/daemon",
"version": "1.8.135",
"version": "1.8.136",
"repository": {
"type": "git",
"url": "https://github.com/Stradivario/gapi.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/federation/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/federation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gapi/federation",
"version": "1.8.133",
"version": "1.8.134",
"repository": {
"type": "git",
"url": "https://github.com/Stradivario/gapi.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/gcli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/gcli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gapi/gcli",
"version": "1.8.135",
"version": "1.8.136",
"repository": {
"type": "git",
"url": "https://github.com/Stradivario/gapi.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/microservices/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gapi/microservices",
"version": "1.8.135",
"version": "1.8.136",
"repository": {
"type": "git",
"url": "https://github.com/Stradivario/gapi-microservices.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/onesignal-notifications/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/onesignal-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gapi/onesignal-notifications",
"version": "1.8.135",
"version": "1.8.136",
"repository": {
"type": "git",
"url": "https://github.com/Stradivario/onesignal-notifications.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gapi/playground",
"version": "1.8.135",
"version": "1.8.136",
"repository": {
"type": "git",
"url": "https://github.com/Stradivario/gapi-playground"
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/schematics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gapi/schematics",
"version": "1.8.135",
"version": "1.8.136",
"repository": {
"type": "git",
"url": "https://github.com/Stradivario/gapi/packages/schematics"
Expand Down
2 changes: 1 addition & 1 deletion packages/sendgrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gapi/sendgrid",
"version": "1.8.135",
"version": "1.8.136",
"repository": {
"type": "git",
"url": "https://github.com/Stradivario/gapi.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/sequelize/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/sequelize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gapi/sequelize",
"version": "1.8.135",
"version": "1.8.136",
"repository": {
"type": "git",
"url": "https://github.com/Stradivario/gapi-sequelize.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/voyager/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/voyager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gapi/voyager",
"version": "1.8.135",
"version": "1.8.136",
"repository": {
"type": "git",
"url": "https://github.com/Stradivario/gapi-voyager.git"
Expand Down

0 comments on commit c1895db

Please sign in to comment.