Skip to content

Commit

Permalink
📦 RELEASE: new version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 12, 2023
1 parent 85bebdb commit cc183e6
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/ninety-nails-happen.md

This file was deleted.

8 changes: 4 additions & 4 deletions packages/handles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"bob": false,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jycouet/kitql",
"directory": "packages/handles"
},
"type": "git",
"url": "https://github.com/jycouet/kitql",
"directory": "packages/handles"
},
"type": "module",
"scripts": {
"dev": "vite dev",
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.7.1

### Patch Changes

- [#365](https://github.com/jycouet/kitql/pull/365)
[`e67c053`](https://github.com/jycouet/kitql/commit/e67c053b132a8b14169650de973b617bd2f517f9)
Thanks [@jycouet](https://github.com/jycouet)! - new options for colors

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitql/helper",
"version": "0.7.0",
"version": "0.7.1",
"repository": {
"type": "git",
"url": "https://github.com/jycouet/kitql",
Expand Down
8 changes: 8 additions & 0 deletions packages/vite-plugin-watch-and-run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @kitql/vite-plugin-watch-and-run

## 1.2.1

### Patch Changes

- Updated dependencies
[[`e67c053`](https://github.com/jycouet/kitql/commit/e67c053b132a8b14169650de973b617bd2f517f9)]:
- @kitql/helper@0.7.1

## 1.2.0

### 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
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-watch-and-run",
"version": "1.2.0",
"version": "1.2.1",
"description": "vite-plugin that will watch some files and run a package.json script on change",
"repository": {
"type": "git",
Expand Down

0 comments on commit cc183e6

Please sign in to comment.