Skip to content

Commit

Permalink
📦 v{VERSION}
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 18, 2024
1 parent d6375b6 commit 8092fa6
Show file tree
Hide file tree
Showing 19 changed files with 82 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-lamps-provide.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/spicy-masks-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-worms-check.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.67

### Patch Changes

- Updated dependencies [[`d6375b6b`](https://github.com/HoudiniGraphql/houdini/commit/d6375b6b04ecd48fba663e83b3aed9b6b25e51b3), [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde), [`d2dbcd2d`](https://github.com/HoudiniGraphql/houdini/commit/d2dbcd2de9b77b855053ea7775dff1207eb60a4c)]:
- [email protected]

## 1.2.66

### Patch 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.66",
"version": "1.2.67",
"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.67

### Patch Changes

- Updated dependencies [[`d6375b6b`](https://github.com/HoudiniGraphql/houdini/commit/d6375b6b04ecd48fba663e83b3aed9b6b25e51b3), [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde), [`d2dbcd2d`](https://github.com/HoudiniGraphql/houdini/commit/d2dbcd2de9b77b855053ea7775dff1207eb60a4c)]:
- [email protected]

## 1.2.66

### Patch 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.66",
"version": "1.2.67",
"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.67

### Patch Changes

- Updated dependencies [[`d6375b6b`](https://github.com/HoudiniGraphql/houdini/commit/d6375b6b04ecd48fba663e83b3aed9b6b25e51b3), [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde), [`d2dbcd2d`](https://github.com/HoudiniGraphql/houdini/commit/d2dbcd2de9b77b855053ea7775dff1207eb60a4c)]:
- [email protected]

## 1.2.66

### Patch 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.66",
"version": "1.2.67",
"description": "The adapter for deploying your Houdini application as a standalone node server",
"keywords": [
"houdini",
Expand Down
11 changes: 11 additions & 0 deletions packages/adapter-static/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# houdini-adapter-static

## 1.3.0

### Minor Changes

- [#1386](https://github.com/HoudiniGraphql/houdini/pull/1386) [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde) Thanks [@endigma](https://github.com/endigma)! - Added support for configuring Houdini's output directory

### Patch Changes

- Updated dependencies [[`d6375b6b`](https://github.com/HoudiniGraphql/houdini/commit/d6375b6b04ecd48fba663e83b3aed9b6b25e51b3), [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde), [`d2dbcd2d`](https://github.com/HoudiniGraphql/houdini/commit/d2dbcd2de9b77b855053ea7775dff1207eb60a4c)]:
- [email protected]

## 1.2.66

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "houdini-adapter-static",
"version": "1.2.66",
"version": "1.3.0",
"description": "The adapter for deploying your Houdini application as a single-page application without a server component",
"keywords": [
"houdini",
Expand Down
11 changes: 11 additions & 0 deletions packages/houdini-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# houdini-react

## 1.3.0

### Minor Changes

- [#1386](https://github.com/HoudiniGraphql/houdini/pull/1386) [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde) Thanks [@endigma](https://github.com/endigma)! - Added support for configuring Houdini's output directory

### Patch Changes

- Updated dependencies [[`d6375b6b`](https://github.com/HoudiniGraphql/houdini/commit/d6375b6b04ecd48fba663e83b3aed9b6b25e51b3), [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde), [`d2dbcd2d`](https://github.com/HoudiniGraphql/houdini/commit/d2dbcd2de9b77b855053ea7775dff1207eb60a4c)]:
- [email protected]

## 1.2.66

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

## 2.1.0

### Minor Changes

- [#1386](https://github.com/HoudiniGraphql/houdini/pull/1386) [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde) Thanks [@endigma](https://github.com/endigma)! - Added support for configuring Houdini's output directory

### Patch Changes

- Updated dependencies [[`d6375b6b`](https://github.com/HoudiniGraphql/houdini/commit/d6375b6b04ecd48fba663e83b3aed9b6b25e51b3), [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde), [`d2dbcd2d`](https://github.com/HoudiniGraphql/houdini/commit/d2dbcd2de9b77b855053ea7775dff1207eb60a4c)]:
- [email protected]

## 2.0.1

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

## 1.4.0

### Minor Changes

- [#1386](https://github.com/HoudiniGraphql/houdini/pull/1386) [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde) Thanks [@endigma](https://github.com/endigma)! - Added support for configuring Houdini's output directory

### Patch Changes

- [#1404](https://github.com/HoudiniGraphql/houdini/pull/1404) [`d6375b6b`](https://github.com/HoudiniGraphql/houdini/commit/d6375b6b04ecd48fba663e83b3aed9b6b25e51b3) Thanks [@Mtn-View](https://github.com/Mtn-View)! - Throw the semantic HTTP error code and message when receiving a non-JSON error response from the server

- [#1378](https://github.com/HoudiniGraphql/houdini/pull/1378) [`d2dbcd2d`](https://github.com/HoudiniGraphql/houdini/commit/d2dbcd2de9b77b855053ea7775dff1207eb60a4c) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Add match argument to dedupe directive

## 1.3.1

### Patch Changes
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.3.1",
"version": "1.4.0",
"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.3.2

### Patch Changes

- Updated dependencies [[`d6375b6b`](https://github.com/HoudiniGraphql/houdini/commit/d6375b6b04ecd48fba663e83b3aed9b6b25e51b3), [`3c08996a`](https://github.com/HoudiniGraphql/houdini/commit/3c08996a17177937fb3cf97185660c9dda3c5cde), [`d2dbcd2d`](https://github.com/HoudiniGraphql/houdini/commit/d2dbcd2de9b77b855053ea7775dff1207eb60a4c)]:
- [email protected]
- [email protected]

## 1.3.1

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

0 comments on commit 8092fa6

Please sign in to comment.