Skip to content

Commit

Permalink
chore: version change
Browse files Browse the repository at this point in the history
  • Loading branch information
maneike committed Oct 29, 2024
1 parent e332767 commit e151f9d
Show file tree
Hide file tree
Showing 5 changed files with 20 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 @@ -6,6 +6,7 @@
"@tonik/create-stapler-app-core": "0.1.0"
},
"changesets": [
"light-walls-obey",
"witty-months-give"
]
}
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.2.0-alpha.1

### Minor Changes

- 4da0a9c: Fix: build script

### Patch Changes

- Updated dependencies [4da0a9c]
- @tonik/create-stapler-app-core@0.2.0-alpha.1

## 0.2.0-alpha.0

### 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.2.0-alpha.0",
"version": "0.2.0-alpha.1",
"main": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"bin": {
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.1

### Minor Changes

- 4da0a9c: Fix: build script

## 0.2.0-alpha.0

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

0 comments on commit e151f9d

Please sign in to comment.