Skip to content

Commit

Permalink
📦 RELEASE: new version (#827)
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 Jan 9, 2025
1 parent 87bfa17 commit a8f04dc
Show file tree
Hide file tree
Showing 16 changed files with 75 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/perfect-lizards-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-pianos-compete.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# eslint-config-kitql

## 0.5.1

### Patch Changes

- Updated dependencies
[[`4e157a5`](https://github.com/jycouet/kitql/commit/4e157a5b4fc057054b5c014d022839f99a59a311),
[`13cc0c6`](https://github.com/jycouet/kitql/commit/13cc0c609ade1aa6e094bb98c666e8ee6ae894bb)]:
- @kitql/helpers@0.8.11

## 0.5.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.5.0",
"version": "0.5.1",
"type": "module",
"description": "opinionated linting and formatting for projects",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/handles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @kitql/handles

## 0.2.3

### Patch Changes

- Updated dependencies
[[`4e157a5`](https://github.com/jycouet/kitql/commit/4e157a5b4fc057054b5c014d022839f99a59a311),
[`13cc0c6`](https://github.com/jycouet/kitql/commit/13cc0c609ade1aa6e094bb98c666e8ee6ae894bb)]:
- @kitql/helpers@0.8.11

## 0.2.1-next.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/handles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"svelte",
"sveltekit"
],
"version": "0.2.2",
"version": "0.2.3",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @kitql/helpers

## 0.8.11

### Patch Changes

- [`4e157a5`](https://github.com/jycouet/kitql/commit/4e157a5b4fc057054b5c014d022839f99a59a311)
Thanks [@jycouet](https://github.com/jycouet)! - add dateCompact format

- [`13cc0c6`](https://github.com/jycouet/kitql/commit/13cc0c609ade1aa6e094bb98c666e8ee6ae894bb)
Thanks [@jycouet](https://github.com/jycouet)! - add str manipulation (strTrimMid)

## 0.8.10

### 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.10",
"version": "0.8.11",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/internals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @kitql/internals

## 0.10.1

### Patch Changes

- Updated dependencies
[[`4e157a5`](https://github.com/jycouet/kitql/commit/4e157a5b4fc057054b5c014d022839f99a59a311),
[`13cc0c6`](https://github.com/jycouet/kitql/commit/13cc0c609ade1aa6e094bb98c666e8ee6ae894bb)]:
- @kitql/helpers@0.8.11

## 0.10.0-next.1

### Minor 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.10.0",
"version": "0.10.1",
"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.7.5

### Patch Changes

- Updated dependencies
[[`4e157a5`](https://github.com/jycouet/kitql/commit/4e157a5b4fc057054b5c014d022839f99a59a311),
[`13cc0c6`](https://github.com/jycouet/kitql/commit/13cc0c609ade1aa6e094bb98c666e8ee6ae894bb)]:
- @kitql/helpers@0.8.11
- @kitql/internals@0.10.1
- [email protected]

## 0.7.4

### 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.7.4",
"version": "0.7.5",
"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.6.2

### Patch Changes

- Updated dependencies
[[`4e157a5`](https://github.com/jycouet/kitql/commit/4e157a5b4fc057054b5c014d022839f99a59a311),
[`13cc0c6`](https://github.com/jycouet/kitql/commit/13cc0c609ade1aa6e094bb98c666e8ee6ae894bb)]:
- @kitql/helpers@0.8.11
- @kitql/internals@0.10.1
- [email protected]

## 0.6.1

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

## 1.7.3

### Patch Changes

- Updated dependencies
[[`4e157a5`](https://github.com/jycouet/kitql/commit/4e157a5b4fc057054b5c014d022839f99a59a311),
[`13cc0c6`](https://github.com/jycouet/kitql/commit/13cc0c609ade1aa6e094bb98c666e8ee6ae894bb)]:
- @kitql/[email protected]

## 1.7.2

### 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.2",
"version": "1.7.3",
"license": "MIT",
"type": "module",
"repository": {
Expand Down

0 comments on commit a8f04dc

Please sign in to comment.