Skip to content

Commit

Permalink
Version Packages (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav authored May 27, 2023
2 parents c69964e + 342296a commit f9fc86b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/old-boxes-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-coats-rescue.md

This file was deleted.

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

### Minor Changes

- 04e837cf: Add `captureStoreUpdates` primitive for tracking and capturing updates to a store.

## 0.1.0

### Minor 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.1.0",
"version": "0.2.0",
"description": "Primitives for tracking and observing nested reactive objects in Solid.",
"author": "Samuel Burbano <[email protected]>",
"contributors": [
Expand Down
6 changes: 6 additions & 0 deletions packages/history/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-primitives/history

## 0.1.1

### Patch Changes

- 2c9d3238: Add `void` as a possible return type.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/history/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/history",
"version": "0.1.0",
"version": "0.1.1",
"description": "Primitives for managing undo/redo history in Solid.",
"author": "Damian Tarnawski <[email protected]>",
"contributors": [],
Expand Down

0 comments on commit f9fc86b

Please sign in to comment.