Skip to content

Commit

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

* add minup bump

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: jycouet <[email protected]>
  • Loading branch information
3 people authored Oct 26, 2024
1 parent 3d93a2a commit 74295f9
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@
"vite-plugin-watch-and-run": "1.7.1",
"website": "1.1.2"
},
"changesets": []
"changesets": [
"brave-ads-decide",
"happy-radios-melt",
"smart-planes-pull"
]
}
7 changes: 7 additions & 0 deletions .changeset/tidy-timers-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'vite-plugin-kit-routes': minor
'vite-plugin-stripper': minor
'@kitql/internals': minor
---

Bump internals to Svelte 5
12 changes: 12 additions & 0 deletions packages/internals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @kitql/internals

## 0.9.11-next.0

### Patch Changes

- [#760](https://github.com/jycouet/kitql/pull/760)
[`3d93a2a`](https://github.com/jycouet/kitql/commit/3d93a2ab41b7f65be382ccab126b36cc2346de90)
Thanks [@jycouet](https://github.com/jycouet)! - internal using svelte 5

- [#760](https://github.com/jycouet/kitql/pull/760)
[`3d93a2a`](https://github.com/jycouet/kitql/commit/3d93a2ab41b7f65be382ccab126b36cc2346de90)
Thanks [@jycouet](https://github.com/jycouet)! - expose visit from recast

## 0.9.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/internals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"AST",
"fs"
],
"version": "0.9.10",
"version": "0.9.11-next.0",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/vite-plugin-kit-routes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# vite-plugin-kit-routes

## 0.6.12-next.0

### Patch Changes

- [#760](https://github.com/jycouet/kitql/pull/760)
[`3d93a2a`](https://github.com/jycouet/kitql/commit/3d93a2ab41b7f65be382ccab126b36cc2346de90)
Thanks [@jycouet](https://github.com/jycouet)! - remove babel & refact as direct dep and move it
to @kitql/internals

- Updated dependencies
[[`3d93a2a`](https://github.com/jycouet/kitql/commit/3d93a2ab41b7f65be382ccab126b36cc2346de90),
[`3d93a2a`](https://github.com/jycouet/kitql/commit/3d93a2ab41b7f65be382ccab126b36cc2346de90)]:
- @kitql/internals@0.9.11-next.0

## 0.6.11

### 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.6.11",
"version": "0.6.12-next.0",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/vite-plugin-stripper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# vite-plugin-stripper

## 0.5.6-next.0

### Patch Changes

- Updated dependencies
[[`3d93a2a`](https://github.com/jycouet/kitql/commit/3d93a2ab41b7f65be382ccab126b36cc2346de90),
[`3d93a2a`](https://github.com/jycouet/kitql/commit/3d93a2ab41b7f65be382ccab126b36cc2346de90)]:
- @kitql/internals@0.9.11-next.0

## 0.5.5

### 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.5.5",
"version": "0.5.6-next.0",
"license": "MIT",
"type": "module",
"repository": {
Expand Down

0 comments on commit 74295f9

Please sign in to comment.