Skip to content

Commit

Permalink
chore: release main (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 31, 2024
1 parent 4dffebf commit b176a55
Show file tree
Hide file tree
Showing 16 changed files with 77 additions and 34 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/node-core": "2.0.6",
"packages/express": "2.0.7",
"packages/fastify": "2.1.3",
"packages/bullmq": "2.1.6",
"packages/bull": "2.0.6"
"packages/node-core": "2.0.7",
"packages/express": "2.0.8",
"packages/fastify": "2.1.4",
"packages/bullmq": "2.1.7",
"packages/bull": "2.0.7"
}
18 changes: 9 additions & 9 deletions package-lock.json

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

9 changes: 9 additions & 0 deletions packages/bull/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.0.7](https://github.com/judoscale/judoscale-node/compare/judoscale-bull-v2.0.6...judoscale-bull-v2.0.7) (2024-12-31)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* judoscale-node-core bumped from 2.0.6 to 2.0.7

## [2.0.6](https://github.com/judoscale/judoscale-node/compare/judoscale-bull-v2.0.5...judoscale-bull-v2.0.6) (2024-08-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/bull/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "judoscale-bull",
"version": "2.0.6",
"version": "2.0.7",
"description": "Bull adapter for the Judoscale autoscaler",
"main": "src/index.js",
"scripts": {
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/judoscale/judoscale-node#readme",
"dependencies": {
"judoscale-node-core": "2.0.6"
"judoscale-node-core": "2.0.7"
},
"devDependencies": {
"jest": "^29.7.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/bullmq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.1.7](https://github.com/judoscale/judoscale-node/compare/judoscale-bullmq-v2.1.6...judoscale-bullmq-v2.1.7) (2024-12-31)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* judoscale-node-core bumped from 2.0.6 to 2.0.7

## [2.1.6](https://github.com/judoscale/judoscale-node/compare/judoscale-bullmq-v2.1.5...judoscale-bullmq-v2.1.6) (2024-08-14)


Expand Down
6 changes: 3 additions & 3 deletions packages/bullmq/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/bullmq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "judoscale-bullmq",
"version": "2.1.6",
"version": "2.1.7",
"description": "BullMQ adapter for the Judoscale autoscaler",
"main": "src/index.js",
"scripts": {
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/judoscale/judoscale-node#readme",
"dependencies": {
"judoscale-node-core": "2.0.6"
"judoscale-node-core": "2.0.7"
},
"devDependencies": {
"jest": "^29.7.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.0.8](https://github.com/judoscale/judoscale-node/compare/judoscale-express-v2.0.7...judoscale-express-v2.0.8) (2024-12-31)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* judoscale-node-core bumped from 2.0.6 to 2.0.7

## [2.0.7](https://github.com/judoscale/judoscale-node/compare/judoscale-express-v2.0.6...judoscale-express-v2.0.7) (2024-06-06)


Expand Down
6 changes: 3 additions & 3 deletions packages/express/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/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "judoscale-express",
"version": "2.0.7",
"version": "2.0.8",
"description": "ExpressJS adapter for the JudoScale autoscaling add-on for Heroku",
"main": "src/index.js",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"author": "Adam McCrea",
"license": "MIT",
"dependencies": {
"judoscale-node-core": "2.0.6"
"judoscale-node-core": "2.0.7"
},
"devDependencies": {
"jest": "^27.5.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.1.4](https://github.com/judoscale/judoscale-node/compare/judoscale-fastify-v2.1.3...judoscale-fastify-v2.1.4) (2024-12-31)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* judoscale-node-core bumped from 2.0.6 to 2.0.7

## [2.1.3](https://github.com/judoscale/judoscale-node/compare/judoscale-fastify-v2.1.2...judoscale-fastify-v2.1.3) (2024-06-06)


Expand Down
6 changes: 3 additions & 3 deletions packages/fastify/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/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "judoscale-fastify",
"version": "2.1.3",
"version": "2.1.4",
"description": "Fastify plugin for the Judoscale autoscaler",
"main": "src/plugin.js",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"standard": "^17.1.0"
},
"dependencies": {
"judoscale-node-core": "2.0.6",
"judoscale-node-core": "2.0.7",
"fastify-plugin": "^4.5.1"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.7](https://github.com/judoscale/judoscale-node/compare/judoscale-node-core-v2.0.6...judoscale-node-core-v2.0.7) (2024-12-31)


### Bug Fixes

* JUDOSCALE_URL should take priority over RENDER_SERVICE_ID on Render ([4dffebf](https://github.com/judoscale/judoscale-node/commit/4dffebfab61857400b482f5d8fca7177cc233838))

## [2.0.6](https://github.com/judoscale/judoscale-node/compare/judoscale-node-core-v2.0.5...judoscale-node-core-v2.0.6) (2024-06-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/node-core/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/node-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "judoscale-node-core",
"version": "2.0.6",
"version": "2.0.7",
"description": "Core dependencies for NodeJS adapters for the JudoScale autoscaling add-on for Heroku",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit b176a55

Please sign in to comment.