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
5 changes: 0 additions & 5 deletions .changeset/gentle-ravens-look.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/polite-walls-film.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-files-begin.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/yellow-lies-compare.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/handles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @kitql/handles

## 0.1.0

### Patch Changes

- [#384](https://github.com/jycouet/kitql/pull/384)
[`e6ae461`](https://github.com/jycouet/kitql/commit/e6ae4610268c403c0526ec73bd91961f8dd819ea)
Thanks [@jycouet](https://github.com/jycouet)! - export default

## 0.1.0-exp.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/handles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kitql/handles",
"description": "Some useful handles for SvelteKit",
"version": "0.1.0-exp.1",
"version": "0.1.0",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
12 changes: 8 additions & 4 deletions packages/helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# @kitql/helper

## 0.8.0-exp.2
## 0.8.0

### Patch Changes

- [#386](https://github.com/jycouet/kitql/pull/386)
[`2cd7b4d`](https://github.com/jycouet/kitql/commit/2cd7b4d97694035974cfdb838138339fccc1daf3)
Thanks [@jycouet](https://github.com/jycouet)! - Remove colors from browser in production
- [#365](https://github.com/jycouet/kitql/pull/365)
[`e67c053`](https://github.com/jycouet/kitql/commit/e67c053b132a8b14169650de973b617bd2f517f9)
Thanks [@jycouet](https://github.com/jycouet)! - [BREAKING] `logGreen` has been renamed to `green`... & Big opti of size for browser.

- [#374](https://github.com/jycouet/kitql/pull/374)
[`2bc230a`](https://github.com/jycouet/kitql/commit/2bc230ab57566ab480fd1d945197f4ca86f091b0)
Thanks [@jycouet](https://github.com/jycouet)! - new way to release & internal refacto

## 0.8.0-exp.1

Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kitql/helpers",
"description": "Some useful helpers",
"version": "0.8.0-exp.2",
"version": "0.8.0",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/vite-plugin-watch-and-run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @kitql/vite-plugin-watch-and-run

## 1.3.0

### Minor Changes

- [#382](https://github.com/jycouet/kitql/pull/382)
[`55a08b1`](https://github.com/jycouet/kitql/commit/55a08b1d9010f425c44568ec06939e7a0db220fa)
Thanks [@jycouet](https://github.com/jycouet)! - add viteDevServer in run() args

- Updated dependencies
[[`2cd7b4d`](https://github.com/jycouet/kitql/commit/2cd7b4d97694035974cfdb838138339fccc1daf3),
[`2bc230a`](https://github.com/jycouet/kitql/commit/2bc230ab57566ab480fd1d945197f4ca86f091b0),
[`e6ae461`](https://github.com/jycouet/kitql/commit/e6ae4610268c403c0526ec73bd91961f8dd819ea)]:
- @kitql/helpers@0.8.0

## 1.3.0-exp.3

### 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
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-watch-and-run",
"description": "vite-plugin that will watch some files and run a package.json script on change",
"version": "1.3.0-exp.3",
"version": "1.3.0",
"license": "MIT",
"type": "module",
"repository": {
Expand Down