Skip to content

Commit 0037773

Browse files
authored
Version Packages (#789)
2 parents dcff410 + fe7cffd commit 0037773

File tree

163 files changed

+777
-167
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+777
-167
lines changed

.changeset/swift-coats-lick.md

Lines changed: 0 additions & 86 deletions
This file was deleted.

packages/active-element/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @solid-primitives/active-element
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- 53f08cc: fix: Move `"@solid-primitives/source"` export condition under import in package.json
8+
(Fixes #774, Fixes #749)
9+
- Updated dependencies [53f08cc]
10+
- @solid-primitives/event-listener@2.4.1
11+
- @solid-primitives/utils@6.3.1
12+
313
## 2.1.0
414

515
### Minor Changes

packages/active-element/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/active-element",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A reactive document.activeElement. Check which element is currently focused.",
55
"author": "Damian Tarnawski @thetarnav <[email protected]>",
66
"contributors": [

packages/audio/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @solid-primitives/audio
22

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- 53f08cc: fix: Move `"@solid-primitives/source"` export condition under import in package.json
8+
(Fixes #774, Fixes #749)
9+
- Updated dependencies [53f08cc]
10+
- @solid-primitives/static-store@0.1.1
11+
- @solid-primitives/utils@6.3.1
12+
313
## 1.4.0
414

515
### Minor Changes

packages/audio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/audio",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Primitives to manage audio and single sounds.",
55
"author": "David Di Biase <[email protected]>",
66
"license": "MIT",

packages/autofocus/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @solid-primitives/autofocus
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 53f08cc: fix: Move `"@solid-primitives/source"` export condition under import in package.json
8+
(Fixes #774, Fixes #749)
9+
- Updated dependencies [53f08cc]
10+
- @solid-primitives/utils@6.3.1
11+
312
## 0.1.0
413

514
### Minor Changes

packages/autofocus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/autofocus",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Primitives for autofocusing HTML elements",
55
"author": "jer3m01 <[email protected]>",
66
"contributors": [],

packages/bounds/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @solid-primitives/bounds
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 53f08cc: fix: Move `"@solid-primitives/source"` export condition under import in package.json
8+
(Fixes #774, Fixes #749)
9+
- Updated dependencies [53f08cc]
10+
- @solid-primitives/resize-observer@2.1.1
11+
- @solid-primitives/event-listener@2.4.1
12+
- @solid-primitives/static-store@0.1.1
13+
- @solid-primitives/utils@6.3.1
14+
315
## 0.1.0
416

517
### Minor Changes

packages/bounds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/bounds",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Primitives for tracking HTML element size and position on screen as it changes.",
55
"author": "Damian Tarnawski <[email protected]>",
66
"contributors": [],

packages/broadcast-channel/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @solid-primitives/broadcast-channel
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 53f08cc: fix: Move `"@solid-primitives/source"` export condition under import in package.json
8+
(Fixes #774, Fixes #749)
9+
310
## 0.1.0
411

512
### Minor Changes

packages/broadcast-channel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/broadcast-channel",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Primitives to manage Broadcast Channel API",
55
"author": "Caleb Taylor <[email protected]>",
66
"contributors": [],

packages/clipboard/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @solid-primitives/clipboard
22

3+
## 1.6.1
4+
5+
### Patch Changes
6+
7+
- 53f08cc: fix: Move `"@solid-primitives/source"` export condition under import in package.json
8+
(Fixes #774, Fixes #749)
9+
- Updated dependencies [53f08cc]
10+
- @solid-primitives/utils@6.3.1
11+
312
## 1.6.0
413

514
### Minor Changes

packages/clipboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/clipboard",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Primitives for reading and writing to clipboard.",
55
"author": "David Di Biase <[email protected]>",
66
"contributors": [

packages/connectivity/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @solid-primitives/connectivity
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- 53f08cc: fix: Move `"@solid-primitives/source"` export condition under import in package.json
8+
(Fixes #774, Fixes #749)
9+
- Updated dependencies [53f08cc]
10+
- @solid-primitives/event-listener@2.4.1
11+
- @solid-primitives/rootless@1.5.1
12+
- @solid-primitives/utils@6.3.1
13+
314
## 0.4.0
415

516
### Minor Changes

packages/connectivity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/connectivity",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "A navigator.onLine signal.",
55
"author": "Klemen Slavič <[email protected]>",
66
"contributors": [

packages/context/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @solid-primitives/context
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- 53f08cc: fix: Move `"@solid-primitives/source"` export condition under import in package.json
8+
(Fixes #774, Fixes #749)
9+
310
## 0.3.0
411

512
### Minor Changes

packages/context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/context",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Primitives simplifying or extending the SolidJS Context API",
55
"author": "Damian Tarnawski @thetarnav <[email protected]>",
66
"license": "MIT",

packages/controlled-props/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @solid-primitives/controlled-props
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 53f08cc: fix: Move `"@solid-primitives/source"` export condition under import in package.json
8+
(Fixes #774, Fixes #749)
9+
- Updated dependencies [53f08cc]
10+
- @solid-primitives/utils@6.3.1
11+
312
## 0.1.0
413

514
### Minor Changes

packages/controlled-props/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/controlled-props",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "The primitives in this package allow you to create controlls for component props.",
55
"author": "Alex Lohr <[email protected]>",
66
"contributors": [],

packages/cookies/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @solid-primitives/cookies
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- 53f08cc: fix: Move `"@solid-primitives/source"` export condition under import in package.json
8+
(Fixes #774, Fixes #749)

packages/cookies/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/cookies",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "A set of primitives for handling cookies in solid",
55
"author": "Thomas Beer (https://github.com/Tommypop2)",
66
"contributors": [

packages/cursor/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @solid-primitives/cursor
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 53f08cc: fix: Move `"@solid-primitives/source"` export condition under import in package.json
8+
(Fixes #774, Fixes #749)
9+
- Updated dependencies [53f08cc]
10+
- @solid-primitives/utils@6.3.1
11+
312
## 0.1.0
413

514
### Minor Changes

packages/cursor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/cursor",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Two simple primitives for setting cursor css property reactively.",
55
"author": "Damian Tarnawski <[email protected]>",
66
"contributors": [],

packages/date/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @solid-primitives/date
22

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- 53f08cc: fix: Move `"@solid-primitives/source"` export condition under import in package.json
8+
(Fixes #774, Fixes #749)
9+
- Updated dependencies [53f08cc]
10+
- @solid-primitives/timer@1.4.1
11+
- @solid-primitives/utils@6.3.1
12+
- @solid-primitives/memo@1.4.2
13+
314
## 2.1.1
415

516
### Patch Changes

packages/date/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/date",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Collection of reactive primitives and utility functions, providing easier ways to deal with dates in SolidJS",
55
"author": "Damian Tarnawski @thetarnav <[email protected]>",
66
"license": "MIT",

packages/db-store/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @solid-primitives/db-store
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- 53f08cc: fix: Move `"@solid-primitives/source"` export condition under import in package.json
8+
(Fixes #774, Fixes #749)
9+
- Updated dependencies [53f08cc]
10+
- @solid-primitives/resource@0.4.2
11+
312
## 1.1.1
413

514
### Patch Changes

packages/db-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/db-store",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "A template primitive example.",
55
"author": "Your Name <[email protected]>",
66
"contributors": [],

0 commit comments

Comments
 (0)