Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@
"vite-plugin-watch-and-run": "1.5.1",
"website": "1.1.2"
},
"changesets": []
"changesets": [
"spotty-pots-vanish",
"ten-socks-sit",
"twenty-oranges-reply"
]
}
8 changes: 8 additions & 0 deletions packages/create-kitql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# create-kitql

## 0.1.2-next.0

### Patch Changes

- Updated dependencies
[[`2aaacce`](https://github.com/jycouet/kitql/commit/2aaacce3fc4ce0792ac8850b84d99c133d3a5997)]:
- @kitql/helpers@0.8.8-next.0

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/create-kitql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"svelte",
"sveltekit"
],
"version": "0.1.1",
"version": "0.1.2-next.0",
"license": "MIT",
"type": "module",
"repository": {
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"@kitql/helpers": "*",
"@kitql/helpers": "0.8.8-next.0",
"commander": "^11.1.0"
},
"sideEffects": false,
Expand Down
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 @@ -31,7 +31,7 @@
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.5.0",
"vite-plugin-kit-routes": "0.2.12",
"vite-plugin-kit-routes": "0.2.13-next.0",
"vitest": "^0.34.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 @@ -33,8 +33,8 @@
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.5.0",
"vite-plugin-kit-routes": "0.2.12",
"vite-plugin-striper": "0.1.5",
"vite-plugin-kit-routes": "0.2.13-next.0",
"vite-plugin-striper": "0.1.6-next.0",
"vitest": "^0.34.0"
}
}
14 changes: 14 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# eslint-config-kitql

## 0.1.0-next.0

### Minor Changes

- [#568](https://github.com/jycouet/kitql/pull/568)
[`2aaacce`](https://github.com/jycouet/kitql/commit/2aaacce3fc4ce0792ac8850b84d99c133d3a5997)
Thanks [@jycouet](https://github.com/jycouet)! - bump to an actual working state

### Patch Changes

- Updated dependencies
[[`2aaacce`](https://github.com/jycouet/kitql/commit/2aaacce3fc4ce0792ac8850b84d99c133d3a5997)]:
- @kitql/helpers@0.8.8-next.0

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"eslint",
"eslint-config"
],
"version": "0.0.3",
"version": "0.1.0-next.0",
"license": "MIT",
"type": "module",
"repository": {
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@graphql-eslint/eslint-plugin": "3.20.1",
"@kitql/helpers": "0.8.7",
"@kitql/helpers": "0.8.8-next.0",
"@theguild/eslint-config": "^0.11.1",
"@theguild/prettier-config": "2.0.2",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @kitql/helpers

## 0.8.8-next.0

### Patch Changes

- [#568](https://github.com/jycouet/kitql/pull/568)
[`2aaacce`](https://github.com/jycouet/kitql/commit/2aaacce3fc4ce0792ac8850b84d99c133d3a5997)
Thanks [@jycouet](https://github.com/jycouet)! - toolName default design update node & browser

## 0.8.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ansi",
"log"
],
"version": "0.8.7",
"version": "0.8.8-next.0",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/internals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @kitql/internals

## 0.9.4-next.0

### Patch Changes

- Updated dependencies
[[`2aaacce`](https://github.com/jycouet/kitql/commit/2aaacce3fc4ce0792ac8850b84d99c133d3a5997)]:
- @kitql/helpers@0.8.8-next.0

## 0.9.3

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

## 0.2.13-next.0

### Patch Changes

- Updated dependencies
[[`2aaacce`](https://github.com/jycouet/kitql/commit/2aaacce3fc4ce0792ac8850b84d99c133d3a5997)]:
- @kitql/helpers@0.8.8-next.0
- @kitql/internals@0.9.4-next.0
- vite-plugin-watch-and-run@1.5.2-next.0

## 0.2.12

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

## 0.1.6-next.0

### Patch Changes

- [#570](https://github.com/jycouet/kitql/pull/570)
[`d701a57`](https://github.com/jycouet/kitql/commit/d701a576f69204e5c982a1bc4c994e088b2f2cee)
Thanks [@jycouet](https://github.com/jycouet)! - feat: remove some packages for the browser build

- Updated dependencies
[[`2aaacce`](https://github.com/jycouet/kitql/commit/2aaacce3fc4ce0792ac8850b84d99c133d3a5997)]:
- @kitql/helpers@0.8.8-next.0
- @kitql/internals@0.9.4-next.0
- vite-plugin-watch-and-run@1.5.2-next.0

## 0.1.5

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

## 1.5.2-next.0

### Patch Changes

- Updated dependencies
[[`2aaacce`](https://github.com/jycouet/kitql/commit/2aaacce3fc4ce0792ac8850b84d99c133d3a5997)]:
- @kitql/helpers@0.8.8-next.0

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