Skip to content

Commit

Permalink
📦 v1.2.5 (#1101)
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 May 29, 2023
1 parent bc96dfb commit 474d0bb
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-chicken-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-vans-drive.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/houdini-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.5

### Dependency Changes

- Updated dependencies [[`bc96dfb`](https://github.com/HoudiniGraphql/houdini/commit/bc96dfb78e8df7e57c2cca7aee88a32d38c7565e), [`cb0310c`](https://github.com/HoudiniGraphql/houdini/commit/cb0310c3467d170a9a0cf012787bd59272b1e8bb)]:
- [email protected]
- [email protected]

## 1.2.4

### Dependency Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/houdini-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.4",
"version": "1.2.5",
"description": "The svelte global store plugin for houdini",
"keywords": [
"typescript",
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.5

### Dependency Changes

- Updated dependencies [[`bc96dfb`](https://github.com/HoudiniGraphql/houdini/commit/bc96dfb78e8df7e57c2cca7aee88a32d38c7565e), [`cb0310c`](https://github.com/HoudiniGraphql/houdini/commit/cb0310c3467d170a9a0cf012787bd59272b1e8bb)]:
- [email protected]

## 1.2.4

### 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.4",
"version": "1.2.5",
"private": true,
"description": "The React plugin for houdini",
"keywords": [
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.5

### Dependency Changes

- Updated dependencies [[`bc96dfb`](https://github.com/HoudiniGraphql/houdini/commit/bc96dfb78e8df7e57c2cca7aee88a32d38c7565e), [`cb0310c`](https://github.com/HoudiniGraphql/houdini/commit/cb0310c3467d170a9a0cf012787bd59272b1e8bb)]:
- [email protected]

## 1.2.4

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

## 1.2.5

### 🐛 Fixes

- [#1100](https://github.com/HoudiniGraphql/houdini/pull/1100) [`bc96dfb`](https://github.com/HoudiniGraphql/houdini/commit/bc96dfb78e8df7e57c2cca7aee88a32d38c7565e) Thanks @jycouet! - Support projects using `experimentalDecorators: true` flag in there tsconfig.json

- [#1098](https://github.com/HoudiniGraphql/houdini/pull/1098) [`cb0310c`](https://github.com/HoudiniGraphql/houdini/commit/cb0310c3467d170a9a0cf012787bd59272b1e8bb) Thanks @jycouet! - fix: config.include now checks against files ignoring QueryString

## 1.2.4

### 🐛 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.4",
"version": "1.2.5",
"description": "The disappearing GraphQL clients",
"keywords": [
"typescript",
Expand Down

0 comments on commit 474d0bb

Please sign in to comment.