Skip to content

Commit

Permalink
📦 RELEASE: new version (next) (#803)
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 Dec 18, 2024
1 parent eeff9a8 commit 3763d2b
Show file tree
Hide file tree
Showing 9 changed files with 55 additions and 7 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
"vite-plugin-watch-and-run": "1.7.1",
"website": "1.1.2"
},
"changesets": []
"changesets": [
"calm-bananas-approve",
"lovely-dragons-greet"
]
}
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.5.0-next.0

### Minor Changes

- [#802](https://github.com/jycouet/kitql/pull/802)
[`4e72b36`](https://github.com/jycouet/kitql/commit/4e72b365ff034db24ec3e78da38fca1b784c696b)
Thanks [@jycouet](https://github.com/jycouet)! - switch .prettierrc.cjs to .prettierrc.mjs (and
use type module)

### Patch Changes

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

## 0.4.0

### Minor 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",
"version": "0.5.0-next.0",
"type": "module",
"description": "opinionated linting and formatting for projects",
"repository": {
Expand Down
14 changes: 12 additions & 2 deletions packages/vite-plugin-kit-routes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# vite-plugin-kit-routes

## 0.7.1-next.0

### Patch Changes

- Updated dependencies
[[`50da081`](https://github.com/jycouet/kitql/commit/50da081607f041431006a3f250009c8603a98d4d)]:
- [email protected]
- @kitql/helpers@0.8.10
- @kitql/internals@0.10.0

## 0.7.0

### Minor Changes

- [#775](https://github.com/jycouet/kitql/pull/775)
Thanks [@ewen-lbh](https://github.com/ewen-lbh)! - add exportConsts config option
- [#775](https://github.com/jycouet/kitql/pull/775) Thanks
[@ewen-lbh](https://github.com/ewen-lbh)! - add exportConsts config option

## 0.7.0-next.1

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.7.0",
"version": "0.7.1-next.0",
"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.6.1-next.0

### Patch Changes

- Updated dependencies
[[`50da081`](https://github.com/jycouet/kitql/commit/50da081607f041431006a3f250009c8603a98d4d)]:
- [email protected]
- @kitql/helpers@0.8.10
- @kitql/internals@0.10.0

## 0.6.0-next.1

### Minor 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.6.0",
"version": "0.6.1-next.0",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/vite-plugin-watch-and-run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @kitql/vite-plugin-watch-and-run

## 1.7.2-next.0

### Patch Changes

- [#801](https://github.com/jycouet/kitql/pull/801)
[`50da081`](https://github.com/jycouet/kitql/commit/50da081607f041431006a3f250009c8603a98d4d)
Thanks [@kerryj89](https://github.com/kerryj89)! - watch support path outside of current directory

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

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

0 comments on commit 3763d2b

Please sign in to comment.