Skip to content

Commit

Permalink
Version Packages (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav authored Oct 27, 2024
2 parents d6c619b + 4822f41 commit 351b6fa
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-points-join.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/date/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-primitives/date

## 2.0.24

### Patch Changes

- @solid-primitives/memo@1.3.10

## 2.0.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/date/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/date",
"version": "2.0.23",
"version": "2.0.24",
"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",
Expand Down
6 changes: 6 additions & 0 deletions packages/deep/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-primitives/deep

## 0.2.10

### Patch Changes

- @solid-primitives/memo@1.3.10

## 0.2.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/deep/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/deep",
"version": "0.2.9",
"version": "0.2.10",
"description": "Primitives for tracking and observing nested reactive objects in Solid.",
"author": "Samuel Burbano <[email protected]>",
"contributors": [
Expand Down
7 changes: 7 additions & 0 deletions packages/memo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @solid-primitives/memo

## 1.3.10

### Patch Changes

- Updated dependencies [57a3078]
- @solid-primitives/scheduled@1.4.4

## 1.3.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/memo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/memo",
"version": "1.3.9",
"version": "1.3.10",
"description": "Collection of custom memo primitives. They extend Solid's createMemo functionality while keeping the usage similar.",
"author": "Damian Tarnawski @thetarnav <[email protected]>",
"contributors": [],
Expand Down
6 changes: 6 additions & 0 deletions packages/scheduled/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-primitives/scheduled

## 1.4.4

### Patch Changes

- 57a3078: Add check for typeof window, fallback to throttle if undefined

## 1.4.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/scheduled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/scheduled",
"version": "1.4.3",
"version": "1.4.4",
"description": "Primitives for creating scheduled — throttled or debounced — callbacks.",
"contributors": [
"David Di Biase <[email protected]>",
Expand Down

0 comments on commit 351b6fa

Please sign in to comment.