Skip to content

Commit

Permalink
Version Packages (#870)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 5, 2025
1 parent 42805c6 commit 2d1a60f
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-dingos-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-frogs-yawn.md

This file was deleted.

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

## 7.0.0

### Patch Changes

- Updated dependencies [2e4d803]
- Updated dependencies [50b51f1]
- @steveojs/scheduler-sequelize@7.5.0
- @steveojs/scheduler-prisma@7.6.0

## 6.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudwatch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@steveojs/cloudwatch",
"version": "6.1.0",
"version": "7.0.0",
"main": "lib/index.js",
"repository": "git@github.com:ordermentum/steveo.git",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/scheduler-prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @steveojs/scheduler-prisma

## 7.6.0

### Minor Changes

- 50b51f1: Handle case where there are no safe or risky jobs defined

## 7.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/scheduler-prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@steveojs/scheduler-prisma",
"version": "7.5.1",
"version": "7.6.0",
"description": "A helper lib for a Prisma/Postgres backed in-process job queue",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/scheduler-sequelize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @steveojs/scheduler-sequelize

## 7.5.0

### Minor Changes

- 2e4d803: Handle allJobs being empty

## 7.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/scheduler-sequelize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@steveojs/scheduler-sequelize",
"version": "7.4.0",
"version": "7.5.0",
"description": "A helper lib for a Sequelize/Postgres backed in-process job queue",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 2d1a60f

Please sign in to comment.