-
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 #240 from solidjs-community/changeset-release/main
Version Packages
- Loading branch information
Showing
76 changed files
with
451 additions
and
179 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.4", | ||
"version": "2.0.5", | ||
"description": "A reactive document.activeElement. Check which element is currently focused.", | ||
"author": "Damian Tarnawski @thetarnav <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -69,8 +69,8 @@ | |
"solid-testing-library": "^0.3.0" | ||
}, | ||
"dependencies": { | ||
"@solid-primitives/event-listener": "^2.2.3", | ||
"@solid-primitives/utils": "^3.1.0" | ||
"@solid-primitives/event-listener": "^2.2.4", | ||
"@solid-primitives/utils": "^4.0.0" | ||
}, | ||
"peerDependencies": { | ||
"solid-js": "^1.6.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/audio", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Primitives to manage audio and single sounds.", | ||
"author": "David Di Biase <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -70,7 +70,7 @@ | |
"solid-testing-library": "^0.2.1" | ||
}, | ||
"dependencies": { | ||
"@solid-primitives/utils": "workspace:^3.1.0" | ||
"@solid-primitives/utils": "workspace:^4.0.0" | ||
}, | ||
"peerDependencies": { | ||
"solid-js": "^1.6.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/bounds", | ||
"version": "0.0.104", | ||
"version": "0.0.105", | ||
"description": "Primitives for tracking HTML element size and position on screen as it changes.", | ||
"author": "Damian Tarnawski <[email protected]>", | ||
"contributors": [], | ||
|
@@ -72,9 +72,9 @@ | |
"solid-js": "^1.6.0" | ||
}, | ||
"dependencies": { | ||
"@solid-primitives/event-listener": "workspace:^2.2.3", | ||
"@solid-primitives/resize-observer": "workspace:^2.0.5", | ||
"@solid-primitives/utils": "workspace:^3.1.0" | ||
"@solid-primitives/event-listener": "workspace:^2.2.4", | ||
"@solid-primitives/resize-observer": "workspace:^2.0.6", | ||
"@solid-primitives/utils": "workspace:^4.0.0" | ||
}, | ||
"peerDependencies": { | ||
"solid-js": "^1.6.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.4", | ||
"version": "1.4.5", | ||
"description": "Primitives for reading and writing to clipboard.", | ||
"author": "David Di Biase <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -77,7 +77,7 @@ | |
], | ||
"testEnvironment": "jsdom", | ||
"dependencies": { | ||
"@solid-primitives/utils": "workspace:^3.1.0" | ||
"@solid-primitives/utils": "workspace:^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"solid-js": "^1.6.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/connectivity", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "A navigator.onLine signal.", | ||
"author": "Klemen Slavič <[email protected]>", | ||
"contributors": [ | ||
|
@@ -66,9 +66,9 @@ | |
"primitives" | ||
], | ||
"dependencies": { | ||
"@solid-primitives/event-listener": "^2.2.3", | ||
"@solid-primitives/rootless": "^1.2.0", | ||
"@solid-primitives/utils": "^3.1.0" | ||
"@solid-primitives/event-listener": "^2.2.4", | ||
"@solid-primitives/rootless": "^1.2.1", | ||
"@solid-primitives/utils": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"solid-js": "^1.6.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/controlled-props", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "The primitives in this package allow you to create controlls for component props.", | ||
"author": "Alex Lohr <[email protected]>", | ||
"contributors": [], | ||
|
@@ -53,7 +53,7 @@ | |
"primitives" | ||
], | ||
"dependencies": { | ||
"@solid-primitives/utils": "workspace:^3.1.0" | ||
"@solid-primitives/utils": "workspace:^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.19.6", | ||
|
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/cursor", | ||
"version": "0.0.101", | ||
"version": "0.0.102", | ||
"description": "Two simple primitives for setting cursor css property reactively.", | ||
"author": "Damian Tarnawski <[email protected]>", | ||
"contributors": [], | ||
|
@@ -68,7 +68,7 @@ | |
"test:ssr": "pnpm run test --mode ssr" | ||
}, | ||
"dependencies": { | ||
"@solid-primitives/utils": "^3.1.0" | ||
"@solid-primitives/utils": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"solid-js": "^1.6.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/date", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"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", | ||
|
@@ -55,14 +55,14 @@ | |
"primitives" | ||
], | ||
"devDependencies": { | ||
"@solid-primitives/event-listener": "^2.2.3", | ||
"@solid-primitives/event-listener": "^2.2.4", | ||
"date-fns": "^2.29.2", | ||
"solid-js": "^1.6.0" | ||
}, | ||
"dependencies": { | ||
"@solid-primitives/memo": "^1.1.0", | ||
"@solid-primitives/memo": "^1.1.1", | ||
"@solid-primitives/timer": "^1.3.4", | ||
"@solid-primitives/utils": "^3.1.0" | ||
"@solid-primitives/utils": "^4.0.0" | ||
}, | ||
"peerDependencies": { | ||
"solid-js": "^1.6.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/destructure", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"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", | ||
|
@@ -51,7 +51,7 @@ | |
"primitives" | ||
], | ||
"dependencies": { | ||
"@solid-primitives/utils": "workspace:^3.1.0" | ||
"@solid-primitives/utils": "workspace:^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"solid-js": "^1.6.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/event-bus", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "A collection of SolidJS primitives providing various features of a pubsub/event-emitter/event-bus.", | ||
"author": "Damian Tarnawski @thetarnav <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -55,8 +55,8 @@ | |
"primitives" | ||
], | ||
"dependencies": { | ||
"@solid-primitives/immutable": "^0.1.3", | ||
"@solid-primitives/utils": "^3.1.0" | ||
"@solid-primitives/immutable": "^0.1.4", | ||
"@solid-primitives/utils": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"solid-js": "^1.6.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/event-listener", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "SolidJS Primitives to manage creating event listeners.", | ||
"author": "David Di Biase <[email protected]>", | ||
"contributors": [ | ||
|
@@ -71,7 +71,7 @@ | |
"primitives" | ||
], | ||
"dependencies": { | ||
"@solid-primitives/utils": "workspace:^3.1.0" | ||
"@solid-primitives/utils": "workspace:^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"solid-js": "^1.6.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.