Skip to content

Commit

Permalink
🔧 v0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 7, 2022
1 parent 22feb97 commit 342845a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-kit",
"private": true,
"version": "0.12.2",
"version": "0.12.3",
"scripts": {
"dev": "concurrently \"yarn web\" \"yarn api\"",
"build": "svelte-kit build",
Expand All @@ -14,8 +14,8 @@
"@sveltejs/kit": "1.0.0-next.107",
"concurrently": "^6.2.1",
"graphql": "15.5.0",
"houdini": "^0.12.1",
"houdini-preprocess": "^0.12.2",
"houdini": "^0.12.3",
"houdini-preprocess": "^0.12.3",
"svelte": "^3.38.2",
"svelte-preprocess": "^4.0.0",
"tslib": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*", "example"],
"version": "0.12.2",
"version": "0.12.3",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
4 changes: 2 additions & 2 deletions packages/houdini-preprocess/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "houdini-preprocess",
"version": "0.12.2",
"version": "0.12.3",
"description": "",
"main": "build/cjs/index.js",
"module": "build/esm/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"babylon": "^7.0.0-beta.47",
"estree-walker": "^2.0.2",
"graphql": "15.5.0",
"houdini": "^0.12.1",
"houdini": "^0.12.3",
"houdini-common": "^0.12.1",
"mkdirp": "^1.0.4",
"prettier": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/houdini/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/houdini/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "houdini",
"version": "0.12.1",
"version": "0.12.3",
"description": "The disappearing graphql client for SvelteKit",
"scripts": {
"build:runtime": "npm run build:runtime:cjs && npm run build:runtime:esm",
Expand Down

0 comments on commit 342845a

Please sign in to comment.