Skip to content

Commit

Permalink
📦 v1.2.23 (#1199)
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 Oct 1, 2023
1 parent e92ea8f commit bf1aac1
Show file tree
Hide file tree
Showing 14 changed files with 43 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/soft-impalas-yell.md

This file was deleted.

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.23

## 1.2.22

## 1.2.21
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.22",
"version": "1.2.23",
"description": "A CLI for creating new Houdini projects",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/houdini-adapter-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# houdini-adapter-cloudflare

## 1.2.23

### Dependency Changes

- Updated dependencies []:
- [email protected]

## 1.2.22

### Dependency Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/houdini-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.22",
"version": "1.2.23",
"description": "The adapter for deploying your Houdini application to Cloudflare Pages",
"keywords": [
"houdini",
Expand Down
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.23

### Dependency Changes

- Updated dependencies []:
- [email protected]
- [email protected]

## 1.2.22

### 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.22",
"version": "1.2.23",
"description": "The svelte global store plugin for houdini",
"keywords": [
"typescript",
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.2.23

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

### Dependency Changes

- Updated dependencies []:
- [email protected]

## 1.2.22

### 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.22",
"version": "1.2.23",
"description": "The React plugin for houdini",
"keywords": [
"typescript",
Expand Down
1 change: 0 additions & 1 deletion packages/houdini-react/src/plugin/vite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export default {

// every page in the manifest is a new entry point for vite
for (const [id, page] of Object.entries(manifest.pages)) {
console.log(page.id, page.queries)
conf.build!.rollupOptions!.input[
`pages/${id}`
] = `virtual:houdini/pages/${page.id}@${page.queries}.jsx`
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.23

### Dependency Changes

- Updated dependencies []:
- [email protected]

## 1.2.22

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

## 1.2.23

## 1.2.22

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

0 comments on commit bf1aac1

Please sign in to comment.