Skip to content

Commit

Permalink
📦 v1.2.30
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Oct 21, 2023
1 parent 7c2f787 commit e0de370
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions packages/adapter-auto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# houdini-adapter-auto

## 1.2.29
## 1.2.30

### Patch Changes

- Updated dependencies []:
- [email protected].29
- [email protected].30

## 1.2.28

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.29",
"version": "1.2.30",
"description": "An adapter for deploying your Houdini application according to the build environment ",
"keywords": [
"houdini",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# houdini-adapter-cloudflare

## 1.2.29
## 1.2.30

### Patch Changes

- Updated dependencies []:
- [email protected].29
- [email protected].30

## 1.2.28

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.29",
"version": "1.2.30",
"description": "The adapter for deploying your Houdini application to Cloudflare Pages",
"keywords": [
"houdini",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# houdini-adapter-node

## 1.2.29
## 1.2.30

### Patch Changes

- Updated dependencies []:
- [email protected].29
- [email protected].30

## 1.2.28

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.29",
"version": "1.2.30",
"description": "The adapter for deploying your Houdini application as a standalone node server",
"keywords": [
"houdini",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-houdini/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# create-houdini

## 1.2.29
## 1.2.30

### Patch Changes

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

## 1.2.29
## 1.2.30

### Patch Changes

- Updated dependencies []:
- [email protected].29
- [email protected].30

## 1.2.28

Expand Down
4 changes: 2 additions & 2 deletions 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.29",
"version": "1.2.30",
"description": "The React plugin for houdini",
"keywords": [
"typescript",
Expand Down Expand Up @@ -74,4 +74,4 @@
},
"main": "./build/plugin-cjs/index.js",
"types": "./build/plugin/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/houdini-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# houdini-svelte

## 1.2.29
## 1.2.30

### Patch Changes

- Updated dependencies []:
- [email protected].29
- [email protected].30

## 1.2.28

Expand Down
4 changes: 2 additions & 2 deletions 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.29",
"version": "1.2.30",
"description": "The svelte plugin for houdini",
"keywords": [
"typescript",
Expand Down Expand Up @@ -72,4 +72,4 @@
},
"main": "./build/plugin-cjs/index.js",
"types": "./build/plugin/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/houdini/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# houdini

## 1.2.29
## 1.2.30

## 1.2.28

Expand Down
4 changes: 2 additions & 2 deletions packages/houdini/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "houdini",
"version": "1.2.29",
"version": "1.2.30",
"description": "The disappearing GraphQL clients",
"keywords": [
"typescript",
Expand Down Expand Up @@ -110,4 +110,4 @@
"bin": "./build/cmd-esm/index.js",
"main": "./build/lib-cjs/index.js",
"types": "./build/lib/index.d.ts"
}
}
6 changes: 3 additions & 3 deletions packages/plugin-svelte-global-stores/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# houdini-plugin-svelte-global-stores

## 1.2.29
## 1.2.30

### Patch Changes

- Updated dependencies []:
- [email protected].29
- [email protected].29
- [email protected].30
- [email protected].30

## 1.2.28

Expand Down
4 changes: 2 additions & 2 deletions 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.29",
"version": "1.2.30",
"description": "The svelte global store plugin for houdini",
"keywords": [
"typescript",
Expand Down Expand Up @@ -58,4 +58,4 @@
},
"main": "./build/plugin-cjs/index.js",
"types": "./build/plugin/index.d.ts"
}
}

0 comments on commit e0de370

Please sign in to comment.