Skip to content

Commit

Permalink
revert version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Oct 1, 2023
1 parent a147976 commit 81960d4
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 45 deletions.
2 changes: 0 additions & 2 deletions packages/create-houdini/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# create-houdini

## 1.2.23-next.0

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

## 1.2.23-next.0

### Patch 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.23-next.0",
"version": "1.2.22",
"description": "The adapter for deploying your Houdini application to Cloudflare Pages",
"keywords": [
"houdini",
Expand Down
8 changes: 0 additions & 8 deletions packages/houdini-plugin-svelte-global-stores/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# houdini-plugin-svelte-global-stores

## 1.2.23-next.0

### Patch Changes

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

## 1.2.22

### Dependency Changes
Expand Down
4 changes: 2 additions & 2 deletions 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-next.0",
"version": "1.2.22",
"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"
}
}
9 changes: 0 additions & 9 deletions packages/houdini-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# houdini-react

## 1.2.23-next.0

### Patch Changes

- [#1195](https://github.com/HoudiniGraphql/houdini/pull/1195) [`a967765f`](https://github.com/HoudiniGraphql/houdini/commit/a967765f954a65376dbd2fc331c891be76878936) Thanks [@github-actions](https://github.com/apps/github-actions)! - Fix hot module reloading

- Updated dependencies []:
- [email protected]

## 1.2.22

### Dependency Changes
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.23-next.0",
"version": "1.2.22",
"description": "The React plugin for houdini",
"keywords": [
"typescript",
Expand Down Expand Up @@ -64,4 +64,4 @@
},
"main": "./build/plugin-cjs/index.js",
"types": "./build/plugin/index.d.ts"
}
}
7 changes: 0 additions & 7 deletions packages/houdini-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# houdini-svelte

## 1.2.23-next.0

### Patch Changes

- Updated dependencies []:
- [email protected]

## 1.2.22

### Dependency Changes
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.23-next.0",
"version": "1.2.22",
"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: 0 additions & 2 deletions packages/houdini/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# houdini

## 1.2.23-next.0

## 1.2.22

### 🐛 Fixes
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.23-next.0",
"version": "1.2.22",
"description": "The disappearing GraphQL clients",
"keywords": [
"typescript",
Expand Down Expand Up @@ -109,4 +109,4 @@
"bin": "./build/cmd-esm/index.js",
"main": "./build/lib-cjs/index.js",
"types": "./build/lib/index.d.ts"
}
}

0 comments on commit 81960d4

Please sign in to comment.