Skip to content

Commit

Permalink
v1.8.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Feb 5, 2024
1 parent 4b76be8 commit c71b6fe
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-spoons-invent.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/solid-element/package.json
Expand Up @@ -21,7 +21,7 @@
"component-register": "~0.8.2"
},
"peerDependencies": {
"solid-js": "^1.8.13"
"solid-js": "^1.8.14"
},
"devDependencies": {
"solid-js": "workspace:*"
Expand Down
6 changes: 6 additions & 0 deletions packages/solid/CHANGELOG.md
@@ -1,5 +1,11 @@
# solid-js

## 1.8.14

### Patch Changes

- 4b76be80: fix storage export in top-level package.json

## 1.8.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
@@ -1,7 +1,7 @@
{
"name": "solid-js",
"description": "A declarative JavaScript library for building user interfaces.",
"version": "1.8.13",
"version": "1.8.14",
"author": "Ryan Carniato",
"license": "MIT",
"homepage": "https://solidjs.com",
Expand Down
7 changes: 7 additions & 0 deletions packages/test-integration/CHANGELOG.md
@@ -1,5 +1,12 @@
# test-integration

## 1.8.14

### Patch Changes

- Updated dependencies [4b76be80]
- solid-js@1.8.14

## 1.8.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test-integration/package.json
Expand Up @@ -14,5 +14,5 @@
"gitly": "^2.2.1",
"shelljs": "^0.8.5"
},
"version": "1.8.13"
"version": "1.8.14"
}

0 comments on commit c71b6fe

Please sign in to comment.