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
7 changes: 0 additions & 7 deletions .changeset/gold-berries-cheat.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.1

### Patch Changes

- [#395](https://github.com/jycouet/kitql/pull/395)
[`6a9ee8f`](https://github.com/jycouet/kitql/commit/6a9ee8f272ae3c7bea955fed36765373c18c5856)
Thanks [@jycouet](https://github.com/jycouet)! - update doc link in npm

## 0.1.0

### Patch Changes
Expand Down
7 changes: 5 additions & 2 deletions packages/handles/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "@kitql/handles",
"description": "Some useful handles for SvelteKit",
"keywords": ["svelte", "sveltekit"],
"version": "0.1.0",
"keywords": [
"svelte",
"sveltekit"
],
"version": "0.1.1",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
11 changes: 10 additions & 1 deletion packages/helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# @kitql/helper

## 0.8.1

### Patch Changes

- [#395](https://github.com/jycouet/kitql/pull/395)
[`6a9ee8f`](https://github.com/jycouet/kitql/commit/6a9ee8f272ae3c7bea955fed36765373c18c5856)
Thanks [@jycouet](https://github.com/jycouet)! - update doc link in npm

## 0.8.0

### Patch Changes

- [#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.
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)
Expand Down
11 changes: 9 additions & 2 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"name": "@kitql/helpers",
"description": "Some useful helpers",
"keywords": ["svelte", "terminal", "styles", "color", "ansi", "log"],
"version": "0.8.0",
"keywords": [
"svelte",
"terminal",
"styles",
"color",
"ansi",
"log"
],
"version": "0.8.1",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/vite-plugin-watch-and-run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @kitql/vite-plugin-watch-and-run

## 1.3.1

### Patch Changes

- [#395](https://github.com/jycouet/kitql/pull/395)
[`6a9ee8f`](https://github.com/jycouet/kitql/commit/6a9ee8f272ae3c7bea955fed36765373c18c5856)
Thanks [@jycouet](https://github.com/jycouet)! - update doc link in npm

- Updated dependencies
[[`6a9ee8f`](https://github.com/jycouet/kitql/commit/6a9ee8f272ae3c7bea955fed36765373c18c5856)]:
- @kitql/helpers@0.8.1

## 1.3.0

### Minor Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/vite-plugin-watch-and-run/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "vite-plugin-watch-and-run",
"description": "vite-plugin that will watch some files and run a package.json script on change",
"keywords": ["vite"],
"version": "1.3.0",
"keywords": [
"vite"
],
"version": "1.3.1",
"license": "MIT",
"type": "module",
"repository": {
Expand Down