Skip to content

Commit

Permalink
📦 v1.2.33 (#1227)
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 Nov 5, 2023
1 parent 1a736fc commit 2652f4b
Show file tree
Hide file tree
Showing 17 changed files with 78 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-bees-do.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.33

### Dependency Changes

- Updated dependencies [[`1a736fc2`](https://github.com/HoudiniGraphql/houdini/commit/1a736fc23aefbfcc7b003d5d1d194ee37c8a8ecb)]:
- [email protected]

## 1.2.32

### 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.32",
"version": "1.2.33",
"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.33

### Dependency Changes

- Updated dependencies [[`1a736fc2`](https://github.com/HoudiniGraphql/houdini/commit/1a736fc23aefbfcc7b003d5d1d194ee37c8a8ecb)]:
- [email protected]

## 1.2.32

### 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.32",
"version": "1.2.33",
"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.33

### Dependency Changes

- Updated dependencies [[`1a736fc2`](https://github.com/HoudiniGraphql/houdini/commit/1a736fc23aefbfcc7b003d5d1d194ee37c8a8ecb)]:
- [email protected]

## 1.2.32

### 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.32",
"version": "1.2.33",
"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.33

## 1.2.32

## 1.2.31
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.32",
"version": "1.2.33",
"description": "A CLI for creating new Houdini projects",
"repository": {
"type": "git",
Expand Down
41 changes: 26 additions & 15 deletions packages/houdini-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# houdini-react

## 1.2.33

### Dependency Changes

- Updated dependencies [[`1a736fc2`](https://github.com/HoudiniGraphql/houdini/commit/1a736fc23aefbfcc7b003d5d1d194ee37c8a8ecb)]:
- [email protected]

## 1.2.32

### Patch Changes
### Dependency Changes

- Updated dependencies [[`ae73932d`](https://github.com/HoudiniGraphql/houdini/commit/ae73932da26e9e960dfeb916536048ab99701e98)]:
- [email protected]
Expand All @@ -16,13 +23,17 @@

## 1.2.28

### Patch Changes
### ✨ Features

- [#1216](https://github.com/HoudiniGraphql/houdini/pull/1216) [`d7fe2be4`](https://github.com/HoudiniGraphql/houdini/commit/d7fe2be4087d7da37d454d0da3071a521f8e84e6) @AlecAivazis - Stabilize react deployments

- [#1216](https://github.com/HoudiniGraphql/houdini/pull/1216) [`d7fe2be4`](https://github.com/HoudiniGraphql/houdini/commit/d7fe2be4087d7da37d454d0da3071a521f8e84e6) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Stabilize react deployments
- [#1176](https://github.com/HoudiniGraphql/houdini/pull/1176) [`a5d6a842`](https://github.com/HoudiniGraphql/houdini/commit/a5d6a8428142e1848bea28dcf88484a5a9aa2660) @AlecAivazis - Added experimental support for componentFields

- [#1176](https://github.com/HoudiniGraphql/houdini/pull/1176) [`a5d6a842`](https://github.com/HoudiniGraphql/houdini/commit/a5d6a8428142e1848bea28dcf88484a5a9aa2660) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Added experimental support for componentFields
### 🐛 Fixes

- [#1216](https://github.com/HoudiniGraphql/houdini/pull/1216) [`d7fe2be4`](https://github.com/HoudiniGraphql/houdini/commit/d7fe2be4087d7da37d454d0da3071a521f8e84e6) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Fix session redirects
- [#1216](https://github.com/HoudiniGraphql/houdini/pull/1216) [`d7fe2be4`](https://github.com/HoudiniGraphql/houdini/commit/d7fe2be4087d7da37d454d0da3071a521f8e84e6) @AlecAivazis - Fix session redirects

### Dependency Changes

- Updated dependencies []:
- [email protected]
Expand All @@ -38,7 +49,7 @@

### 🐛 Fixes

- [#1205](https://github.com/HoudiniGraphql/houdini/pull/1205) [`e05f1c25`](https://github.com/HoudiniGraphql/houdini/commit/e05f1c250edb48722ee45c2a62de72f4a19d3357) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Fix invalid import during dev
- [#1205](https://github.com/HoudiniGraphql/houdini/pull/1205) [`e05f1c25`](https://github.com/HoudiniGraphql/houdini/commit/e05f1c250edb48722ee45c2a62de72f4a19d3357) @AlecAivazis - Fix invalid import during dev

### Dependency Changes

Expand All @@ -49,7 +60,7 @@

### Dependency Changes

- [`0c81de6c`](https://github.com/HoudiniGraphql/houdini/commit/0c81de6ca4a266a646948a09bdc83428379504f3) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Improve integration with vite dev server
- [`0c81de6c`](https://github.com/HoudiniGraphql/houdini/commit/0c81de6ca4a266a646948a09bdc83428379504f3) @AlecAivazis - Improve integration with vite dev server

- Updated dependencies []:
- [email protected]
Expand All @@ -58,7 +69,7 @@

### Dependency Changes

- [`d5559503`](https://github.com/HoudiniGraphql/houdini/commit/d55595038b95ccef3e19860e10af63a014a039fa) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Fix base url in dev mod
- [`d5559503`](https://github.com/HoudiniGraphql/houdini/commit/d55595038b95ccef3e19860e10af63a014a039fa) @AlecAivazis - Fix base url in dev mod

- Updated dependencies []:
- [email protected]
Expand All @@ -67,7 +78,7 @@

### 🐛 Fixes

- [#1196](https://github.com/HoudiniGraphql/houdini/pull/1196) [`e92ea8fd`](https://github.com/HoudiniGraphql/houdini/commit/e92ea8fd7322789fccb124ccd9e1d8bb2149059e) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Fix hot module reloading
- [#1196](https://github.com/HoudiniGraphql/houdini/pull/1196) [`e92ea8fd`](https://github.com/HoudiniGraphql/houdini/commit/e92ea8fd7322789fccb124ccd9e1d8bb2149059e) @AlecAivazis - Fix hot module reloading

### Dependency Changes

Expand All @@ -92,7 +103,7 @@

### 🐛 Fixes

- [#1186](https://github.com/HoudiniGraphql/houdini/pull/1186) [`bcc8b969`](https://github.com/HoudiniGraphql/houdini/commit/bcc8b969df9d26f140be034b2390487328762f74) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Build and dev can both run on a fresh project
- [#1186](https://github.com/HoudiniGraphql/houdini/pull/1186) [`bcc8b969`](https://github.com/HoudiniGraphql/houdini/commit/bcc8b969df9d26f140be034b2390487328762f74) @AlecAivazis - Build and dev can both run on a fresh project

### Dependency Changes

Expand All @@ -110,7 +121,7 @@

### 🐛 Fixes

- [`7f6432a6`](https://github.com/HoudiniGraphql/houdini/commit/7f6432a6be5bd7bb7831f21ebe134698f1e2f072) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Get all packages at same version
- [`7f6432a6`](https://github.com/HoudiniGraphql/houdini/commit/7f6432a6be5bd7bb7831f21ebe134698f1e2f072) @AlecAivazis - Get all packages at same version

### Dependency Changes

Expand All @@ -121,7 +132,7 @@

### 🐛 Fixes

- [`245c8a23`](https://github.com/HoudiniGraphql/houdini/commit/245c8a23ef9cb46609e1f052eabb67a95ee4d3cd) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Fix generated path in fallbacks
- [`245c8a23`](https://github.com/HoudiniGraphql/houdini/commit/245c8a23ef9cb46609e1f052eabb67a95ee4d3cd) @AlecAivazis - Fix generated path in fallbacks

### Dependency Changes

Expand All @@ -132,7 +143,7 @@

### 🐛 Fixes

- [#1179](https://github.com/HoudiniGraphql/houdini/pull/1179) [`20702a9c`](https://github.com/HoudiniGraphql/houdini/commit/20702a9c3bb1cd87a54976dd3b686e4e715df263) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Fix another bug when deploying a fresh installation
- [#1179](https://github.com/HoudiniGraphql/houdini/pull/1179) [`20702a9c`](https://github.com/HoudiniGraphql/houdini/commit/20702a9c3bb1cd87a54976dd3b686e4e715df263) @AlecAivazis - Fix another bug when deploying a fresh installation

### Dependency Changes

Expand All @@ -143,7 +154,7 @@

### 🐛 Fixes

- [#1177](https://github.com/HoudiniGraphql/houdini/pull/1177) [`8831c147`](https://github.com/HoudiniGraphql/houdini/commit/8831c14752920d868bab0f6e7ccbe34c85a3067b) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Fix error preventing succesfull build
- [#1177](https://github.com/HoudiniGraphql/houdini/pull/1177) [`8831c147`](https://github.com/HoudiniGraphql/houdini/commit/8831c14752920d868bab0f6e7ccbe34c85a3067b) @AlecAivazis - Fix error preventing succesfull build

### Dependency Changes

Expand Down Expand Up @@ -281,7 +292,7 @@

### ✨ Features

- [#1044](https://github.com/HoudiniGraphql/houdini/pull/1044) [`987a6f2`](https://github.com/HoudiniGraphql/houdini/commit/987a6f24b3fd453dafdbc03ae2de610a8c4cd257) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Add suspense integration
- [#1044](https://github.com/HoudiniGraphql/houdini/pull/1044) [`987a6f2`](https://github.com/HoudiniGraphql/houdini/commit/987a6f24b3fd453dafdbc03ae2de610a8c4cd257) @AlecAivazis - Add suspense integration

### 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.32",
"version": "1.2.33",
"description": "The React plugin for houdini",
"keywords": [
"typescript",
Expand Down
7 changes: 7 additions & 0 deletions packages/houdini-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# houdini-svelte

## 1.2.33

### Dependency Changes

- Updated dependencies [[`1a736fc2`](https://github.com/HoudiniGraphql/houdini/commit/1a736fc23aefbfcc7b003d5d1d194ee37c8a8ecb)]:
- [email protected]

## 1.2.32

### Patch Changes
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.32",
"version": "1.2.33",
"description": "The svelte plugin for houdini",
"keywords": [
"typescript",
Expand Down
6 changes: 6 additions & 0 deletions packages/houdini/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# houdini

## 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

## 1.2.32

### ✨ Features
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.32",
"version": "1.2.33",
"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.33

### Dependency Changes

- Updated dependencies [[`1a736fc2`](https://github.com/HoudiniGraphql/houdini/commit/1a736fc23aefbfcc7b003d5d1d194ee37c8a8ecb)]:
- [email protected]
- [email protected]

## 1.2.32

### 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.32",
"version": "1.2.33",
"description": "The svelte global store plugin for houdini",
"keywords": [
"typescript",
Expand Down

0 comments on commit 2652f4b

Please sign in to comment.