Skip to content

Commit

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

* fix link to local packages

---------

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 Aug 26, 2024
1 parent dabca51 commit 8f6d861
Show file tree
Hide file tree
Showing 18 changed files with 102 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-beans-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-drinks-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-schools-chew.md

This file was deleted.

19 changes: 16 additions & 3 deletions packages/create-kitql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,32 @@
# create-kitql

## 0.1.7

### Patch Changes

- Updated dependencies
[[`53804e4`](https://github.com/jycouet/kitql/commit/53804e44e6ae3ba8e0de54a2de87cae4f4e32437)]:
- @kitql/helpers@0.8.10

## 0.1.6

### Patch Changes

- [#629](https://github.com/jycouet/kitql/pull/629) [`f474d6f`](https://github.com/jycouet/kitql/commit/f474d6f7b4a1aefefb5eed9dce98bec226ea0310) Thanks [@jycouet](https://github.com/jycouet)! - bump internals
- [#629](https://github.com/jycouet/kitql/pull/629)
[`f474d6f`](https://github.com/jycouet/kitql/commit/f474d6f7b4a1aefefb5eed9dce98bec226ea0310)
Thanks [@jycouet](https://github.com/jycouet)! - bump internals

- Updated dependencies [[`f474d6f`](https://github.com/jycouet/kitql/commit/f474d6f7b4a1aefefb5eed9dce98bec226ea0310)]:
- Updated dependencies
[[`f474d6f`](https://github.com/jycouet/kitql/commit/f474d6f7b4a1aefefb5eed9dce98bec226ea0310)]:
- @kitql/helpers@0.8.9

## 0.1.5

### Patch Changes

- [#615](https://github.com/jycouet/kitql/pull/615) [`4f1b749`](https://github.com/jycouet/kitql/commit/4f1b74934cde97056767ee74836c2e4517f5c259) Thanks [@jycouet](https://github.com/jycouet)! - bump dep
- [#615](https://github.com/jycouet/kitql/pull/615)
[`4f1b749`](https://github.com/jycouet/kitql/commit/4f1b74934cde97056767ee74836c2e4517f5c259)
Thanks [@jycouet](https://github.com/jycouet)! - bump dep

## 0.1.4

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.6",
"version": "0.1.7",
"license": "MIT",
"type": "module",
"repository": {
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"@kitql/helpers": "0.8.9",
"@kitql/helpers": "workspace:*",
"commander": "^12.0.0"
},
"sideEffects": false,
Expand Down
12 changes: 12 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# eslint-config-kitql

## 0.3.7

### Patch Changes

- [#721](https://github.com/jycouet/kitql/pull/721)
[`dabca51`](https://github.com/jycouet/kitql/commit/dabca5188a1a8ab08c1d0dee7ad671f94b9d83ad)
Thanks [@jycouet](https://github.com/jycouet)! - bump eslint svelte

- Updated dependencies
[[`53804e4`](https://github.com/jycouet/kitql/commit/53804e44e6ae3ba8e0de54a2de87cae4f4e32437)]:
- @kitql/helpers@0.8.10

## 0.3.6

### 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.3.6",
"version": "0.3.7",
"license": "MIT",
"type": "module",
"repository": {
Expand All @@ -26,7 +26,7 @@
"format:example": "kitql-lint --format"
},
"dependencies": {
"@kitql/helpers": "0.8.9",
"@kitql/helpers": "workspace:*",
"@theguild/eslint-config": "^0.11.1",
"@theguild/prettier-config": "2.0.2",
"@typescript-eslint/eslint-plugin": "7.7.0",
Expand Down
12 changes: 11 additions & 1 deletion packages/helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# @kitql/helpers

## 0.8.10

### Patch Changes

- [#714](https://github.com/jycouet/kitql/pull/714)
[`53804e4`](https://github.com/jycouet/kitql/commit/53804e44e6ae3ba8e0de54a2de87cae4f4e32437)
Thanks [@jycouet](https://github.com/jycouet)! - add midTrim function

## 0.8.9

### Patch Changes

- [#629](https://github.com/jycouet/kitql/pull/629) [`f474d6f`](https://github.com/jycouet/kitql/commit/f474d6f7b4a1aefefb5eed9dce98bec226ea0310) Thanks [@jycouet](https://github.com/jycouet)! - bump internals
- [#629](https://github.com/jycouet/kitql/pull/629)
[`f474d6f`](https://github.com/jycouet/kitql/commit/f474d6f7b4a1aefefb5eed9dce98bec226ea0310)
Thanks [@jycouet](https://github.com/jycouet)! - bump internals

## 0.8.8

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.9",
"version": "0.8.10",
"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.9

### Patch Changes

- Updated dependencies
[[`53804e4`](https://github.com/jycouet/kitql/commit/53804e44e6ae3ba8e0de54a2de87cae4f4e32437)]:
- @kitql/helpers@0.8.10

## 0.9.8

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

## 0.6.10

### Patch Changes

- Updated dependencies
[[`dabca51`](https://github.com/jycouet/kitql/commit/dabca5188a1a8ab08c1d0dee7ad671f94b9d83ad),
[`53804e4`](https://github.com/jycouet/kitql/commit/53804e44e6ae3ba8e0de54a2de87cae4f4e32437)]:
- [email protected]
- @kitql/helpers@0.8.10
- @kitql/internals@0.9.9

## 0.6.9

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

## 0.5.4

### Patch Changes

- Updated dependencies
[[`dabca51`](https://github.com/jycouet/kitql/commit/dabca5188a1a8ab08c1d0dee7ad671f94b9d83ad),
[`53804e4`](https://github.com/jycouet/kitql/commit/53804e44e6ae3ba8e0de54a2de87cae4f4e32437)]:
- [email protected]
- @kitql/helpers@0.8.10
- @kitql/internals@0.9.9

## 0.5.3

### 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.3",
"version": "0.5.4",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
23 changes: 20 additions & 3 deletions packages/vite-plugin-watch-and-run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,35 @@
# @kitql/vite-plugin-watch-and-run

## 1.7.1

### Patch Changes

- [#721](https://github.com/jycouet/kitql/pull/721)
[`dabca51`](https://github.com/jycouet/kitql/commit/dabca5188a1a8ab08c1d0dee7ad671f94b9d83ad)
Thanks [@jycouet](https://github.com/jycouet)! - bump micromatch to fix 2 moderate severity
vulnerabilities

- Updated dependencies
[[`53804e4`](https://github.com/jycouet/kitql/commit/53804e44e6ae3ba8e0de54a2de87cae4f4e32437)]:
- @kitql/helpers@0.8.10

## 1.7.0

### Minor Changes

- [`aeb2577`](https://github.com/jycouet/kitql/commit/aeb2577b214a5b8513db01ef2ad2f02d81313d72) Thanks [@jycouet](https://github.com/jycouet)! - fix: vite plugin type to use PluginOption
- [`aeb2577`](https://github.com/jycouet/kitql/commit/aeb2577b214a5b8513db01ef2ad2f02d81313d72)
Thanks [@jycouet](https://github.com/jycouet)! - fix: vite plugin type to use PluginOption

## 1.6.1

### Patch Changes

- [#629](https://github.com/jycouet/kitql/pull/629) [`f474d6f`](https://github.com/jycouet/kitql/commit/f474d6f7b4a1aefefb5eed9dce98bec226ea0310) Thanks [@jycouet](https://github.com/jycouet)! - bump internals
- [#629](https://github.com/jycouet/kitql/pull/629)
[`f474d6f`](https://github.com/jycouet/kitql/commit/f474d6f7b4a1aefefb5eed9dce98bec226ea0310)
Thanks [@jycouet](https://github.com/jycouet)! - bump internals

- Updated dependencies [[`f474d6f`](https://github.com/jycouet/kitql/commit/f474d6f7b4a1aefefb5eed9dce98bec226ea0310)]:
- Updated dependencies
[[`f474d6f`](https://github.com/jycouet/kitql/commit/f474d6f7b4a1aefefb5eed9dce98bec226ea0310)]:
- @kitql/helpers@0.8.9

## 1.6.0
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.0",
"version": "1.7.1",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8f6d861

Please sign in to comment.