Skip to content

Commit

Permalink
Version Packages (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber authored Aug 30, 2024
2 parents b5acf45 + da8eb5c commit 4a2a5e6
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/swift-hornets-obey.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.66

### Patch Changes

- Updated dependencies [b5acf45]
- @zemble/bull@0.1.25

## 0.0.65

### 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.65",
"version": "0.0.66",
"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.64

### Patch Changes

- Updated dependencies [b5acf45]
- @zemble/bull@0.1.25

## 0.0.63

### 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.63",
"version": "0.0.64",
"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.65

### Patch Changes

- Updated dependencies [b5acf45]
- @zemble/bull@0.1.25
- @zemble/ignite@0.0.57

## 0.0.64

### 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.64",
"version": "0.0.65",
"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.25

### Patch Changes

- b5acf45: adding pauseWorkersOnStart config option

## 0.1.24

### 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.24",
"version": "0.1.25",
"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.57

### Patch Changes

- Updated dependencies [b5acf45]
- @zemble/bull@0.1.25

## 0.0.56

### 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.56",
"version": "0.0.57",
"description": "@zemble Plugin that provides a basic boilerplate",
"private": true,
"main": "plugin.ts",
Expand Down

0 comments on commit 4a2a5e6

Please sign in to comment.