Skip to content

Commit

Permalink
v1.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Jan 23, 2024
1 parent d6b9418 commit 099a22b
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-weeks-wink.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/friendly-taxis-relax.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.8.12

### Patch Changes

- 85b26c36: fix #2041, fix #2043 - async renderer timing, numeric prop literals

## 1.8.9

### 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.8.9",
"version": "1.8.12",
"description": "Babel preset to transform JSX for Solid.js",
"author": "Ryan Carniato <[email protected]>",
"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.8.11"
"solid-js": "^1.8.12"
},
"devDependencies": {
"solid-js": "workspace:*"
Expand Down
7 changes: 7 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# solid-js

## 1.8.12

### Patch Changes

- aba5de08: fix #1746 class properties not working getters in createMutable
- 85b26c36: fix #2041, fix #2043 - async renderer timing, numeric prop literals

## 1.8.11

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

## 1.8.12

### Patch Changes

- Updated dependencies [aba5de08]
- Updated dependencies [85b26c36]
- [email protected]
- [email protected]

## 1.8.11

### 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.8.11"
"version": "1.8.12"
}

0 comments on commit 099a22b

Please sign in to comment.