Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and robertherber committed Jul 28, 2024
1 parent e91821e commit e56dc69
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-dryers-refuse.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/minimal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# minimal

## 0.0.65

### Patch Changes

- Updated dependencies [e91821e]
- @zemble/bull@0.1.24

## 0.0.64

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/minimal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minimal",
"version": "0.0.64",
"version": "0.0.65",
"description": "A minimal example app",
"private": true,
"main": "app.ts",
Expand Down
7 changes: 7 additions & 0 deletions apps/supplement-stack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# supplement-stack

## 0.0.63

### Patch Changes

- Updated dependencies [e91821e]
- @zemble/bull@0.1.24

## 0.0.62

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/supplement-stack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "supplement-stack",
"version": "0.0.62",
"version": "0.0.63",
"description": "",
"main": "app.ts",
"private": true,
Expand Down
8 changes: 8 additions & 0 deletions apps/todo-app-with-auth-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# todo-app-with-auth-backend

## 0.0.64

### Patch Changes

- Updated dependencies [e91821e]
- @zemble/bull@0.1.24
- @zemble/ignite@0.0.56

## 0.0.63

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/todo-app-with-auth-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "todo-app-with-auth-backend",
"version": "0.0.63",
"version": "0.0.64",
"description": "",
"private": true,
"main": "app.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/bull/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zemble/bull

## 0.1.24

### Patch Changes

- e91821e: Add returnType to bull workers

## 0.1.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bull/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zemble/bull",
"version": "0.1.23",
"version": "0.1.24",
"description": "@zemble Plugin providing Bull Queue Support",
"main": "plugin.ts",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/ignite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @zemble/ignite

## 0.0.56

### Patch Changes

- Updated dependencies [e91821e]
- @zemble/bull@0.1.24

## 0.0.55

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ignite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zemble/ignite",
"version": "0.0.55",
"version": "0.0.56",
"description": "@zemble Plugin that provides a basic boilerplate",
"private": true,
"main": "plugin.ts",
Expand Down

0 comments on commit e56dc69

Please sign in to comment.