houdini-svelte 0.17.0-next.0 → 0.17.0-next.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # houdini-svelte
2
2
 
3
+ ## 0.17.0-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`addda88`](https://github.com/HoudiniGraphql/houdini/commit/addda88d164359b185088315f9498be818e7f042)]:
8
+ - houdini@0.17.0-next.2
9
+
10
+ ## 0.17.0-next.1
11
+
12
+ ### Patch Changes
13
+
14
+ - [#614](https://github.com/HoudiniGraphql/houdini/pull/614) [`123de70`](https://github.com/HoudiniGraphql/houdini/commit/123de70dd44c38032b75d87254cd30a66602e86a) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Make scripts a dev dep
15
+
16
+ - Updated dependencies []:
17
+ - houdini@0.17.0-next.1
18
+
3
19
  ## 0.17.0-next.0
4
20
 
5
21
  ### ⚠️ Breaking Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "houdini-svelte",
3
- "version": "0.17.0-next.0",
3
+ "version": "0.17.0-next.2",
4
4
  "description": "The svelte plugin for houdini",
5
5
  "type": "module",
6
6
  "dependencies": {
@@ -9,14 +9,14 @@
9
9
  "ast-types": "^0.15.1",
10
10
  "estree-walker": "^3.0.1",
11
11
  "graphql": "^16.6.0",
12
- "houdini": "^0.17.0-next.0",
13
- "scripts": "^1.0.0",
12
+ "houdini": "^0.17.0-next.2",
14
13
  "minimatch": "^5.1.0",
15
14
  "recast": "^0.21.5",
16
15
  "svelte": "^3.52.0"
17
16
  },
18
17
  "devDependencies": {
19
18
  "@types/minimatch": "^5.1.2",
19
+ "scripts": "^1.0.0",
20
20
  "vitest": "^0.23.4"
21
21
  },
22
22
  "peerDependencies": {