Skip to content

Commit

Permalink
chore: version bump (0.1.0-alpha.28)
Browse files Browse the repository at this point in the history
  • Loading branch information
maneike committed Nov 13, 2024
1 parent 902a4fc commit 9317eff
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"short-waves-flow",
"silent-rocks-design",
"small-ghosts-listen",
"tall-games-compete",
"ten-swans-ring",
"thirty-clocks-move",
"warm-gorillas-yawn",
Expand Down
11 changes: 11 additions & 0 deletions .changeset/tall-games-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@tonik/create-stapler-app': minor
'@tonik/create-stapler-app-core': minor
---

- Improved Payload UX
- Improved Supabase UX
- Introduced flags (--skip-payload, --name, etc.)
- Replaced Vercel flow
- Replaced local database with Supabase
- Improved logs
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tonik/create-stapler-app

## 0.1.0-alpha.28

### Minor Changes

- - Improved Payload UX
- Improved Supabase UX
- Introduced flags (--skip-payload, --name, etc.)
- Replaced Vercel flow
- Replaced local database with Supabase
- Improved logs

## 0.1.0-alpha.27

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonik/create-stapler-app",
"version": "0.1.0-alpha.27",
"version": "0.1.0-alpha.28",
"main": "./dist/index.mjs",
"bin": {
"create-stapler-app": "./dist/index.mjs"
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tonik/create-stapler-app-core

## 0.2.0-alpha.12

### Minor Changes

- - Improved Payload UX
- Improved Supabase UX
- Introduced flags (--skip-payload, --name, etc.)
- Replaced Vercel flow
- Replaced local database with Supabase
- Improved logs

## 0.2.0-alpha.11

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonik/create-stapler-app-core",
"version": "0.2.0-alpha.11",
"version": "0.2.0-alpha.12",
"private": true,
"main": "./dist/index.js",
"scripts": {
Expand Down

0 comments on commit 9317eff

Please sign in to comment.