Skip to content

Commit

Permalink
📦 RELEASE: preparing next version (#630)
Browse files Browse the repository at this point in the history
* 📦 RELEASE: new version

* i

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: jycouet <jycouet@gmail.com>
  • Loading branch information
3 people committed Mar 11, 2024
1 parent aeb2577 commit 175cc17
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .changeset/new-cats-drive.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/create-kitql/templates/kit-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite-plugin-kit-routes": "0.5.3",
"vite-plugin-kit-routes": "0.6.0",
"vitest": "^1.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/create-kitql/templates/sveltekit-remult/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite-plugin-kit-routes": "^0.5.3",
"vite-plugin-stripper": "^0.4.1",
"vite-plugin-kit-routes": "^0.6.0",
"vite-plugin-stripper": "^0.5.0",
"vitest": "^1.0.0"
}
}
11 changes: 11 additions & 0 deletions packages/vite-plugin-kit-routes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# vite-plugin-kit-routes

## 0.6.0

### Minor Changes

- [`aeb2577`](https://github.com/jycouet/kitql/commit/aeb2577b214a5b8513db01ef2ad2f02d81313d72) Thanks [@jycouet](https://github.com/jycouet)! - fix: vite plugin type to use PluginOption

### Patch Changes

- Updated dependencies [[`aeb2577`](https://github.com/jycouet/kitql/commit/aeb2577b214a5b8513db01ef2ad2f02d81313d72)]:
- vite-plugin-watch-and-run@1.7.0

## 0.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-kit-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": [
"vite"
],
"version": "0.5.3",
"version": "0.6.0",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/vite-plugin-stripper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# vite-plugin-stripper

## 0.5.0

### Minor Changes

- [`aeb2577`](https://github.com/jycouet/kitql/commit/aeb2577b214a5b8513db01ef2ad2f02d81313d72) Thanks [@jycouet](https://github.com/jycouet)! - fix: vite plugin type to use PluginOption

### Patch Changes

- Updated dependencies [[`aeb2577`](https://github.com/jycouet/kitql/commit/aeb2577b214a5b8513db01ef2ad2f02d81313d72)]:
- vite-plugin-watch-and-run@1.7.0

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-stripper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": [
"vite"
],
"version": "0.4.1",
"version": "0.5.0",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/vite-plugin-watch-and-run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kitql/vite-plugin-watch-and-run

## 1.7.0

### Minor Changes

- [`aeb2577`](https://github.com/jycouet/kitql/commit/aeb2577b214a5b8513db01ef2ad2f02d81313d72) Thanks [@jycouet](https://github.com/jycouet)! - fix: vite plugin type to use PluginOption

## 1.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-watch-and-run/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": [
"vite"
],
"version": "1.6.1",
"version": "1.7.0",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 175cc17

Please sign in to comment.