Skip to content

Commit

Permalink
🔧 v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 30, 2021
1 parent ee6ed7c commit 628a3b5
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.10.0",
"version": "0.10.1",
"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.10.0",
"houdini-preprocess": "^0.10.0",
"houdini": "^0.10.1",
"houdini-preprocess": "^0.10.1",
"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.10.0",
"version": "0.10.1",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/houdini-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "houdini-common",
"version": "0.10.0",
"version": "0.10.1",
"description": "",
"main": "build/cjs/index.js",
"module": "build/esm/index.js",
Expand Down
6 changes: 3 additions & 3 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.10.0",
"version": "0.10.1",
"description": "",
"main": "build/cjs/index.js",
"module": "build/esm/index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
"babylon": "^7.0.0-beta.47",
"estree-walker": "^2.0.2",
"graphql": "15.5.0",
"houdini": "^0.10.0",
"houdini-common": "^0.10.0",
"houdini": "^0.10.1",
"houdini-common": "^0.10.1",
"mkdirp": "^1.0.4",
"prettier": "*",
"prettier-plugin-svelte": "^2.1.1",
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.

4 changes: 2 additions & 2 deletions packages/houdini/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "houdini",
"version": "0.10.0",
"version": "0.10.1",
"description": "The disappearing graphql client for SvelteKit",
"scripts": {
"build:runtime": "npm run build:runtime:cjs && npm run build:runtime:esm",
Expand Down Expand Up @@ -49,7 +49,7 @@
"estree-walker": "^2.0.2",
"glob": "^7.1.6",
"graphql": "^15.5.0",
"houdini-common": "^0.10.0",
"houdini-common": "^0.10.1",
"inquirer": "^7.3.3",
"mkdirp": "^1.0.4",
"node-fetch": "^2.6.1",
Expand Down

0 comments on commit 628a3b5

Please sign in to comment.