Skip to content

Commit

Permalink
📦 v1.2.24 (#1200)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Oct 1, 2023
1 parent d555950 commit 3dfa706
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/rare-plums-drum.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.24

## 1.2.23

## 1.2.22
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.23",
"version": "1.2.24",
"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.24

### Patch Changes

- Updated dependencies []:
- [email protected]

## 1.2.23

### 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.23",
"version": "1.2.24",
"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.24

### Patch Changes

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

## 1.2.23

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

## 1.2.24

### Patch Changes

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

- Updated dependencies []:
- [email protected]

## 1.2.23

### 🐛 Fixes
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.23",
"version": "1.2.24",
"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.24

### Patch Changes

- Updated dependencies []:
- [email protected]

## 1.2.23

### 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.23",
"version": "1.2.24",
"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.24

## 1.2.23

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

0 comments on commit 3dfa706

Please sign in to comment.