Skip to content

Commit

Permalink
📦 RELEASE: new version (next) (#737)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 12, 2024
1 parent ae8115d commit 16e6aaf
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
"website": "1.1.2"
},
"changesets": [
"eighty-teachers-behave",
"empty-coats-repeat",
"hungry-garlics-play",
"little-rules-whisper",
"thick-ducks-grin"
]
}
11 changes: 11 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# eslint-config-kitql

## 0.4.0-next.2

### Patch Changes

- [#736](https://github.com/jycouet/kitql/pull/736)
[`ae8115d`](https://github.com/jycouet/kitql/commit/ae8115da293cd0475472c120410735cdff0f2948)
Thanks [@jycouet](https://github.com/jycouet)! - improve default config thx to inspector

- Updated dependencies []:
- @kitql/helpers@0.8.10

## 0.4.0-next.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitql/eslint-config",
"version": "0.4.0-next.1",
"version": "0.4.0-next.2",
"type": "module",
"description": "opinionated linting and formatting for projects",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/internals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @kitql/internals

## 0.9.10-next.1

### Patch Changes

- [#736](https://github.com/jycouet/kitql/pull/736)
[`ae8115d`](https://github.com/jycouet/kitql/commit/ae8115da293cd0475472c120410735cdff0f2948)
Thanks [@jycouet](https://github.com/jycouet)! - add findFileOrUp

- Updated dependencies []:
- @kitql/helpers@0.8.10

## 0.9.10-next.0

### 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-next.0",
"version": "0.9.10-next.1",
"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.6.11-next.1

### Patch Changes

- Updated dependencies
[[`ae8115d`](https://github.com/jycouet/kitql/commit/ae8115da293cd0475472c120410735cdff0f2948)]:
- @kitql/internals@0.9.10-next.1
- @kitql/helpers@0.8.10
- [email protected]

## 0.6.11-next.0

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

## 0.5.5-next.1

### Patch Changes

- Updated dependencies
[[`ae8115d`](https://github.com/jycouet/kitql/commit/ae8115da293cd0475472c120410735cdff0f2948)]:
- @kitql/internals@0.9.10-next.1
- @kitql/helpers@0.8.10
- [email protected]

## 0.5.5-next.0

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

0 comments on commit 16e6aaf

Please sign in to comment.