Skip to content

Commit

Permalink
Version Packages (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav authored Jan 5, 2025
2 parents 6026ab2 + 93b9871 commit 71f6c5e
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/perfect-jars-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-beers-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-queens-teach.md

This file was deleted.

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

## 1.0.11

### Patch Changes

- Updated dependencies [cf11535]
- @solid-primitives/keyed@1.3.0

## 1.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/immutable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/immutable",
"version": "1.0.10",
"version": "1.0.11",
"description": "Primitive for rectifying immutable values and dealing with immutability in Solid.",
"author": "Damian Tarnawski <gthetarnav@gmail.com>",
"contributors": [],
Expand Down
6 changes: 6 additions & 0 deletions packages/keyed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-primitives/keyed

## 1.3.0

### Minor Changes

- cf11535: Add `MapEntries` control flow component.

## 1.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/keyed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/keyed",
"version": "1.2.3",
"version": "1.3.0",
"description": "Control Flow primitives and components that require specifying explicit keys to identify or rerender elements.",
"author": "Damian Tarnawski @thetarnav <gthetarnav@gmail.com>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/map/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-primitives/map

## 0.5.0

### Minor Changes

- 46e4379: Fix and optimize ReactiveMap and ReactiveWeakMap (https://github.com/solidjs-community/solid-primitives/pull/704)

## 0.4.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/map",
"version": "0.4.13",
"version": "0.5.0",
"description": "The Map & WeakMap data structures as a reactive signals.",
"author": "Damian Tarnawski @thetarnav <gthetarnav@gmail.com>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/virtual/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-primitives/virtual

## 0.1.1

### Patch Changes

- b3d7917: Add solid export condition

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/virtual/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/virtual",
"version": "0.1.0",
"version": "0.1.1",
"description": "A virtualized list component for performantly rendering lists with many elements",
"author": "Spencer Whitehead <spencerwhitehead7@gmail.com>",
"contributors": [],
Expand Down

0 comments on commit 71f6c5e

Please sign in to comment.