Skip to content

Commit

Permalink
chore: release main (#55)
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 Jan 17, 2025
1 parent 8ca929d commit 03b3f24
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.7",
"packages/express": "2.0.8",
"packages/fastify": "2.1.4",
"packages/bullmq": "2.1.7",
"packages/bull": "2.0.7"
"packages/node-core": "2.1.0",
"packages/express": "2.0.9",
"packages/fastify": "2.1.5",
"packages/bullmq": "2.1.8",
"packages/bull": "2.0.8"
}
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.8](https://github.com/judoscale/judoscale-node/compare/judoscale-bull-v2.0.7...judoscale-bull-v2.0.8) (2025-01-15)


### Dependencies

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

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


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.7",
"version": "2.0.8",
"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.7"
"judoscale-node-core": "2.1.0"
},
"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.8](https://github.com/judoscale/judoscale-node/compare/judoscale-bullmq-v2.1.7...judoscale-bullmq-v2.1.8) (2025-01-15)


### Dependencies

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

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


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.7",
"version": "2.1.8",
"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.7"
"judoscale-node-core": "2.1.0"
},
"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.9](https://github.com/judoscale/judoscale-node/compare/judoscale-express-v2.0.8...judoscale-express-v2.0.9) (2025-01-15)


### Dependencies

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

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


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.8",
"version": "2.0.9",
"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.7"
"judoscale-node-core": "2.1.0"
},
"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.5](https://github.com/judoscale/judoscale-node/compare/judoscale-fastify-v2.1.4...judoscale-fastify-v2.1.5) (2025-01-15)


### Dependencies

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

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


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.4",
"version": "2.1.5",
"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.7",
"judoscale-node-core": "2.1.0",
"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.1.0](https://github.com/judoscale/judoscale-node/compare/judoscale-node-core-v2.0.7...judoscale-node-core-v2.1.0) (2025-01-15)


### Features

* Configure runtime container for Railway ([#54](https://github.com/judoscale/judoscale-node/issues/54)) ([8ca929d](https://github.com/judoscale/judoscale-node/commit/8ca929d68a460fd6123e62e5f341cea0f2d9c900))

## [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)


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.7",
"version": "2.1.0",
"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 03b3f24

Please sign in to comment.