Skip to content

Commit

Permalink
🔧 v0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 28, 2021
1 parent 8a9e6ef commit 74e0f69
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.9.10",
"version": "0.9.11",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
Expand All @@ -12,8 +12,8 @@
"devDependencies": {
"@sveltejs/kit": "1.0.0-next.107",
"graphql": "15.5.0",
"houdini": "^0.9.10",
"houdini-preprocess": "^0.9.10",
"houdini": "^0.9.11",
"houdini-preprocess": "^0.9.11",
"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,5 +1,5 @@
{
"packages": ["packages/*", "example"],
"version": "0.9.10",
"version": "0.9.11",
"npmClient": "yarn"
}
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.9.10",
"version": "0.9.11",
"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.9.10",
"houdini": "^0.9.11",
"houdini-common": "^0.9.0",
"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.9.10",
"version": "0.9.11",
"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 74e0f69

Please sign in to comment.