Skip to content

Commit

Permalink
📦 RELEASE: @kitql/helper@0.5.0 (#212)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Sep 1, 2022
1 parent 62e6a61 commit a64a624
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-frogs-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-kangaroos-jump.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/all-in/CHANGELOG.md
@@ -1,5 +1,13 @@
# @kitql/all-in

## 0.7.10

### Patch Changes

- Updated dependencies []:
- @kitql/module-codegen@0.3.12
- vite-plugin-watch-and-run@1.0.3

## 0.7.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/all-in/package.json
@@ -1,6 +1,6 @@
{
"name": "@kitql/all-in",
"version": "0.7.9",
"version": "0.7.10",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,10 +50,10 @@
"@graphql-eslint/eslint-plugin": "3.10.6",
"@graphql-typed-document-node/core": "3.1.1",
"@graphql-yoga/common": "2.12.3",
"@kitql/module-codegen": "0.3.11",
"@kitql/module-codegen": "0.3.12",
"graphql-modules": "2.1.0",
"graphql-scalars": "1.17.0",
"vite-plugin-watch-and-run": "1.0.2"
"vite-plugin-watch-and-run": "1.0.3"
},
"peerDependencies": {
"graphql": "^15.0.0 || ^16.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/helper/CHANGELOG.md
@@ -1,5 +1,15 @@
# @kitql/helper

## 0.5.0

### Minor Changes

- [#211](https://github.com/jycouet/kitql/pull/211) [`62e6a61`](https://github.com/jycouet/kitql/commit/62e6a6120f4e08ff9fc1e1a473021ee98831b86f) Thanks [@jycouet](https://github.com/jycouet)! - stylish logs in node or in browser

### Patch Changes

- [#211](https://github.com/jycouet/kitql/pull/211) [`62e6a61`](https://github.com/jycouet/kitql/commit/62e6a6120f4e08ff9fc1e1a473021ee98831b86f) Thanks [@jycouet](https://github.com/jycouet)! - magneta => #ff00ff

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/helper/package.json
@@ -1,6 +1,6 @@
{
"name": "@kitql/helper",
"version": "0.4.0",
"version": "0.5.0",
"repository": {
"type": "git",
"url": "https://github.com/jycouet/kitql",
Expand Down
7 changes: 7 additions & 0 deletions packages/module-codegen/CHANGELOG.md
@@ -1,5 +1,12 @@
# @kitql/module-codegen

## 0.3.12

### Patch Changes

- Updated dependencies [[`62e6a61`](https://github.com/jycouet/kitql/commit/62e6a6120f4e08ff9fc1e1a473021ee98831b86f), [`62e6a61`](https://github.com/jycouet/kitql/commit/62e6a6120f4e08ff9fc1e1a473021ee98831b86f)]:
- @kitql/helper@0.5.0

## 0.3.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/module-codegen/package.json
@@ -1,6 +1,6 @@
{
"name": "@kitql/module-codegen",
"version": "0.3.11",
"version": "0.3.12",
"description": "KitQL module-codegen",
"repository": {
"type": "git",
Expand All @@ -19,7 +19,7 @@
"tslib": "2.4.0"
},
"dependencies": {
"@kitql/helper": "0.4.0",
"@kitql/helper": "0.5.0",
"glob": "^8.0.3",
"yaml": "2.1.1"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/vite-plugin-watch-and-run/CHANGELOG.md
@@ -1,5 +1,12 @@
# @kitql/vite-plugin-watch-and-run

## 1.0.3

### Patch Changes

- Updated dependencies [[`62e6a61`](https://github.com/jycouet/kitql/commit/62e6a6120f4e08ff9fc1e1a473021ee98831b86f), [`62e6a61`](https://github.com/jycouet/kitql/commit/62e6a6120f4e08ff9fc1e1a473021ee98831b86f)]:
- @kitql/helper@0.5.0

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vite-plugin-watch-and-run/package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-watch-and-run",
"version": "1.0.2",
"version": "1.0.3",
"description": "vite-plugin that will watch some files and run a package.json script on change",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
"tslib": "2.4.0"
},
"dependencies": {
"@kitql/helper": "0.4.0",
"@kitql/helper": "0.5.0",
"micromatch": "4.0.5"
},
"main": "dist/index.js",
Expand Down

1 comment on commit a64a624

@vercel
Copy link

@vercel vercel bot commented on a64a624 Sep 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kitql – ./

kitql-git-main-jycouet.vercel.app
kitql.vercel.app
www.kitql.dev
kitql-jycouet.vercel.app
kitql.dev

Please sign in to comment.