Skip to content

Commit 776549f

Browse files
Version Packages
1 parent 0cef707 commit 776549f

File tree

135 files changed

+591
-134
lines changed

Some content is hidden

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

135 files changed

+591
-134
lines changed

.changeset/ready-tires-tan.md

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

packages/active-element/CHANGELOG.md

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

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- 396812d: Enable verbatimModuleSyntax -> add `type` keyword to all type imports.
8+
- Updated dependencies [396812d]
9+
- @solid-primitives/event-listener@2.4.2
10+
- @solid-primitives/utils@6.3.2
11+
312
## 2.1.1
413

514
### Patch 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.1",
3+
"version": "2.1.2",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @solid-primitives/audio
22

3+
## 1.4.2
4+
5+
### Patch Changes
6+
7+
- 396812d: Enable verbatimModuleSyntax -> add `type` keyword to all type imports.
8+
- Updated dependencies [396812d]
9+
- @solid-primitives/static-store@0.1.2
10+
- @solid-primitives/utils@6.3.2
11+
312
## 1.4.1
413

514
### Patch 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.1",
3+
"version": "1.4.2",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @solid-primitives/autofocus
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- 396812d: Enable verbatimModuleSyntax -> add `type` keyword to all type imports.
8+
- Updated dependencies [396812d]
9+
- @solid-primitives/utils@6.3.2
10+
311
## 0.1.1
412

513
### Patch 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.1",
3+
"version": "0.1.2",
44
"description": "Primitives for autofocusing HTML elements",
55
"author": "jer3m01 <[email protected]>",
66
"contributors": [],

packages/bounds/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- 396812d: Enable verbatimModuleSyntax -> add `type` keyword to all type imports.
8+
- Updated dependencies [396812d]
9+
- @solid-primitives/resize-observer@2.1.2
10+
- @solid-primitives/event-listener@2.4.2
11+
- @solid-primitives/static-store@0.1.2
12+
- @solid-primitives/utils@6.3.2
13+
314
## 0.1.1
415

516
### Patch 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.1",
3+
"version": "0.1.2",
44
"description": "Primitives for tracking HTML element size and position on screen as it changes.",
55
"author": "Damian Tarnawski <[email protected]>",
66
"contributors": [],

packages/clipboard/CHANGELOG.md

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

3+
## 1.6.2
4+
5+
### Patch Changes
6+
7+
- 396812d: Enable verbatimModuleSyntax -> add `type` keyword to all type imports.
8+
- Updated dependencies [396812d]
9+
- @solid-primitives/utils@6.3.2
10+
311
## 1.6.1
412

513
### Patch Changes

0 commit comments

Comments
 (0)