Skip to content

Commit

Permalink
Version Packages (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav authored Oct 24, 2024
2 parents 1edec44 + 4654db7 commit 75e3f8e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-planets-try.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.10

### Patch Changes

- Updated dependencies [9749071]
- @solid-primitives/keyed@1.2.3

## 1.0.9

### 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.9",
"version": "1.0.10",
"description": "Primitive for rectifying immutable values and dealing with immutability in Solid.",
"author": "Damian Tarnawski <[email protected]>",
"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.2.3

### Patch Changes

- 9749071: Makes Entries take key's type as a generic

## 1.2.2

### 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.2",
"version": "1.2.3",
"description": "Control Flow primitives and components that require specifying explicit keys to identify or rerender elements.",
"author": "Damian Tarnawski @thetarnav <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 75e3f8e

Please sign in to comment.