Skip to content

Commit

Permalink
Version Packages (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav authored Aug 29, 2023
2 parents 3d555ce + 5c06694 commit ff8d030
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-planes-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-panthers-nail.md

This file was deleted.

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.8

### Patch Changes

- 0d0640db: Fix ReactiveMap iterators tracking

## 0.4.7

### 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.7",
"version": "0.4.8",
"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.8

### Patch Changes

- 379a56a9: Fix ReactiveSet iterators tracking

## 0.4.7

### 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.7",
"version": "0.4.8",
"description": "The Set & WeakSet data structures as a reactive signals.",
"author": "Damian Tarnawski @thetarnav <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit ff8d030

Please sign in to comment.