-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #195 from solidjs-community/changeset-release/main
chore: update versions
- Loading branch information
Showing
116 changed files
with
571 additions
and
194 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@solid-primitives/active-element", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "A reactive document.activeElement. Check which element is currently focused.", | ||
"author": "Damian Tarnawski @thetarnav <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -66,7 +66,7 @@ | |
"solid-js": "^1.3.1" | ||
}, | ||
"dependencies": { | ||
"@solid-primitives/event-listener": "^2.2.1", | ||
"@solid-primitives/utils": "^3.0.1" | ||
"@solid-primitives/event-listener": "^2.2.2", | ||
"@solid-primitives/utils": "^3.0.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# @solid-primitives/analytics | ||
|
||
## 0.1.1 | ||
|
||
### Patch Changes | ||
|
||
- 7ac41ed: Update to solid-js version 1.5 | ||
|
||
## Changelog up to version 0.1.0 | ||
|
||
0.0.100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@solid-primitives/analytics", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Primitive that makes managing analytics a lot easier.", | ||
"author": "David Di Biase <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@solid-primitives/audio", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Primitives to manage audio and single sounds.", | ||
"author": "David Di Biase <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -67,6 +67,6 @@ | |
"solid-js": "^1.4.4" | ||
}, | ||
"dependencies": { | ||
"@solid-primitives/utils": "workspace:^3.0.1" | ||
"@solid-primitives/utils": "workspace:^3.0.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@solid-primitives/bounds", | ||
"version": "0.0.101", | ||
"version": "0.0.102", | ||
"description": "Primitives for tracking HTML element size and position on screen as it changes.", | ||
"author": "Damian Tarnawski <[email protected]>", | ||
"contributors": [], | ||
|
@@ -53,7 +53,7 @@ | |
"bounds" | ||
], | ||
"devDependencies": { | ||
"@solid-primitives/scheduled": "workspace:^1.0.0", | ||
"@solid-primitives/scheduled": "workspace:^1.0.1", | ||
"jsdom": "^20.0.0", | ||
"prettier": "^2.7.1", | ||
"solid-js": "^1.5.1", | ||
|
@@ -68,9 +68,9 @@ | |
"watchlist": "^0.3.1" | ||
}, | ||
"dependencies": { | ||
"@solid-primitives/event-listener": "workspace:^2.2.1", | ||
"@solid-primitives/resize-observer": "workspace:^2.0.3", | ||
"@solid-primitives/utils": "workspace:^3.0.1" | ||
"@solid-primitives/event-listener": "workspace:^2.2.2", | ||
"@solid-primitives/resize-observer": "workspace:^2.0.4", | ||
"@solid-primitives/utils": "workspace:^3.0.2" | ||
}, | ||
"peerDependencies": { | ||
"solid-js": "^1.4.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@solid-primitives/clipboard", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "Primitives for reading and writing to clipboard.", | ||
"author": "David Di Biase <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -68,6 +68,6 @@ | |
"solid-js": "^1.4.4" | ||
}, | ||
"dependencies": { | ||
"@solid-primitives/utils": "workspace:^3.0.1" | ||
"@solid-primitives/utils": "workspace:^3.0.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@solid-primitives/composites", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Composable reactive helpers built around watching computation changes.", | ||
"author": "Damian Tarnawski <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@solid-primitives/connectivity", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "A navigator.onLine signal.", | ||
"author": "Klemen Slavič <[email protected]>", | ||
"contributors": [ | ||
|
@@ -50,9 +50,9 @@ | |
"primitives" | ||
], | ||
"dependencies": { | ||
"@solid-primitives/event-listener": "^2.2.1", | ||
"@solid-primitives/rootless": "^1.1.2", | ||
"@solid-primitives/utils": "^3.0.1" | ||
"@solid-primitives/event-listener": "^2.2.2", | ||
"@solid-primitives/rootless": "^1.1.3", | ||
"@solid-primitives/utils": "^3.0.2" | ||
}, | ||
"devDependencies": { | ||
"jsdom": "^20.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@solid-primitives/context", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Primitives simplifying or extending the SolidJS Context API", | ||
"author": "Damian Tarnawski @thetarnav <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@solid-primitives/date", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Collection of reactive primitives and utility functions, providing easier ways to deal with dates in SolidJS", | ||
"author": "Damian Tarnawski @thetarnav <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -46,8 +46,8 @@ | |
"primitives" | ||
], | ||
"devDependencies": { | ||
"@solid-primitives/composites": "^1.1.0", | ||
"@solid-primitives/event-listener": "^2.2.1", | ||
"@solid-primitives/composites": "^1.1.1", | ||
"@solid-primitives/event-listener": "^2.2.2", | ||
"date-fns": "^2.29.1", | ||
"jsdom": "^20.0.0", | ||
"prettier": "^2.7.1", | ||
|
@@ -66,8 +66,8 @@ | |
"solid-js": "^1.3.1" | ||
}, | ||
"dependencies": { | ||
"@solid-primitives/memo": "^1.0.1", | ||
"@solid-primitives/timer": "^1.3.1", | ||
"@solid-primitives/utils": "^3.0.1" | ||
"@solid-primitives/memo": "^1.0.2", | ||
"@solid-primitives/timer": "^1.3.2", | ||
"@solid-primitives/utils": "^3.0.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@solid-primitives/destructure", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Primitives for destructuring reactive objects – like props or stores – or signals of them into a separate accessors updated individually.", | ||
"author": "Damian Tarnawski @thetarnav <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -42,7 +42,7 @@ | |
"primitives" | ||
], | ||
"dependencies": { | ||
"@solid-primitives/utils": "workspace:^3.0.1" | ||
"@solid-primitives/utils": "workspace:^3.0.2" | ||
}, | ||
"devDependencies": { | ||
"jsdom": "^20.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.