Skip to content

Commit

Permalink
📦 v1.2.45 (#1283)
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 Mar 11, 2024
1 parent d69d172 commit 21fca39
Show file tree
Hide file tree
Showing 19 changed files with 72 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-dingos-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-stingrays-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-experts-rest.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.45

### Patch Changes

- Updated dependencies [[`7f426d94`](https://github.com/HoudiniGraphql/houdini/commit/7f426d94bc13d061c39e19310f6e5de48ea4e219)]:
- [email protected]

## 1.2.44

### 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.44",
"version": "1.2.45",
"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.45

### Patch Changes

- Updated dependencies [[`7f426d94`](https://github.com/HoudiniGraphql/houdini/commit/7f426d94bc13d061c39e19310f6e5de48ea4e219)]:
- [email protected]

## 1.2.44

### 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.44",
"version": "1.2.45",
"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.45

### Patch Changes

- Updated dependencies [[`7f426d94`](https://github.com/HoudiniGraphql/houdini/commit/7f426d94bc13d061c39e19310f6e5de48ea4e219)]:
- [email protected]

## 1.2.44

### 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.44",
"version": "1.2.45",
"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.45

## 1.2.44

## 1.2.43
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.44",
"version": "1.2.45",
"description": "A CLI for creating new Houdini projects",
"repository": {
"type": "git",
Expand Down
25 changes: 20 additions & 5 deletions packages/houdini-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# houdini-react

## 1.2.45

### ✨ Features

- [#1284](https://github.com/HoudiniGraphql/houdini/pull/1284) [`d69d1725`](https://github.com/HoudiniGraphql/houdini/commit/d69d172560c05947a44c548741cc29d6a22e0416) @AlecAivazis - Add useRoute prop for typesafe route parameters

### 🐛 Fixes

- [#1282](https://github.com/HoudiniGraphql/houdini/pull/1282) [`250ff786`](https://github.com/HoudiniGraphql/houdini/commit/250ff7868e3fae562ec077ffd740b7d9a901bf53) @AlecAivazis - Fix bug marshaling/unmarshaling scalars over network

### Dependency Changes

- Updated dependencies [[`7f426d94`](https://github.com/HoudiniGraphql/houdini/commit/7f426d94bc13d061c39e19310f6e5de48ea4e219)]:
- [email protected]

## 1.2.44

### ✨ Features
Expand All @@ -22,9 +37,9 @@

### Patch Changes

- [#1275](https://github.com/HoudiniGraphql/houdini/pull/1275) [`b8110193`](https://github.com/HoudiniGraphql/houdini/commit/b8110193136eb6a552c534f6b4fdd68f7d57c329) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Always generate route component types even if the file hasn't been saved yet
- [#1275](https://github.com/HoudiniGraphql/houdini/pull/1275) [`b8110193`](https://github.com/HoudiniGraphql/houdini/commit/b8110193136eb6a552c534f6b4fdd68f7d57c329) @AlecAivazis - Always generate route component types even if the file hasn't been saved yet

- [#1275](https://github.com/HoudiniGraphql/houdini/pull/1275) [`b8110193`](https://github.com/HoudiniGraphql/houdini/commit/b8110193136eb6a552c534f6b4fdd68f7d57c329) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Fix corruption of image files on deployment
- [#1275](https://github.com/HoudiniGraphql/houdini/pull/1275) [`b8110193`](https://github.com/HoudiniGraphql/houdini/commit/b8110193136eb6a552c534f6b4fdd68f7d57c329) @AlecAivazis - Fix corruption of image files on deployment

- Updated dependencies []:
- [email protected]
Expand All @@ -33,7 +48,7 @@

### Patch Changes

- [#1272](https://github.com/HoudiniGraphql/houdini/pull/1272) [`45a35bd5`](https://github.com/HoudiniGraphql/houdini/commit/45a35bd543316dc9209bfea28e9e514c2344612d) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Fixed issue prevent logins when deployed on cloudflare
- [#1272](https://github.com/HoudiniGraphql/houdini/pull/1272) [`45a35bd5`](https://github.com/HoudiniGraphql/houdini/commit/45a35bd543316dc9209bfea28e9e514c2344612d) @AlecAivazis - Fixed issue prevent logins when deployed on cloudflare

- Updated dependencies []:
- [email protected]
Expand All @@ -42,7 +57,7 @@

### Patch Changes

- [#1269](https://github.com/HoudiniGraphql/houdini/pull/1269) [`fe0ee152`](https://github.com/HoudiniGraphql/houdini/commit/fe0ee1522110609676d98507ca49bd6354c9cded) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Queries now throw errors when they are encountered in an API response
- [#1269](https://github.com/HoudiniGraphql/houdini/pull/1269) [`fe0ee152`](https://github.com/HoudiniGraphql/houdini/commit/fe0ee1522110609676d98507ca49bd6354c9cded) @AlecAivazis - Queries now throw errors when they are encountered in an API response

- Updated dependencies []:
- [email protected]
Expand Down Expand Up @@ -86,7 +101,7 @@

### 🐛 Fixes

- [#1236](https://github.com/HoudiniGraphql/houdini/pull/1236) [`1ff715bd`](https://github.com/HoudiniGraphql/houdini/commit/1ff715bd8810c6d934a68bc47b581b2317582c9f) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Fix bug when dash present in route name
- [#1236](https://github.com/HoudiniGraphql/houdini/pull/1236) [`1ff715bd`](https://github.com/HoudiniGraphql/houdini/commit/1ff715bd8810c6d934a68bc47b581b2317582c9f) @AlecAivazis - Fix bug when dash present in route name

### 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.44",
"version": "1.2.45",
"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.45

### Dependency Changes

- Updated dependencies [[`7f426d94`](https://github.com/HoudiniGraphql/houdini/commit/7f426d94bc13d061c39e19310f6e5de48ea4e219)]:
- [email protected]

## 1.2.44

### Dependency 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.44",
"version": "1.2.45",
"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.45

### ✨ Features

- [#1277](https://github.com/HoudiniGraphql/houdini/pull/1277) [`7f426d94`](https://github.com/HoudiniGraphql/houdini/commit/7f426d94bc13d061c39e19310f6e5de48ea4e219) @ewen-lbh - GraphQL documentation strings and deprecation reasons are reflected as JSDoc comments on generated type definitions. Hover over any field of a query store, an enum, or an enum's value and your IDE should show you the documentation from the GraphQL API.

## 1.2.44

### 🐛 Fixes
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.44",
"version": "1.2.45",
"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.45

### Dependency Changes

- Updated dependencies [[`7f426d94`](https://github.com/HoudiniGraphql/houdini/commit/7f426d94bc13d061c39e19310f6e5de48ea4e219)]:
- [email protected]
- [email protected]

## 1.2.44

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

0 comments on commit 21fca39

Please sign in to comment.