Skip to content

Commit

Permalink
chore(release): v2.3.0 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
franher authored Jul 13, 2023
1 parent 2526406 commit 6e3a076
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
]
}
},
"version": "2.2.2"
"version": "2.3.0"
}
2 changes: 1 addition & 1 deletion packages/bautajs-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axa/bautajs-core",
"version": "2.2.2",
"version": "2.3.0",
"description": "Bauta.js is an add-on for your Node.js applications such as Express.js or Fastify.",
"main": "dist",
"types": "dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/bautajs-datasource-rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axa/bautajs-datasource-rest",
"version": "2.2.2",
"version": "2.3.0",
"description": "A bautaJS datasource rest provider",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"npm": ">=8"
},
"dependencies": {
"@axa/bautajs-core": "^2.2.2",
"@axa/bautajs-core": "^2.3.0",
"@axa/native-proxy-agent": "^1.0.0",
"@sindresorhus/is": "^4.6.0",
"got": "^11.8.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/bautajs-decorator-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axa/bautajs-decorator-cache",
"version": "2.2.2",
"version": "2.3.0",
"description": "A bautaJS cache decorator",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"npm": ">=8"
},
"dependencies": {
"@axa/bautajs-core": "^2.2.2",
"@axa/bautajs-core": "^2.3.0",
"node-object-hash": "^2.3.10",
"quick-lru-cjs": "^5.2.1"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/bautajs-express-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axa/bautajs-express-example",
"version": "2.2.2",
"version": "2.3.0",
"description": "A bautaJS example in express",
"main": "./server.js",
"scripts": {
Expand All @@ -18,10 +18,10 @@
],
"license": "SEE LICENSE IN LICENSE.txt",
"dependencies": {
"@axa/bautajs-core": "^2.2.2",
"@axa/bautajs-datasource-rest": "^2.2.2",
"@axa/bautajs-decorator-cache": "^2.2.2",
"@axa/bautajs-express": "^2.2.2",
"@axa/bautajs-core": "^2.3.0",
"@axa/bautajs-datasource-rest": "^2.3.0",
"@axa/bautajs-decorator-cache": "^2.3.0",
"@axa/bautajs-express": "^2.3.0",
"@hapi/boom": "^10.0.0",
"express": "^4.18.1",
"pino": "^8.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/bautajs-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axa/bautajs-express",
"version": "2.2.2",
"version": "2.3.0",
"description": "A bautaJS Express.js plugin. Allow auto exposing the bautaJS operations.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"npm": ">=8"
},
"dependencies": {
"@axa/bautajs-core": "^2.2.2",
"@axa/bautajs-core": "^2.3.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.18.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/bautajs-fastify-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axa/bautajs-fastify-example",
"version": "2.2.2",
"version": "2.3.0",
"description": "A bautaJS example in fastify",
"main": "./server.js",
"scripts": {
Expand All @@ -18,10 +18,10 @@
],
"license": "SEE LICENSE IN LICENSE.txt",
"dependencies": {
"@axa/bautajs-core": "^2.2.2",
"@axa/bautajs-datasource-rest": "^2.2.2",
"@axa/bautajs-decorator-cache": "^2.2.2",
"@axa/bautajs-fastify": "^2.2.2",
"@axa/bautajs-core": "^2.3.0",
"@axa/bautajs-datasource-rest": "^2.3.0",
"@axa/bautajs-decorator-cache": "^2.3.0",
"@axa/bautajs-fastify": "^2.3.0",
"fastify": "^4.8.1"
}
}
6 changes: 3 additions & 3 deletions packages/bautajs-fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axa/bautajs-fastify",
"version": "2.2.2",
"version": "2.3.0",
"description": "A bautaJS fastify plugin. Allows auto exposing the bautaJS operations.",
"main": "dist",
"types": "dist",
Expand Down Expand Up @@ -30,13 +30,13 @@
},
"license": "SEE LICENSE IN LICENSE.txt",
"dependencies": {
"@axa/bautajs-core": "^2.2.2",
"@axa/bautajs-core": "^2.3.0",
"@fastify/swagger": "^7.6.1",
"fastify": "^4.8.1",
"fastify-plugin": "^4.2.1",
"route-order": "^0.1.0"
},
"devDependencies": {
"@axa/bautajs-datasource-rest": "^2.2.2"
"@axa/bautajs-datasource-rest": "^2.3.0"
}
}

0 comments on commit 6e3a076

Please sign in to comment.