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
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
"vite-plugin-watch-and-run": "1.2.1",
"website": "1.1.2"
},
"changesets": []
"changesets": [
"polite-walls-film"
]
}
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-exp.0

### Minor Changes

- [#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.0.3

### 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.0.3",
"version": "0.1.0-exp.0",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/helper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @kitql/helper

## 0.8.0-exp.0

### Minor Changes

- [#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.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/helper/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kitql/helper",
"description": "Some useful helpers",
"version": "0.7.1",
"version": "0.8.0-exp.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-exp.0

### Minor Changes

- [#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

### Patch Changes

- Updated dependencies
[[`2bc230a`](https://github.com/jycouet/kitql/commit/2bc230ab57566ab480fd1d945197f4ca86f091b0)]:
- @kitql/helper@0.8.0-exp.0

## 1.2.1

### Patch Changes
Expand Down
26 changes: 13 additions & 13 deletions packages/vite-plugin-watch-and-run/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "vite-plugin-watch-and-run",
"description": "vite-plugin that will watch some files and run a package.json script on change",
"version": "1.2.1",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/jycouet/kitql",
"directory": "packages/vite-plugin-watch-and-run",
"homepage": "https://github.com/jycouet/kitql/tree/main/packages/vite-plugin-watch-and-run#readme"
},
"description": "vite-plugin that will watch some files and run a package.json script on change",
"version": "1.3.0-exp.0",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/jycouet/kitql",
"directory": "packages/vite-plugin-watch-and-run",
"homepage": "https://github.com/jycouet/kitql/tree/main/packages/vite-plugin-watch-and-run#readme"
},
"scripts": {
"prepare": "svelte-kit sync",
"dev": "vite dev",
Expand Down Expand Up @@ -48,9 +48,9 @@
"vitest": "0.32.2"
},
"dependencies": {
"@kitql/helper": "workspace:*",
"micromatch": "4.0.5"
},
"@kitql/helper": "workspace:*",
"micromatch": "4.0.5"
},
"sideEffects": false,
"publishConfig": {
"directory": "dist",
Expand Down