Skip to content

Commit

Permalink
Version Packages (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
atk authored Jul 8, 2024
2 parents 7149c17 + e75e7a9 commit cc3a339
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-guests-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-coats-begin.md

This file was deleted.

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

## 0.0.122

### Patch Changes

- Updated dependencies [a7338e7]
- @solid-primitives/resize-observer@2.0.26

## 0.0.121

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bounds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/bounds",
"version": "0.0.121",
"version": "0.0.122",
"description": "Primitives for tracking HTML element size and position on screen as it changes.",
"author": "Damian Tarnawski <gthetarnav@gmail.com>",
"contributors": [],
Expand Down
7 changes: 7 additions & 0 deletions packages/date/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @solid-primitives/date

## 2.0.22

### Patch Changes

- Updated dependencies [49416e8]
- @solid-primitives/memo@1.3.9

## 2.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/date/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/date",
"version": "2.0.21",
"version": "2.0.22",
"description": "Collection of reactive primitives and utility functions, providing easier ways to deal with dates in SolidJS",
"author": "Damian Tarnawski @thetarnav <gthetarnav@gmail.com>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/deep/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @solid-primitives/deep

## 0.2.9

### Patch Changes

- Updated dependencies [49416e8]
- @solid-primitives/memo@1.3.9

## 0.2.8

### Patch 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.2.8",
"version": "0.2.9",
"description": "Primitives for tracking and observing nested reactive objects in Solid.",
"author": "Samuel Burbano <me@iosamuel.dev>",
"contributors": [
Expand Down
6 changes: 6 additions & 0 deletions packages/memo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-primitives/memo

## 1.3.9

### Patch Changes

- 49416e8: Fix unable to set Writable Memos twice to the same value, when they changed in between

## 1.3.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/memo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/memo",
"version": "1.3.8",
"version": "1.3.9",
"description": "Collection of custom memo primitives. They extend Solid's createMemo functionality while keeping the usage similar.",
"author": "Damian Tarnawski @thetarnav <gthetarnav@gmail.com>",
"contributors": [],
Expand Down
6 changes: 6 additions & 0 deletions packages/resize-observer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-primitives/resize-observer

## 2.0.26

### Patch Changes

- a7338e7: Use generics in `createResizeObserver`

## 2.0.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/resize-observer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/resize-observer",
"version": "2.0.25",
"version": "2.0.26",
"description": "Reactive primitives for observing resizing of HTML elements.",
"author": "Moshe Udimar",
"contributors": [
Expand Down

0 comments on commit cc3a339

Please sign in to comment.