Skip to content

Commit

Permalink
📦 v1.2.36 (#1251)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alec Aivazis <[email protected]>
  • Loading branch information
3 people committed Jan 12, 2024
1 parent ffa2b2a commit c08c598
Show file tree
Hide file tree
Showing 17 changed files with 65 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/three-comics-greet.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/adapter-auto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# houdini-adapter-auto

## 1.2.36

### Dependency Changes

- Updated dependencies [[`ffa2b2a6`](https://github.com/HoudiniGraphql/houdini/commit/ffa2b2a6af6c06281923e14bd3d53bf54ec33792)]:
- [email protected]

## 1.2.35

### Dependency Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-auto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "houdini-adapter-auto",
"version": "1.2.35",
"version": "1.2.36",
"description": "An adapter for deploying your Houdini application according to the build environment ",
"keywords": [
"houdini",
Expand Down
7 changes: 7 additions & 0 deletions packages/adapter-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# houdini-adapter-cloudflare

## 1.2.36

### Dependency Changes

- Updated dependencies [[`ffa2b2a6`](https://github.com/HoudiniGraphql/houdini/commit/ffa2b2a6af6c06281923e14bd3d53bf54ec33792)]:
- [email protected]

## 1.2.35

### Dependency Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "houdini-adapter-cloudflare",
"version": "1.2.35",
"version": "1.2.36",
"description": "The adapter for deploying your Houdini application to Cloudflare Pages",
"keywords": [
"houdini",
Expand Down
7 changes: 7 additions & 0 deletions packages/adapter-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# houdini-adapter-node

## 1.2.36

### Dependency Changes

- Updated dependencies [[`ffa2b2a6`](https://github.com/HoudiniGraphql/houdini/commit/ffa2b2a6af6c06281923e14bd3d53bf54ec33792)]:
- [email protected]

## 1.2.35

### Dependency Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "houdini-adapter-node",
"version": "1.2.35",
"version": "1.2.36",
"description": "The adapter for deploying your Houdini application as a standalone node server",
"keywords": [
"houdini",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-houdini/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# create-houdini

## 1.2.36

## 1.2.35

## 1.2.34
Expand Down
2 changes: 1 addition & 1 deletion packages/create-houdini/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-houdini",
"version": "1.2.35",
"version": "1.2.36",
"description": "A CLI for creating new Houdini projects",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/houdini-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# houdini-react

## 1.2.36

### Dependency Changes

- Updated dependencies [[`ffa2b2a6`](https://github.com/HoudiniGraphql/houdini/commit/ffa2b2a6af6c06281923e14bd3d53bf54ec33792)]:
- [email protected]

## 1.2.35

### Dependency Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/houdini-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "houdini-react",
"version": "1.2.35",
"version": "1.2.36",
"description": "The React plugin for houdini",
"keywords": [
"typescript",
Expand Down
9 changes: 9 additions & 0 deletions packages/houdini-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# houdini-svelte

## 1.2.36

### Dependency Changes

- Updated dependencies [[`ffa2b2a6`](https://github.com/HoudiniGraphql/houdini/commit/ffa2b2a6af6c06281923e14bd3d53bf54ec33792)]:
- [email protected]

## 1.2.35

### Dependency Changes

- Updated dependencies [[`c86501ae`](https://github.com/HoudiniGraphql/houdini/commit/c86501ae87b8d2a64946711ba842459d941eccf9)]:
- [email protected]

Expand Down
2 changes: 1 addition & 1 deletion packages/houdini-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "houdini-svelte",
"version": "1.2.35",
"version": "1.2.36",
"description": "The svelte plugin for houdini",
"keywords": [
"typescript",
Expand Down
14 changes: 10 additions & 4 deletions packages/houdini/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,30 @@
# houdini

## 1.2.36

### ✨ Features

- [#1249](https://github.com/HoudiniGraphql/houdini/pull/1249) [`ffa2b2a6`](https://github.com/HoudiniGraphql/houdini/commit/ffa2b2a6af6c06281923e14bd3d53bf54ec33792) @llJochemll - Optimize cache subscriptions

## 1.2.35

### Patch Changes
### 🐛 Fixes

- [#1244](https://github.com/HoudiniGraphql/houdini/pull/1244) [`c86501ae`](https://github.com/HoudiniGraphql/houdini/commit/c86501ae87b8d2a64946711ba842459d941eccf9) Thanks [@SeppahBaws](https://github.com/SeppahBaws)! - Fix nested fragment fields getting masked out when using fragment arguments
- [#1244](https://github.com/HoudiniGraphql/houdini/pull/1244) [`c86501ae`](https://github.com/HoudiniGraphql/houdini/commit/c86501ae87b8d2a64946711ba842459d941eccf9) @SeppahBaws - Fix nested fragment fields getting masked out when using fragment arguments

## 1.2.34

## 1.2.33

### 🐛 Fixes

- [#1226](https://github.com/HoudiniGraphql/houdini/pull/1226) [`1a736fc2`](https://github.com/HoudiniGraphql/houdini/commit/1a736fc23aefbfcc7b003d5d1d194ee37c8a8ecb) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Fix bug causing inifinite loops in vite dev server
- [#1226](https://github.com/HoudiniGraphql/houdini/pull/1226) [`1a736fc2`](https://github.com/HoudiniGraphql/houdini/commit/1a736fc23aefbfcc7b003d5d1d194ee37c8a8ecb) @AlecAivazis - Fix bug causing inifinite loops in vite dev server

## 1.2.32

### ✨ Features

- [#1223](https://github.com/HoudiniGraphql/houdini/pull/1223) [`ae73932d`](https://github.com/HoudiniGraphql/houdini/commit/ae73932da26e9e960dfeb916536048ab99701e98) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Plugin runtimes are now generated before documents are collected
- [#1223](https://github.com/HoudiniGraphql/houdini/pull/1223) [`ae73932d`](https://github.com/HoudiniGraphql/houdini/commit/ae73932da26e9e960dfeb916536048ab99701e98) @AlecAivazis - Plugin runtimes are now generated before documents are collected

## 1.2.31

Expand Down
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": "1.2.35",
"version": "1.2.36",
"description": "The disappearing GraphQL clients",
"keywords": [
"typescript",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-svelte-global-stores/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# houdini-plugin-svelte-global-stores

## 1.2.36

### Dependency Changes

- Updated dependencies [[`ffa2b2a6`](https://github.com/HoudiniGraphql/houdini/commit/ffa2b2a6af6c06281923e14bd3d53bf54ec33792)]:
- [email protected]
- [email protected]

## 1.2.35

### Dependency Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-svelte-global-stores/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "houdini-plugin-svelte-global-stores",
"version": "1.2.35",
"version": "1.2.36",
"description": "The svelte global store plugin for houdini",
"keywords": [
"typescript",
Expand Down

0 comments on commit c08c598

Please sign in to comment.