Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 22, 2024
1 parent 1bc9871 commit 8c32f77
Show file tree
Hide file tree
Showing 85 changed files with 463 additions and 85 deletions.
43 changes: 0 additions & 43 deletions .changeset/grumpy-bikes-invent.md

This file was deleted.

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

## 0.0.14

### Patch Changes

- cf1637e: Package and eslint bumps
- Updated dependencies [cf1637e]
- @zemble/react@1.0.15

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/cms-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cms-ui",
"version": "0.0.13",
"version": "0.0.14",
"main": "index.js",
"scripts": {
"start": "expo start",
Expand Down
20 changes: 20 additions & 0 deletions apps/minimal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# minimal

## 0.0.75

### Patch Changes

- cf1637e: Package and eslint bumps
- Updated dependencies [cf1637e]
- @zemble/logger-graphql@0.0.55
- @zemble/email-resend@0.0.28
- @zemble/migrations@0.0.35
- @zemble/sms-46elks@0.0.13
- @zemble/sms-twilio@0.0.13
- @zemble/auth-otp@0.0.63
- @zemble/graphql@0.0.59
- @zemble/routes@0.0.35
- @zemble/auth@0.0.62
- @zemble/bull@0.2.4
- @zemble/core@0.1.23
- @zemble/pino@0.0.24
- @zemble/bun@0.0.34

## 0.0.74

### 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.74",
"version": "0.0.75",
"description": "A minimal example app",
"private": true,
"main": "app.ts",
Expand Down
15 changes: 15 additions & 0 deletions apps/supplement-stack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# supplement-stack

## 0.0.72

### Patch Changes

- cf1637e: Package and eslint bumps
- Updated dependencies [cf1637e]
- @zemble/auth-otp@0.0.63
- @zemble/graphql@0.0.59
- @zemble/utils@0.7.38
- @zemble/bull@0.2.4
- @zemble/core@0.1.23
- @zemble/todo@0.0.60
- @zemble/apple-app-site-association@0.0.39
- @zemble/bun@0.0.34

## 0.0.71

### 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.71",
"version": "0.0.72",
"description": "",
"main": "app.ts",
"private": true,
Expand Down
15 changes: 15 additions & 0 deletions apps/todo-app-with-auth-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# todo-app-with-auth-backend

## 0.0.73

### Patch Changes

- cf1637e: Package and eslint bumps
- Updated dependencies [cf1637e]
- @zemble/auth-anonymous@0.0.60
- @zemble/graphql@0.0.59
- @zemble/bull@0.2.4
- @zemble/core@0.1.23
- @zemble/todo@0.0.60
- @zemble/ignite@0.0.65
- @zemble/apple-app-site-association@0.0.39
- @zemble/bun@0.0.34

## 0.0.72

### 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.72",
"version": "0.0.73",
"description": "",
"private": true,
"main": "app.ts",
Expand Down
10 changes: 10 additions & 0 deletions apps/todo-app-with-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# todoappwithauth

## 0.0.12

### Patch Changes

- cf1637e: Package and eslint bumps
- Updated dependencies [cf1637e]
- @zemble/auth-anonymous-expo@0.0.11
- @zemble/auth-expo@0.0.10
- @zemble/todo-ui@0.0.11

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/todo-app-with-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "todoappwithauth",
"version": "0.0.11",
"version": "0.0.12",
"main": "index.js",
"scripts": {
"start": "expo start",
Expand Down
9 changes: 9 additions & 0 deletions packages/anonymous-auth-expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @zemble/auth-anonymous-expo

## 0.0.11

### Patch Changes

- cf1637e: Package and eslint bumps
- Updated dependencies [cf1637e]
- @zemble/auth-expo@0.0.10
- @zemble/urql-expo@0.0.10

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/anonymous-auth-expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zemble/auth-anonymous-expo",
"version": "0.0.10",
"version": "0.0.11",
"main": "index.js",
"scripts": {
"start": "expo start",
Expand Down
7 changes: 7 additions & 0 deletions packages/apple-app-site-association/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @zemble/apple-app-site-association

## 0.0.39

### Patch Changes

- Updated dependencies [cf1637e]
- @zemble/core@0.1.23

## 0.0.38

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/apple-app-site-association/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zemble/apple-app-site-association",
"version": "0.0.38",
"version": "0.0.39",
"description": "A package to easily expose a Apple App Site Association file for your iOS App",
"private": true,
"main": "plugin.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/auth-anonymous/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @zemble/auth-anonymous

## 0.0.60

### Patch Changes

- cf1637e: Package and eslint bumps
- Updated dependencies [cf1637e]
- @zemble/graphql@0.0.59
- @zemble/utils@0.7.38
- @zemble/auth@0.0.62
- @zemble/core@0.1.23

## 0.0.59

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-anonymous/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zemble/auth-anonymous",
"version": "0.0.59",
"version": "0.0.60",
"description": "Zemble Plugin providing Anonymous Auth support",
"main": "plugin.ts",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions packages/auth-api-token/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @zemble/auth-api-token

## 0.0.62

### Patch Changes

- cf1637e: Package and eslint bumps
- Updated dependencies [cf1637e]
- @zemble/graphql@0.0.59
- @zemble/auth@0.0.62
- @zemble/core@0.1.23

## 0.0.61

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-api-token/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zemble/auth-api-token",
"version": "0.0.61",
"version": "0.0.62",
"description": "Zemble Plugin providing simple API token authentication",
"main": "plugin.ts",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions packages/auth-apple/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @zemble/auth-apple

## 0.0.66

### Patch Changes

- cf1637e: Package and eslint bumps
- Updated dependencies [cf1637e]
- @zemble/graphql@0.0.59
- @zemble/auth@0.0.62
- @zemble/core@0.1.23

## 0.0.65

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-apple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zemble/auth-apple",
"version": "0.0.65",
"version": "0.0.66",
"description": "Zemble Plugin providing authentication through Sign in with Apple",
"main": "plugin.ts",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/auth-expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zemble/auth-expo

## 0.0.10

### Patch Changes

- cf1637e: Package and eslint bumps

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zemble/auth-expo",
"version": "0.0.9",
"version": "0.0.10",
"main": "index.js",
"scripts": {
"start": "expo start",
Expand Down
12 changes: 12 additions & 0 deletions packages/auth-otp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @zemble/auth-otp

## 0.0.63

### Patch Changes

- cf1637e: Package and eslint bumps
- Updated dependencies [cf1637e]
- @zemble/graphql@0.0.59
- @zemble/utils@0.7.38
- @zemble/auth@0.0.62
- @zemble/core@0.1.23
- @zemble/kv@0.0.57

## 0.0.62

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-otp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zemble/auth-otp",
"version": "0.0.62",
"version": "0.0.63",
"description": "Zemble Plugin providing OTP authentication through email",
"main": "plugin.ts",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @zemble/auth

## 0.0.62

### Patch Changes

- cf1637e: Package and eslint bumps
- Updated dependencies [cf1637e]
- @zemble/graphql@0.0.59
- @zemble/core@0.1.23
- @zemble/kv@0.0.57
- @zemble/bun@0.0.34

## 0.0.61

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zemble/auth",
"version": "0.0.61",
"version": "0.0.62",
"description": "Zemble Plugin providing generic Auth Support",
"main": "plugin.ts",
"bin": {
Expand Down
11 changes: 11 additions & 0 deletions packages/bull/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @zemble/bull

## 0.2.4

### Patch Changes

- cf1637e: Package and eslint bumps
- Updated dependencies [cf1637e]
- @zemble/graphql@0.0.59
- @zemble/utils@0.7.38
- @zemble/auth@0.0.62
- @zemble/core@0.1.23

## 0.2.3

### 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.3",
"version": "0.2.4",
"description": "@zemble Plugin providing Bull Queue Support",
"main": "plugin.ts",
"scripts": {
Expand Down
Loading

0 comments on commit 8c32f77

Please sign in to comment.