Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and loopingz committed Apr 12, 2024
1 parent db00927 commit b55f03f
Show file tree
Hide file tree
Showing 33 changed files with 277 additions and 68 deletions.
32 changes: 16 additions & 16 deletions .release-please-manifest.json
@@ -1,20 +1,20 @@
{
"packages/amqp": "3.3.3",
"packages/async": "3.6.0",
"packages/aws": "3.3.4",
"packages/core": "3.14.0",
"packages/amqp": "3.3.4",
"packages/async": "3.7.0",
"packages/aws": "3.4.0",
"packages/core": "3.15.0",
"packages/codmod": "3.0.0",
"packages/elasticsearch": "3.2.9",
"packages/gcp": "3.5.0",
"packages/google-auth": "3.1.13",
"packages/graphql": "3.8.3",
"packages/hawk": "3.3.13",
"packages/kubernetes": "3.3.4",
"packages/mongodb": "3.2.13",
"packages/otel": "3.2.3",
"packages/postgres": "3.4.0",
"packages/runtime": "3.4.0",
"packages/shell": "3.9.4",
"packages/elasticsearch": "3.2.10",
"packages/gcp": "3.6.0",
"packages/google-auth": "3.1.14",
"packages/graphql": "3.8.4",
"packages/hawk": "3.4.0",
"packages/kubernetes": "3.4.0",
"packages/mongodb": "3.2.14",
"packages/otel": "3.3.0",
"packages/postgres": "3.4.1",
"packages/runtime": "3.5.0",
"packages/shell": "3.10.0",
"packages/tsc-esm": "1.3.0",
"packages/workout": "3.1.3"
"packages/workout": "3.2.0"
}
8 changes: 8 additions & 0 deletions packages/amqp/CHANGELOG.md
Expand Up @@ -144,6 +144,14 @@
* devDependencies
* @webda/shell bumped from ^3.9.3 to ^3.9.4

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @webda/core bumped from ^3.14.0 to ^3.15.0
* devDependencies
* @webda/shell bumped from ^3.9.4 to ^3.10.0

## [3.3.0](https://github.com/loopingz/webda.io/compare/amqp-v3.2.0...amqp-v3.3.0) (2024-01-16)


