Skip to content

Commit

Permalink
Version Packages (#719)
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 Jan 31, 2024
1 parent 00e72e8 commit 0e57bf2
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/lemon-beds-occur.md

This file was deleted.

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

## 1.0.0

### Patch Changes

- Updated dependencies [00e72e8]
- @steveojs/scheduler-sequelize@7.0.0
- @steveojs/scheduler-prisma@7.0.0

## 0.0.2

### Patch 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": "0.0.2",
"version": "1.0.0",
"main": "lib/index.js",
"repository": "[email protected]: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.0.0

### Major Changes

- 00e72e8: Use rrule-rust instead of lunartick for rrule strings

## 6.1.1

### Patch 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": "6.1.1",
"version": "7.0.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.0.0

### Major Changes

- 00e72e8: Use rrule-rust instead of lunartick for rrule strings

## 6.1.1

### Patch 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": "6.1.1",
"version": "7.0.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 0e57bf2

Please sign in to comment.