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 7ff7cdd commit 2bb026d
Show file tree
Hide file tree
Showing 9 changed files with 385 additions and 9 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"clean-frogs-poke",
"light-walls-obey",
"new-eggs-cheat",
"silent-rocks-design",
"witty-months-give"
]
}
7 changes: 7 additions & 0 deletions .changeset/silent-rocks-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@tonik/create-stapler-app': minor
'@tonik/create-stapler-app-cli': minor
'@tonik/create-stapler-app-core': minor
---

Add missing dependencies
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.2.0-alpha.4

### Minor Changes

- Add missing dependencies

## 0.2.0-alpha.3

### 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-cli",
"version": "0.2.0-alpha.3",
"version": "0.2.0-alpha.4",
"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.4

### Minor Changes

- Add missing dependencies

## 0.2.0-alpha.3

### 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.3",
"version": "0.2.0-alpha.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions packages/create-stapler-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tonik/create-stapler-app

## 0.1.0-alpha.6

### Minor Changes

- Add missing dependencies

## 0.1.0-alpha.5

### Minor Changes
Expand Down
9 changes: 5 additions & 4 deletions packages/create-stapler-app/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "@tonik/create-stapler-app",
"version": "0.1.0-alpha.5",
"version": "0.1.0-alpha.6",
"main": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"bin": {
"create-stapler-app": "./dist/index.mjs"
},
"scripts": {
"build": "tsup index.ts --out-dir dist --format esm --bundle --dts"
"build": "tsup index.ts --out-dir dist --format esm"
},
"devDependencies": {
"@tonik/create-stapler-app-core": "workspace:*",
"@tonik/create-stapler-app-cli": "workspace:*"
"@tonik/create-stapler-app-cli": "workspace:*",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit 2bb026d

Please sign in to comment.