Expand Down
6 changes: 3 additions & 3 deletions packages/amqp/package.json
@@ -1,6 +1,6 @@
{
"name": "@webda/amqp",
"version": "3.3.3",
"version": "3.3.4",
"description": "Implements AMQP on webda",
"keywords": [
"activemq",
Expand All @@ -19,7 +19,7 @@
"test": "c8 mocha --recursive --exit --timeout=100000 src/**/*.spec.ts src/*.spec.ts"
},
"dependencies": {
"@webda/core": "^3.14.0",
"@webda/core": "^3.15.0",
"amqplib": "^0.10.0"
},
"files": [
Expand Down Expand Up @@ -50,7 +50,7 @@
"@testdeck/mocha": "^0.3.3",
"@types/amqplib": "^0.10.0",
"@types/node": "18.11.13",
"@webda/shell": "^3.9.4",
"@webda/shell": "^3.10.0",
"sinon": "^17.0.0"
},
"nx": {
Expand Down
15 changes: 15 additions & 0 deletions packages/async/CHANGELOG.md
Expand Up @@ -93,6 +93,21 @@
* dependencies
* @webda/core bumped from ^3.13.1 to ^3.13.2

## [3.7.0](https://github.com/loopingz/webda.io/compare/async-v3.6.0...async-v3.7.0) (2024-04-12)


### Features

* update to latest otel ([db00927](https://github.com/loopingz/webda.io/commit/db00927fa3bc442b21aac2a970b0da33b6c845b6))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @webda/core bumped from ^3.14.0 to ^3.15.0
* @webda/workout bumped from ^3.1.3 to ^3.2.0

## [3.6.0](https://github.com/loopingz/webda.io/compare/async-v3.5.3...async-v3.6.0) (2024-02-04)


Expand Down
6 changes: 3 additions & 3 deletions packages/async/package.json
@@ -1,6 +1,6 @@
{
"name": "@webda/async",
"version": "3.6.0",
"version": "3.7.0",
"description": "Async System",
"main": "lib/index.js",
"scripts": {
Expand All @@ -21,8 +21,8 @@
"package.json"
],
"dependencies": {
"@webda/core": "^3.14.0",
"@webda/workout": "^3.1.3",
"@webda/core": "^3.15.0",
"@webda/workout": "^3.2.0",
"axios": "^1.1.3",
"json-schema": "^0.4.0",
"node-cron": "^3.0.2",
Expand Down
18 changes: 18 additions & 0 deletions packages/aws/CHANGELOG.md
Expand Up @@ -168,6 +168,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* devDependencies
* @webda/shell bumped from ^3.9.3 to ^3.9.4

## [3.4.0](https://github.com/loopingz/webda.io/compare/aws-v3.3.4...aws-v3.4.0) (2024-04-12)


### Features

* update to latest otel ([db00927](https://github.com/loopingz/webda.io/commit/db00927fa3bc442b21aac2a970b0da33b6c845b6))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @webda/async bumped from ^3.6.0 to ^3.7.0
* @webda/core bumped from ^3.14.0 to ^3.15.0
* @webda/workout bumped from ^3.1.3 to ^3.2.0
* devDependencies
* @webda/shell bumped from ^3.9.4 to ^3.10.0

## [3.3.0](https://github.com/loopingz/webda.io/compare/aws-v3.2.8...aws-v3.3.0) (2024-01-09)


Expand Down
10 changes: 5 additions & 5 deletions packages/aws/package.json
@@ -1,6 +1,6 @@
{
"name": "@webda/aws",
"version": "3.3.4",
"version": "3.4.0",
"description": "Webda AWS Services implementation",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -50,9 +50,9 @@
"@types/json-schema": "^7.0.8",
"@types/mocha": "^10.0.0",
"@types/node": "^14.0.0",
"@webda/async": "^3.6.0",
"@webda/core": "^3.14.0",
"@webda/workout": "^3.1.3",
"@webda/async": "^3.7.0",
"@webda/core": "^3.15.0",
"@webda/workout": "^3.2.0",
"bluebird": "^3.7.2",
"commitlint": "^19.2.1",
"cookie": "^0.6.0",
Expand Down Expand Up @@ -86,7 +86,7 @@
"@testdeck/mocha": "^0.3.2",
"@types/aws-lambda": "^8.10.97",
"@types/node": "18.11.13",
"@webda/shell": "^3.9.4",
"@webda/shell": "^3.10.0",
"aws-sdk-client-mock": "^4.0.0",
"node-fetch": "^3.3.1",
"sinon": "^17.0.0"
Expand Down
20 changes: 20 additions & 0 deletions packages/core/CHANGELOG.md
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.15.0](https://github.com/loopingz/webda.io/compare/core-v3.14.0...core-v3.15.0) (2024-04-12)


### Features

* update store to model ([#577](https://github.com/loopingz/webda.io/issues/577)) ([018d096](https://github.com/loopingz/webda.io/commit/018d0969ce83b9a1e8346a9ef5df9857573adb3e))
* update to latest otel ([db00927](https://github.com/loopingz/webda.io/commit/db00927fa3bc442b21aac2a970b0da33b6c845b6))


### Bug Fixes

* WebdaQL prepend with limit and offset ([55cb37a](https://github.com/loopingz/webda.io/commit/55cb37a233fa582c24a53171ce9a035480defe8e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @webda/workout bumped from ^3.1.3 to ^3.2.0

## [3.14.0](https://github.com/loopingz/webda.io/compare/core-v3.13.2...core-v3.14.0) (2024-02-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@webda/core",
"version": "3.14.0",
"version": "3.15.0",
"description": "Expose API with Lambda",
"keywords": [
"aws",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@types/json-schema": "^7.0.8",
"@webda/workout": "^3.1.3",
"@webda/workout": "^3.2.0",
"accept-language": "^3.0.18",
"ajv": "^8.6.2",
"ajv-formats": "^2.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/elasticsearch/CHANGELOG.md
Expand Up @@ -163,6 +163,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* devDependencies
* @webda/shell bumped from ^3.9.3 to ^3.9.4

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @webda/core bumped from ^3.14.0 to ^3.15.0
* devDependencies
* @webda/shell bumped from ^3.9.4 to ^3.10.0

## [3.2.0](https://github.com/loopingz/webda.io/compare/elasticsearch-v3.1.3...elasticsearch-v3.2.0) (2023-11-22)


Expand Down
6 changes: 3 additions & 3 deletions packages/elasticsearch/package.json
@@ -1,6 +1,6 @@
{
"name": "@webda/elasticsearch",
"version": "3.2.9",
"version": "3.2.10",
"description": "Webda ElasticSearch implementation",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"homepage": "https://github.com/loopingz/webda.io#readme",
"dependencies": {
"@elastic/elasticsearch": "^8.1.0",
"@webda/core": "^3.14.0",
"@webda/core": "^3.15.0",
"dateformat": "^5.0.3",
"yaml": "^2.0.0"
},
Expand All @@ -54,7 +54,7 @@
"devDependencies": {
"@testdeck/mocha": "^0.3.2",
"@types/node": "18.11.13",
"@webda/shell": "^3.9.4",
"@webda/shell": "^3.10.0",
"sinon": "^17.0.0"
},
"type": "module",
Expand Down
18 changes: 18 additions & 0 deletions packages/gcp/CHANGELOG.md
Expand Up @@ -108,6 +108,24 @@
* @webda/async bumped from ^3.5.1 to ^3.5.2
* @webda/shell bumped from ^3.9.1 to ^3.9.2

## [3.6.0](https://github.com/loopingz/webda.io/compare/gcp-v3.5.0...gcp-v3.6.0) (2024-04-12)


### Features

* add bucket size count ([3e9c322](https://github.com/loopingz/webda.io/commit/3e9c3220f816df32fda8a5c68ce56100b17ea517))
* update store to model ([#577](https://github.com/loopingz/webda.io/issues/577)) ([018d096](https://github.com/loopingz/webda.io/commit/018d0969ce83b9a1e8346a9ef5df9857573adb3e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @webda/core bumped from ^3.14.0 to ^3.15.0
* devDependencies
* @webda/async bumped from ^3.6.0 to ^3.7.0
* @webda/shell bumped from ^3.9.4 to ^3.10.0

## [3.5.0](https://github.com/loopingz/webda.io/compare/gcp-v3.4.3...gcp-v3.5.0) (2024-02-04)


Expand Down
8 changes: 4 additions & 4 deletions packages/gcp/package.json
@@ -1,6 +1,6 @@
{
"name": "@webda/gcp",
"version": "3.5.0",
"version": "3.6.0",
"description": "Webda GCP Services implementation",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"@google-cloud/kms": "^4.0.1",
"@google-cloud/pubsub": "^4.0.1",
"@google-cloud/storage": "~7.9.0",
"@webda/core": "^3.14.0",
"@webda/core": "^3.15.0",
"mime-types": "^2.1.35"
},
"c8": {
Expand All @@ -58,8 +58,8 @@
"devDependencies": {
"@testdeck/mocha": "^0.3.2",
"@types/node": "18.11.13",
"@webda/async": "^3.6.0",
"@webda/shell": "^3.9.4",
"@webda/async": "^3.7.0",
"@webda/shell": "^3.10.0",
"sinon": "^17.0.0",
"uuid": "^9.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/google-auth/CHANGELOG.md
Expand Up @@ -160,6 +160,14 @@
* devDependencies
* @webda/shell bumped from ^3.9.3 to ^3.9.4

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @webda/core bumped from ^3.14.0 to ^3.15.0
* devDependencies
* @webda/shell bumped from ^3.9.4 to ^3.10.0

## [3.1.0](https://github.com/loopingz/webda.io/compare/google-auth-v3.0.12...google-auth-v3.1.0) (2023-11-12)


Expand Down
6 changes: 3 additions & 3 deletions packages/google-auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@webda/google-auth",
"version": "3.1.13",
"version": "3.1.14",
"description": "Webda Google Authentication",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/loopingz/webda.io#readme",
"dependencies": {
"@webda/core": "^3.14.0",
"@webda/core": "^3.15.0",
"google-auth-library": "^9.0.0"
},
"c8": {
Expand All @@ -52,7 +52,7 @@
"devDependencies": {
"@testdeck/mocha": "^0.3.2",
"@types/node": "18.11.13",
"@webda/shell": "^3.9.4",
"@webda/shell": "^3.10.0",
"node-fetch": "^3.3.1",
"sinon": "^17.0.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/graphql/CHANGELOG.md
Expand Up @@ -107,6 +107,15 @@
* devDependencies
* @webda/shell bumped from ^3.9.3 to ^3.9.4

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @webda/core bumped from ^3.14.0 to ^3.15.0
* @webda/runtime bumped from ^3.4.0 to ^3.5.0
* devDependencies
* @webda/shell bumped from ^3.9.4 to ^3.10.0

## [3.8.0](https://github.com/loopingz/webda.io/compare/graphql-v3.7.0...graphql-v3.8.0) (2024-01-16)


Expand Down
8 changes: 4 additions & 4 deletions packages/graphql/package.json
@@ -1,6 +1,6 @@
{
"name": "@webda/graphql",
"version": "3.8.3",
"version": "3.8.4",
"description": "GraphQL endpoint for your Webda Application",
"main": "lib/index.js",
"type": "module",
Expand All @@ -23,8 +23,8 @@
"package.json"
],
"dependencies": {
"@webda/core": "^3.14.0",
"@webda/runtime": "^3.4.0",
"@webda/core": "^3.15.0",
"@webda/runtime": "^3.5.0",
"graphql": "^16.6.0",
"graphql-http": "^1.16.0",
"graphql-ws": "^5.14.2",
Expand All @@ -34,7 +34,7 @@
"devDependencies": {
"@testdeck/mocha": "^0.3.3",
"@types/node": "18.11.13",
"@webda/shell": "^3.9.4",
"@webda/shell": "^3.10.0",
"c8": "^9.0.0",
"glob": "^10.0.0",
"js-beautify": "^1.14.7",
Expand Down

0 comments on commit b55f03f

Please sign in to comment.