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 Jun 30, 2023
1 parent 03238b0 commit 776449d
Show file tree
Hide file tree
Showing 32 changed files with 299 additions and 74 deletions.
36 changes: 18 additions & 18 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"packages/amqp": "3.0.2",
"packages/async": "3.0.2",
"packages/aws": "3.0.2",
"packages/core": "3.0.2",
"packages/amqp": "3.0.3",
"packages/async": "3.0.3",
"packages/aws": "3.1.0",
"packages/core": "3.1.0",
"packages/codmod": "3.0.0",
"packages/elasticsearch": "3.0.2",
"packages/gcp": "3.0.2",
"packages/google-auth": "3.0.2",
"packages/graphql": "3.0.2",
"packages/hawk": "3.0.2",
"packages/kubernetes": "3.0.2",
"packages/mongodb": "3.0.2",
"packages/postgres": "3.0.2",
"packages/profiler": "3.0.2",
"packages/profiler-aws-xray": "3.0.2",
"packages/shell": "3.0.2",
"packages/tsc-esm": "1.0.3",
"packages/websockets": "3.0.2",
"packages/workout": "3.0.0"
"packages/elasticsearch": "3.0.3",
"packages/gcp": "3.1.0",
"packages/google-auth": "3.0.3",
"packages/graphql": "3.1.0",
"packages/hawk": "3.0.3",
"packages/kubernetes": "3.0.3",
"packages/mongodb": "3.1.0",
"packages/postgres": "3.0.3",
"packages/profiler": "3.0.3",
"packages/profiler-aws-xray": "3.0.3",
"packages/shell": "3.1.0",
"packages/tsc-esm": "1.0.4",
"packages/websockets": "3.0.3",
"packages/workout": "3.0.1"
}
6 changes: 3 additions & 3 deletions packages/amqp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webda/amqp",
"version": "3.0.2",
"version": "3.0.3",
"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.0.2",
"@webda/core": "^3.1.0",
"amqplib": "^0.10.0"
},
"files": [
Expand Down Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@types/amqplib": "^0.10.0",
"@types/node": "14.6.0",
"@webda/shell": "^3.0.2"
"@webda/shell": "^3.1.0"
},
"nx": {
"implicitDependencies": [
Expand Down
17 changes: 17 additions & 0 deletions packages/async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## [3.0.3](https://github.com/loopingz/webda.io/compare/async-v3.0.2...async-v3.0.3) (2023-06-30)


### Bug Fixes

* add missing dependencies for pnpm/bazel ([1ec04a3](https://github.com/loopingz/webda.io/commit/1ec04a375998ee7a7a00ea03c30a2960b7778d6b))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @webda/core bumped from ^3.0.2 to ^3.1.0
* devDependencies
* @webda/tsc-esm bumped from ^1.0.3 to ^1.0.4
6 changes: 3 additions & 3 deletions packages/async/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webda/async",
"version": "3.0.2",
"version": "3.0.3",
"description": "Async System",
"main": "lib/index.js",
"scripts": {
Expand All @@ -20,13 +20,13 @@
"package.json"
],
"dependencies": {
"@webda/core": "^3.0.2",
"@webda/core": "^3.1.0",
"axios": "^1.1.3",
"node-cron": "^3.0.2"
},
"devDependencies": {
"@types/node": "14.6.0",
"@webda/tsc-esm": "^1.0.3",
"@webda/tsc-esm": "^1.0.4",
"mocha": "^10.0.0",
"sinon": "^15.0.0",
"source-map-support": "^0.5.19",
Expand Down
23 changes: 23 additions & 0 deletions packages/aws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.0](https://github.com/loopingz/webda.io/compare/aws-v3.0.2...aws-v3.1.0) (2023-06-30)


### Features

* allow redirect with WebdaError.Redirect ([499432e](https://github.com/loopingz/webda.io/commit/499432edd2bc9b542d7551b398a8b32648f04c4e))


### Bug Fixes

* @types/ws version ([f63b002](https://github.com/loopingz/webda.io/commit/f63b0025b72f96f4282fbd30232f02164134ed5e))
* improve error message for unsupported diagrams ([03238b0](https://github.com/loopingz/webda.io/commit/03238b072ad3525ed463212fc77463f958259f90))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @webda/core bumped from ^3.0.2 to ^3.1.0
* devDependencies
* @webda/async bumped from ^3.0.2 to ^3.0.3
* @webda/shell bumped from ^3.0.2 to ^3.1.0

## [1.1.1](https://github.com/loopingz/webda.io/compare/@webda/aws@1.1.0...@webda/aws@1.1.1) (2021-03-24)

**Note:** Version bump only for package @webda/aws
Expand Down
8 changes: 4 additions & 4 deletions packages/aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webda/aws",
"version": "3.0.2",
"version": "3.1.0",
"description": "Webda AWS Services implementation",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"@aws-sdk/client-sts": "^3.58.0",
"@aws-sdk/lib-dynamodb": "^3.58.0",
"@aws-sdk/s3-request-presigner": "^3.58.0",
"@webda/core": "^3.0.2",
"@webda/core": "^3.1.0",
"bluebird": "^3.7.2",
"glob": "^10.0.0",
"iam-policy-optimizer": "^1.2.0",
Expand All @@ -73,8 +73,8 @@
"@testdeck/mocha": "^0.3.2",
"@types/aws-lambda": "^8.10.97",
"@types/node": "14.6.0",
"@webda/async": "^3.0.2",
"@webda/shell": "^3.0.2",
"@webda/async": "^3.0.3",
"@webda/shell": "^3.1.0",
"aws-sdk-client-mock": "^2.0.1",
"sinon": "^15.0.0"
},
Expand Down
24 changes: 24 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,30 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [3.1.0](https://github.com/loopingz/webda.io/compare/core-v3.0.2...core-v3.1.0) (2023-06-30)


### Features

* add WS proxy system ([fdc394d](https://github.com/loopingz/webda.io/commit/fdc394de666d74e9130d29fb6d4ddd67b650430f))
* allow usage of lowercase log level ([6e8efdb](https://github.com/loopingz/webda.io/commit/6e8efdbbdfee1cbe1bcb04e9daf17a4aab89ae1f))


### Bug Fixes

* @types/ws version ([f63b002](https://github.com/loopingz/webda.io/commit/f63b0025b72f96f4282fbd30232f02164134ed5e))
* force file format with JSON/YAMLUtils.saveFile ([d629ad6](https://github.com/loopingz/webda.io/commit/d629ad6ac62ae059cdec9700a48813d489316325))
* improve error message for unsupported diagrams ([03238b0](https://github.com/loopingz/webda.io/commit/03238b072ad3525ed463212fc77463f958259f90))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @webda/workout bumped from ^3.0.0 to ^3.0.1
* devDependencies
* @webda/tsc-esm bumped from ^1.0.3 to ^1.0.4

## [1.0.1](https://github.com/loopingz/webda.io/compare/@webda/core@1.0.0...@webda/core@1.0.1) (2021-03-18)

**Note:** Version bump only for package @webda/core
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webda/core",
"version": "3.0.2",
"version": "3.1.0",
"description": "Expose API with Lambda",
"keywords": [
"aws",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@types/json-schema": "^7.0.8",
"@webda/workout": "^3.0.0",
"@webda/workout": "^3.0.1",
"accept-language": "^3.0.18",
"ajv": "^8.6.2",
"ajv-formats": "^2.1.1",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@testdeck/mocha": "^0.3.2",
"@types/node": "14.6.0",
"@types/nodemailer": "^6.4.4",
"@webda/tsc-esm": "^1.0.3",
"@webda/tsc-esm": "^1.0.4",
"antlr4ts-cli": "^0.5.0-alpha.4",
"axios": "^1.1.3",
"c8": "^8.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/elasticsearch/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.

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @webda/core bumped from ^3.0.2 to ^3.1.0
* devDependencies
* @webda/shell bumped from ^3.0.2 to ^3.1.0

## [1.0.2](https://github.com/loopingz/webda.io/compare/@webda/elasticsearch@1.0.1...@webda/elasticsearch@1.0.2) (2021-03-24)

**Note:** Version bump only for package @webda/elasticsearch
Expand Down
6 changes: 3 additions & 3 deletions packages/elasticsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webda/elasticsearch",
"version": "3.0.2",
"version": "3.0.3",
"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.0.2",
"@webda/core": "^3.1.0",
"yaml": "^2.0.0"
},
"c8": {
Expand All @@ -53,7 +53,7 @@
"devDependencies": {
"@testdeck/mocha": "^0.3.2",
"@types/node": "14.6.0",
"@webda/shell": "^3.0.2",
"@webda/shell": "^3.1.0",
"sinon": "^15.0.0"
},
"type": "module",
Expand Down
26 changes: 25 additions & 1 deletion packages/gcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
# Change Log
# Changelog

## [3.1.0](https://github.com/loopingz/webda.io/compare/gcp-v3.0.2...gcp-v3.1.0) (2023-06-30)


### Features

* add WS proxy system ([fdc394d](https://github.com/loopingz/webda.io/commit/fdc394de666d74e9130d29fb6d4ddd67b650430f))


### Bug Fixes

* @types/ws version ([f63b002](https://github.com/loopingz/webda.io/commit/f63b0025b72f96f4282fbd30232f02164134ed5e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @webda/core bumped from ^3.0.2 to ^3.1.0
* devDependencies
* @webda/async bumped from ^3.0.2 to ^3.0.3
* @webda/shell bumped from ^3.0.2 to ^3.1.0

## Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
8 changes: 4 additions & 4 deletions packages/gcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webda/gcp",
"version": "3.0.2",
"version": "3.1.0",
"description": "Webda GCP Services implementation",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"@google-cloud/firestore": "^6.0.0",
"@google-cloud/pubsub": "^3.0.0",
"@google-cloud/storage": "~6.11.0",
"@webda/core": "^3.0.2"
"@webda/core": "^3.1.0"
},
"c8": {
"report-dir": "./reports",
Expand All @@ -56,8 +56,8 @@
"devDependencies": {
"@testdeck/mocha": "^0.3.2",
"@types/node": "14.6.0",
"@webda/async": "^3.0.2",
"@webda/shell": "^3.0.2",
"@webda/async": "^3.0.3",
"@webda/shell": "^3.1.0",
"sinon": "^15.0.0"
},
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions packages/google-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webda/google-auth",
"version": "3.0.2",
"version": "3.0.3",
"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.0.2",
"@webda/core": "^3.1.0",
"google-auth-library": "^8.0.1"
},
"c8": {
Expand All @@ -52,7 +52,7 @@
"devDependencies": {
"@testdeck/mocha": "^0.3.2",
"@types/node": "14.6.0",
"@webda/shell": "^3.0.2",
"@webda/shell": "^3.1.0",
"sinon": "^15.0.0"
},
"type": "module",
Expand Down
22 changes: 22 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## [3.1.0](https://github.com/loopingz/webda.io/compare/graphql-v3.0.2...graphql-v3.1.0) (2023-06-30)


### Features

* add WS proxy system ([fdc394d](https://github.com/loopingz/webda.io/commit/fdc394de666d74e9130d29fb6d4ddd67b650430f))


### Bug Fixes

* @types/ws version ([f63b002](https://github.com/loopingz/webda.io/commit/f63b0025b72f96f4282fbd30232f02164134ed5e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @webda/core bumped from ^3.0.2 to ^3.1.0
* devDependencies
* @webda/shell bumped from ^3.0.2 to ^3.1.0
6 changes: 3 additions & 3 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webda/graphql",
"version": "3.0.2",
"version": "3.1.0",
"description": "GraphQL endpoint for your Webda Application",
"main": "lib/index.js",
"type": "module",
Expand All @@ -24,13 +24,13 @@
],
"dependencies": {
"@types/node": "^18.15.3",
"@webda/core": "^3.0.2",
"@webda/core": "^3.1.0",
"graphql": "^16.6.0",
"graphql-http": "^1.16.0"
},
"devDependencies": {
"@types/node": "^18.15.3",
"@webda/shell": "^3.0.2",
"@webda/shell": "^3.1.0",
"c8": "^8.0.0",
"glob": "^10.0.0",
"js-beautify": "^1.14.7",
Expand Down
Loading

0 comments on commit 776449d

Please sign in to comment.