Skip to content

Commit 744f61c

Browse files
📦 RELEASE: new version (next) (#1144)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 74388a3 commit 744f61c

File tree

9 files changed

+49
-4
lines changed

9 files changed

+49
-4
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
},
1616
"changesets": [
1717
"beige-owls-sip",
18+
"chubby-lies-turn",
19+
"curvy-rivers-build",
1820
"loud-facts-deny",
21+
"thin-carrots-throw",
1922
"tough-cars-look",
2023
"wide-bottles-stick"
2124
]

packages/eslint-config/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# eslint-config-kitql
22

3+
## 0.8.0-next.5
4+
5+
### Patch Changes
6+
7+
- [#1153](https://github.com/jycouet/kitql/pull/1153) [`c53e710`](https://github.com/jycouet/kitql/commit/c53e710040b6076b8d52f23183b8703b4d55b846) Thanks [@jycouet](https://github.com/jycouet)! - feat(eslint): add `svelteConfig` in `options`
8+
9+
- Updated dependencies []:
10+
- @kitql/helpers@0.8.13
11+
312
## 0.8.0-next.4
413

514
### Patch Changes

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitql/eslint-config",
3-
"version": "0.8.0-next.4",
3+
"version": "0.8.0-next.5",
44
"type": "module",
55
"description": "opinionated linting and formatting for projects",
66
"repository": {

packages/internals/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @kitql/internals
22

3+
## 0.11.0-next.0
4+
5+
### Minor Changes
6+
7+
- [#1136](https://github.com/jycouet/kitql/pull/1136) [`6beba92`](https://github.com/jycouet/kitql/commit/6beba921bc4a46feb9985f219cd73fb6c3848d6a) Thanks [@jycouet](https://github.com/jycouet)! - rmv `babel` & `recast` in favor of `oxc`
8+
9+
### Patch Changes
10+
11+
- Updated dependencies []:
12+
- @kitql/helpers@0.8.13
13+
314
## 0.10.5
415

516
### Patch Changes

packages/internals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"AST",
66
"fs"
77
],
8-
"version": "0.10.5",
8+
"version": "0.11.0-next.0",
99
"license": "MIT",
1010
"funding": "https://github.com/sponsors/jycouet",
1111
"homepage": "https://www.kitql.dev/",

packages/vite-plugin-kit-routes/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# vite-plugin-kit-routes
22

3+
## 1.0.3-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6beba92`](https://github.com/jycouet/kitql/commit/6beba921bc4a46feb9985f219cd73fb6c3848d6a)]:
8+
- @kitql/internals@0.11.0-next.0
9+
- @kitql/helpers@0.8.13
10+
- vite-plugin-watch-and-run@1.7.5
11+
312
## 1.0.2
413

514
### Patch Changes

packages/vite-plugin-kit-routes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": [
55
"vite"
66
],
7-
"version": "1.0.2",
7+
"version": "1.0.3-next.0",
88
"license": "MIT",
99
"funding": "https://github.com/sponsors/jycouet",
1010
"homepage": "https://www.kitql.dev/",

packages/vite-plugin-stripper/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# vite-plugin-stripper
22

3+
## 0.10.0-next.0
4+
5+
### Minor Changes
6+
7+
- [#1136](https://github.com/jycouet/kitql/pull/1136) [`6beba92`](https://github.com/jycouet/kitql/commit/6beba921bc4a46feb9985f219cd73fb6c3848d6a) Thanks [@jycouet](https://github.com/jycouet)! - remove option `log_on_throw_is_not_a_new_class` (ping me if you want support of it again!)
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`6beba92`](https://github.com/jycouet/kitql/commit/6beba921bc4a46feb9985f219cd73fb6c3848d6a)]:
12+
- @kitql/internals@0.11.0-next.0
13+
- @kitql/helpers@0.8.13
14+
- vite-plugin-watch-and-run@1.7.5
15+
316
## 0.9.2
417

518
### Patch Changes

packages/vite-plugin-stripper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": [
55
"vite"
66
],
7-
"version": "0.9.2",
7+
"version": "0.10.0-next.0",
88
"license": "MIT",
99
"funding": "https://github.com/sponsors/jycouet",
1010
"homepage": "https://www.kitql.dev/",

0 commit comments

Comments
 (0)