Skip to content

Commit d2970a1

Browse files
authored
Version Packages (#809)
2 parents 3eec5eb + 21a8a9a commit d2970a1

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/crazy-rats-knock.md

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

packages/date/CHANGELOG.md

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

3+
## 2.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3eec5eb]
8+
- @solid-primitives/timer@1.4.3
9+
310
## 2.1.3
411

512
### 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.3",
3+
"version": "2.1.4",
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/timer/CHANGELOG.md

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

3+
## 1.4.3
4+
5+
### Patch Changes
6+
7+
- 3eec5eb: Fix passing signal options to createPolled memo to the inintialValue param.
8+
39
## 1.4.2
410

511
### Patch Changes

packages/timer/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/timer",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"description": "Primitives to manage timeout and interval",
55
"author": "David Di Biase <[email protected]>",
66
"contributors": [

0 commit comments

Comments
 (0)