Skip to content

Commit

Permalink
v1.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Jan 13, 2023
1 parent 12629a3 commit 49793e9
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .changeset/cyan-plants-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-rabbits-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-beds-change.md

This file was deleted.

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

### Patch Changes

- a572c12: Streaming without a wrapper and compile time JSX validation

## 1.6.7

### Patch 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.6.7",
"version": "1.6.9",
"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.6.8"
"solid-js": "^1.6.9"
},
"devDependencies": {
"solid-js": "workspace:*"
Expand Down
8 changes: 8 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# solid-js

## 1.6.9

### Patch Changes

- a572c12: Streaming without a wrapper and compile time JSX validation
- 0ad9859: fix #1478 error infinite loop
- 12629a3: DEV: registerGraph `graph` property added to values

## 1.6.8

### Patch 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.6.8",
"version": "1.6.9",
"author": "Ryan Carniato",
"license": "MIT",
"homepage": "https://solidjs.com",
Expand Down
10 changes: 10 additions & 0 deletions packages/test-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# test-integration

## 1.6.9

### Patch Changes

- Updated dependencies [a572c12]
- Updated dependencies [0ad9859]
- Updated dependencies [12629a3]
- babel-preset-solid@1.6.9
- solid-js@1.6.9

## 1.6.8

### 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.6.8"
"version": "1.6.9"
}

0 comments on commit 49793e9

Please sign in to comment.