Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 13, 2024
1 parent f4cd42c commit fb783ab
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/tough-emus-pump.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/young-buckets-drop.md

This file was deleted.

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

## 0.0.101

### Patch Changes

- 1ea2a09: Use isDev const from solid-js/web instead if a string

## 0.0.100

Initial release of the package.
2 changes: 1 addition & 1 deletion packages/list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/list",
"version": "0.0.100",
"version": "0.0.101",
"description": "A List component, an alternative to For and Index.",
"author": "Maciek50322 <[email protected]>",
"contributors": [],
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.4.12

### Patch Changes

- 1ea2a09: Use new Map/SetIterator types

## 0.4.11

### 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.11",
"version": "0.4.12",
"description": "The Map & WeakMap data structures as a reactive signals.",
"author": "Damian Tarnawski @thetarnav <[email protected]>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/set/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-primitives/set

## 0.4.12

### Patch Changes

- 1ea2a09: Use new Map/SetIterator types

## 0.4.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/set/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/set",
"version": "0.4.11",
"version": "0.4.12",
"description": "The Set & WeakSet data structures as a reactive signals.",
"author": "Damian Tarnawski @thetarnav <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit fb783ab

Please sign in to comment.