Skip to content

Commit

Permalink
chore(versioning): bump version to 0.2 alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Pmejna committed Nov 6, 2024
1 parent c9f6924 commit 65346f4
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/lemon-monkeys-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@tonik/create-stapler-app': minor
'@tonik/create-stapler-app-core': minor
---

update state logic, add supabase local docker dev
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"fuzzy-kings-admire",
"honest-parents-tickle",
"lazy-steaks-jog",
"lemon-monkeys-judge",
"light-walls-obey",
"new-eggs-cheat",
"old-radios-bake",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tonik/create-stapler-app

## 0.1.0-alpha.26

### Minor Changes

- update state logic, add supabase local docker dev

## 0.1.0-alpha.25

### 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.25",
"version": "0.1.0-alpha.26",
"main": "./dist/index.mjs",
"bin": {
"create-stapler-app": "./dist/index.mjs"
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tonik/create-stapler-app-core

## 0.2.0-alpha.10

### Minor Changes

- update state logic, add supabase local docker dev

## 0.2.0-alpha.9

### 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.9",
"version": "0.2.0-alpha.10",
"private": true,
"main": "./dist/index.js",
"scripts": {
Expand Down

0 comments on commit 65346f4

Please sign in to comment.