Skip to content

Commit

Permalink
📦 RELEASE: 0.8.0-next.2 (#227)
Browse files Browse the repository at this point in the history
* chore(release): update monorepo packages versions (next)

* 🐛 FIX: pnpm lock

* 📦 RELEASE: new version (next)

* ✨ UPDATE: pnpm

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: jycouet <jycouet@gmail.com>
  • Loading branch information
3 people committed Oct 10, 2022
1 parent e326e66 commit d8931a7
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"changesets": [
"heavy-spiders-breathe",
"late-ligers-do",
"metal-dryers-visit"
"metal-dryers-visit",
"plenty-phones-argue",
"small-pianos-act"
]
}
9 changes: 9 additions & 0 deletions packages/all-in/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @kitql/all-in

## 0.8.0-next.2

### Patch Changes

- [#226](https://github.com/jycouet/kitql/pull/226) [`e326e66`](https://github.com/jycouet/kitql/commit/e326e669b006a4a4dad5223e129dac4cbf9be232) Thanks [@jycouet](https://github.com/jycouet)! - using yoga v3

- Updated dependencies [[`e326e66`](https://github.com/jycouet/kitql/commit/e326e669b006a4a4dad5223e129dac4cbf9be232)]:
- vite-plugin-watch-and-run@1.1.0-next.2

## 0.8.0-next.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/all-in/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitql/all-in",
"version": "0.8.0-next.1",
"version": "0.8.0-next.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -60,7 +60,7 @@
"graphql-scalars": "1.18.0",
"safe-stable-stringify": "^2.4.0",
"ts-node": "^10.9.1",
"vite-plugin-watch-and-run": "1.1.0-next.1"
"vite-plugin-watch-and-run": "1.1.0-next.2"
},
"peerDependencies": {
"graphql": "^15.5.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/vite-plugin-watch-and-run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kitql/vite-plugin-watch-and-run

## 1.1.0-next.2

### Patch Changes

- [#226](https://github.com/jycouet/kitql/pull/226) [`e326e66`](https://github.com/jycouet/kitql/commit/e326e669b006a4a4dad5223e129dac4cbf9be232) Thanks [@jycouet](https://github.com/jycouet)! - bump vite version

## 1.1.0-next.1

### Patch 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.1.0-next.1",
"version": "1.1.0-next.2",
"description": "vite-plugin that will watch some files and run a package.json script on change",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit d8931a7

@vercel
Copy link

@vercel vercel bot commented on d8931a7 Oct 10, 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.dev
kitql-jycouet.vercel.app
www.kitql.dev
kitql.vercel.app
kitql-git-main-jycouet.vercel.app

Please sign in to comment.