Skip to content

Commit

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

* 🚧 NEW: lock

* .

---------

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 Dec 31, 2023
1 parent eb4b39d commit d475cfb
Show file tree
Hide file tree
Showing 28 changed files with 136 additions and 94 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-hats-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-eagles-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-dolphins-heal.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/modern-rings-dream.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-paws-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-singers-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-pots-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-socks-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-oranges-reply.md

This file was deleted.

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

## 0.1.2

### Patch Changes

- [#574](https://github.com/jycouet/kitql/pull/574)
[`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf)
Thanks [@jycouet](https://github.com/jycouet)! - using vite 5 for templates

- Updated dependencies
[[`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf),
[`2aaacce`](https://github.com/jycouet/kitql/commit/2aaacce3fc4ce0792ac8850b84d99c133d3a5997)]:
- @kitql/helpers@0.8.8

## 0.1.2-next.1

### Patch Changes
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.2-next.1",
"version": "0.1.2",
"license": "MIT",
"type": "module",
"repository": {
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"@kitql/helpers": "0.8.8-next.1",
"@kitql/helpers": "0.8.8",
"commander": "^11.1.0"
},
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/create-kitql/templates/kit-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite-plugin-kit-routes": "0.3.0-next.1",
"vite-plugin-kit-routes": "0.3.0",
"vitest": "^1.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/create-kitql/templates/sveltekit-remult/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite-plugin-kit-routes": "0.3.0-next.1",
"vite-plugin-striper": "0.2.0-next.2",
"vite-plugin-kit-routes": "0.3.0",
"vite-plugin-striper": "0.2.0",
"vitest": "^1.0.0"
}
}
19 changes: 19 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# eslint-config-kitql

## 0.1.0

### Minor Changes

- [#568](https://github.com/jycouet/kitql/pull/568)
[`2aaacce`](https://github.com/jycouet/kitql/commit/2aaacce3fc4ce0792ac8850b84d99c133d3a5997)
Thanks [@jycouet](https://github.com/jycouet)! - bump to an actual working state

### Patch Changes

- [#574](https://github.com/jycouet/kitql/pull/574)
[`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf)
Thanks [@jycouet](https://github.com/jycouet)! - tweak rules to have better default

- Updated dependencies
[[`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf),
[`2aaacce`](https://github.com/jycouet/kitql/commit/2aaacce3fc4ce0792ac8850b84d99c133d3a5997)]:
- @kitql/helpers@0.8.8

## 0.1.0-next.1

### 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.1.0-next.1",
"version": "0.1.0",
"license": "MIT",
"type": "module",
"repository": {
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@graphql-eslint/eslint-plugin": "3.20.1",
"@kitql/helpers": "0.8.8-next.1",
"@kitql/helpers": "0.8.8",
"@theguild/eslint-config": "^0.11.1",
"@theguild/prettier-config": "2.0.2",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @kitql/helpers

## 0.8.8

### Patch Changes

- [#574](https://github.com/jycouet/kitql/pull/574)
[`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf)
Thanks [@jycouet](https://github.com/jycouet)! - enable spread args to log functions info,
success, error. Add infoO and successO for options.

- [#568](https://github.com/jycouet/kitql/pull/568)
[`2aaacce`](https://github.com/jycouet/kitql/commit/2aaacce3fc4ce0792ac8850b84d99c133d3a5997)
Thanks [@jycouet](https://github.com/jycouet)! - toolName default design update node & browser

## 0.8.8-next.1

### 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.8-next.1",
"version": "0.8.8",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/src/lib/sleep.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('kitql - helper - sleep', () => {
await sleep(0)
const timestamp = new Date().getTime() - start.getTime()
console.info(`timestamp No time`, timestamp)
expect(timestamp).toBeLessThan(5)
expect(timestamp).toBeLessThan(7)
})

it('1000 ms', async () => {
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.9.4

### Patch Changes

- Updated dependencies
[[`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf),
[`2aaacce`](https://github.com/jycouet/kitql/commit/2aaacce3fc4ce0792ac8850b84d99c133d3a5997)]:
- @kitql/helpers@0.8.8

## 0.9.4-next.1

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

## 0.3.0

### Minor Changes

- [#585](https://github.com/jycouet/kitql/pull/585)
[`b9fc188`](https://github.com/jycouet/kitql/commit/b9fc188ae64072983276cfbb6449f90014e85674)
Thanks [@fehnomenal](https://github.com/fehnomenal)! - support array search parameters

- [#574](https://github.com/jycouet/kitql/pull/574)
[`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf)
Thanks [@jycouet](https://github.com/jycouet)! - bump to vite 5

### Patch Changes

- Updated dependencies
[[`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf),
[`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf),
[`2aaacce`](https://github.com/jycouet/kitql/commit/2aaacce3fc4ce0792ac8850b84d99c133d3a5997)]:
- @kitql/helpers@0.8.8
- [email protected]
- @kitql/internals@0.9.4

## 0.3.0-next.1

### Minor 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.3.0-next.1",
"version": "0.3.0",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
27 changes: 27 additions & 0 deletions packages/vite-plugin-striper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# vite-plugin-striper

## 0.2.0

### Minor Changes

- [#574](https://github.com/jycouet/kitql/pull/574)
[`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf)
Thanks [@jycouet](https://github.com/jycouet)! - bump to vite 5

### Patch Changes

- [#572](https://github.com/jycouet/kitql/pull/572)
[`249e563`](https://github.com/jycouet/kitql/commit/249e563b7c7f14062cb6d26ca9182e7acd2e7343)
Thanks [@jycouet](https://github.com/jycouet)! - remove browser package, update strategy to
replace to const

- [#570](https://github.com/jycouet/kitql/pull/570)
[`d701a57`](https://github.com/jycouet/kitql/commit/d701a576f69204e5c982a1bc4c994e088b2f2cee)
Thanks [@jycouet](https://github.com/jycouet)! - feat: remove some packages for the browser build

- Updated dependencies
[[`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf),
[`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf),
[`2aaacce`](https://github.com/jycouet/kitql/commit/2aaacce3fc4ce0792ac8850b84d99c133d3a5997)]:
- @kitql/helpers@0.8.8
- [email protected]
- @kitql/internals@0.9.4

## 0.2.0-next.2

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-striper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": [
"vite"
],
"version": "0.2.0-next.2",
"version": "0.2.0",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/vite-plugin-watch-and-run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @kitql/vite-plugin-watch-and-run

## 1.6.0

### Minor Changes

- [#574](https://github.com/jycouet/kitql/pull/574)
[`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf)
Thanks [@jycouet](https://github.com/jycouet)! - bump to vite 5

### Patch Changes

- Updated dependencies
[[`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf),
[`2aaacce`](https://github.com/jycouet/kitql/commit/2aaacce3fc4ce0792ac8850b84d99c133d3a5997)]:
- @kitql/helpers@0.8.8

## 1.6.0-next.1

### Minor 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.6.0-next.1",
"version": "1.6.0",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
10 changes: 5 additions & 5 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 d475cfb

Please sign in to comment.