Skip to content

Commit

Permalink
v1.7.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Mar 21, 2023
1 parent 41ca652 commit 9ef7aac
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 4 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"changesets": [
"brown-pens-hang",
"cool-olives-drum",
"cuddly-rats-scream",
"green-wolves-kick",
"grumpy-peaches-protect",
"happy-ears-wash",
Expand Down
6 changes: 6 additions & 0 deletions packages/babel-preset-solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# babel-preset-solid

## 1.7.0-beta.3

### Patch Changes

- 41ca6522: fixes around templates and hydration

## 1.7.0-beta.2

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-solid",
"version": "1.7.0-beta.2",
"version": "1.7.0-beta.3",
"description": "Babel preset to transform JSX for Solid.js",
"author": "Ryan Carniato <ryansolid@gmail.com>",
"homepage": "https://github.com/solidjs/solid/blob/main/packages/babel-preset-solid#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"component-register": "~0.8.2"
},
"peerDependencies": {
"solid-js": "^1.7.0-beta.2"
"solid-js": "^1.7.0-beta.3"
},
"devDependencies": {
"solid-js": "workspace:*"
Expand Down
6 changes: 6 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# solid-js

## 1.7.0-beta.3

### Patch Changes

- 41ca6522: fixes around templates and hydration

## 1.7.0-beta.2

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solid-js",
"description": "A declarative JavaScript library for building user interfaces.",
"version": "1.7.0-beta.2",
"version": "1.7.0-beta.3",
"author": "Ryan Carniato",
"license": "MIT",
"homepage": "https://solidjs.com",
Expand Down
8 changes: 8 additions & 0 deletions packages/test-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# test-integration

## 1.7.0-beta.3

### Patch Changes

- Updated dependencies [41ca6522]
- babel-preset-solid@1.7.0-beta.3
- solid-js@1.7.0-beta.3

## 1.7.0-beta.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"gitly": "^2.2.1",
"shelljs": "^0.8.5"
},
"version": "1.7.0-beta.2"
"version": "1.7.0-beta.3"
}

0 comments on commit 9ef7aac

Please sign in to comment.