Skip to content

Commit

Permalink
Version Packages (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber authored Oct 15, 2024
2 parents 81c996f + dc989fd commit 6cd51ef
Show file tree
Hide file tree
Showing 17 changed files with 64 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/early-pans-speak.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.71

### Patch Changes

- Updated dependencies [81c996f]
- @zemble/bull@0.2.1

## 0.0.70

### 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.70",
"version": "0.0.71",
"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.69

### Patch Changes

- Updated dependencies [81c996f]
- @zemble/bull@0.2.1

## 0.0.68

### 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.68",
"version": "0.0.69",
"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.70

### Patch Changes

- Updated dependencies [81c996f]
- @zemble/bull@0.2.1
- @zemble/ignite@0.0.62

## 0.0.69

### 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.69",
"version": "0.0.70",
"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.1

### Patch Changes

- 81c996f: Reuse redis connections with bull, add more configuration options to mongodb test-utils

## 0.2.0

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

## 0.0.66

### Patch Changes

- Updated dependencies [81c996f]
- @zemble/mongodb@0.0.36
- @zemble/cms@0.0.66

## 0.0.65

### 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.65",
"version": "0.0.66",
"description": "@zemble Plugin for managing users in the CMS",
"main": "plugin.ts",
"private": true,
Expand Down
7 changes: 7 additions & 0 deletions packages/cms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @zemble/cms

## 0.0.66

### Patch Changes

- Updated dependencies [81c996f]
- @zemble/mongodb@0.0.36

## 0.0.65

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

### Patch Changes

- Updated dependencies [81c996f]
- @zemble/bull@0.2.1

## 0.0.61

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

## 0.0.36

### Patch Changes

- 81c996f: Reuse redis connections with bull, add more configuration options to mongodb test-utils

## 0.0.35

### 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.35",
"version": "0.0.36",
"description": "Handles connections to MongoDB",
"keywords": [
"zemble",
Expand Down

0 comments on commit 6cd51ef

Please sign in to comment.