Skip to content

Commit

Permalink
Version Packages (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber authored Jun 16, 2024
2 parents d742c2c + a13c379 commit ecd192e
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/smart-birds-fold.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.59

### Patch Changes

- Updated dependencies [4ba0288]
- @zemble/bull@0.1.18

## 0.0.58

### 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.58",
"version": "0.0.59",
"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.57

### Patch Changes

- Updated dependencies [4ba0288]
- @zemble/bull@0.1.18

## 0.0.56

### 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.56",
"version": "0.0.57",
"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.58

### Patch Changes

- Updated dependencies [4ba0288]
- @zemble/bull@0.1.18
- @zemble/ignite@0.0.50

## 0.0.57

### 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.57",
"version": "0.0.58",
"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.18

### Patch Changes

- 4ba0288: Workaround keyPrefix blocker

## 0.1.17

### 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.17",
"version": "0.1.18",
"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.50

### Patch Changes

- Updated dependencies [4ba0288]
- @zemble/bull@0.1.18

## 0.0.49

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

0 comments on commit ecd192e

Please sign in to comment.