Skip to content

Commit

Permalink
Version Packages (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber authored Dec 22, 2024
2 parents 425e0d4 + 98c4f31 commit f62f2a8
Show file tree
Hide file tree
Showing 19 changed files with 71 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/big-fishes-scream.md

This file was deleted.

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

## 0.0.77

### Patch Changes

- Updated dependencies [5d6101d]
- @zemble/bull@0.2.6
- @zemble/migrations@0.0.36

## 0.0.76

### 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.76",
"version": "0.0.77",
"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.74

### Patch Changes

- Updated dependencies [5d6101d]
- @zemble/bull@0.2.6

## 0.0.73

### 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.73",
"version": "0.0.74",
"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.75

### Patch Changes

- Updated dependencies [5d6101d]
- @zemble/bull@0.2.6
- @zemble/ignite@0.0.67

## 0.0.74

### 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.74",
"version": "0.0.75",
"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.2.6

### Patch Changes

- 5d6101d: Minor fixes

## 0.2.5

### 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.2.5",
"version": "0.2.6",
"description": "@zemble Plugin providing Bull Queue Support",
"main": "plugin.ts",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cms-users/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @zemble/cms-users

## 0.0.71

### Patch Changes

- @zemble/mongodb@0.0.40
- @zemble/cms@0.0.71

## 0.0.70

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cms-users/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zemble/cms-users",
"version": "0.0.70",
"version": "0.0.71",
"description": "@zemble Plugin for managing users in the CMS",
"main": "plugin.ts",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions packages/cms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zemble/cms

## 0.0.71

### Patch Changes

- @zemble/mongodb@0.0.40

## 0.0.70

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zemble/cms",
"version": "0.0.70",
"version": "0.0.71",
"description": "@zemble Plugin for CMS functionality",
"main": "plugin.ts",
"private": true,
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.67

### Patch Changes

- Updated dependencies [5d6101d]
- @zemble/bull@0.2.6

## 0.0.66

### 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.66",
"version": "0.0.67",
"description": "@zemble Plugin that provides a basic boilerplate",
"private": true,
"main": "plugin.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/migrations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zemble/migrations

## 0.0.36

### Patch Changes

- 5d6101d: Minor fixes

## 0.0.35

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/migrations/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zemble/migrations",
"description": "@zemble Plugin providing generic migration functionality",
"version": "0.0.35",
"version": "0.0.36",
"keywords": [
"zemble",
"zemble-plugin",
Expand Down
7 changes: 7 additions & 0 deletions packages/mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @zemble/mongodb

## 0.0.40

### Patch Changes

- Updated dependencies [5d6101d]
- @zemble/migrations@0.0.36

## 0.0.39

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zemble/mongodb",
"version": "0.0.39",
"version": "0.0.40",
"description": "Handles connections to MongoDB",
"keywords": [
"zemble",
Expand Down

0 comments on commit f62f2a8

Please sign in to comment.