Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
maneike committed Oct 29, 2024
1 parent cc24458 commit 3e2a058
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
"@tonik/create-stapler-app": "0.1.0",
"@tonik/create-stapler-app-core": "0.1.0"
},
"changesets": []
"changesets": [
"witty-months-give"
]
}
6 changes: 6 additions & 0 deletions .changeset/witty-months-give.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
---

Fixed registry problems
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @tonik/create-stapler-app

## 0.2.0-alpha.0

### Minor Changes

- Fixed registry problems

### Patch Changes

- Updated dependencies
- @tonik/create-stapler-app-core@0.2.0-alpha.0
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",
"version": "0.2.0-alpha.0",
"main": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"bin": {
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @tonik/create-stapler-app-core

## 0.2.0-alpha.0

### Minor Changes

- Fixed registry problems
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.1.0",
"version": "0.2.0-alpha.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": true,
Expand Down

0 comments on commit 3e2a058

Please sign in to comment.