Skip to content

Commit

Permalink
Version Packages (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav authored Mar 5, 2024
2 parents 74db287 + f44dc75 commit 6b35d8e
Show file tree
Hide file tree
Showing 153 changed files with 585 additions and 156 deletions.
80 changes: 0 additions & 80 deletions .changeset/cuddly-mangos-destroy.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/active-element/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @solid-primitives/active-element

## 2.0.20

### Patch Changes

- 74db287: Correct the "homepage" field in package.json
- Updated dependencies [74db287]
- @solid-primitives/event-listener@2.3.3

## 2.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/active-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/active-element",
"version": "2.0.19",
"version": "2.0.20",
"description": "A reactive document.activeElement. Check which element is currently focused.",
"author": "Damian Tarnawski @thetarnav <gthetarnav@gmail.com>",
"contributors": [
Expand Down
8 changes: 8 additions & 0 deletions packages/audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @solid-primitives/audio

## 1.3.17

### Patch Changes

- 74db287: Correct the "homepage" field in package.json
- Updated dependencies [74db287]
- @solid-primitives/static-store@0.0.8

## 1.3.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/audio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/audio",
"version": "1.3.16",
"version": "1.3.17",
"description": "Primitives to manage audio and single sounds.",
"author": "David Di Biase <dave.dibiase@gmail.com>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/autofocus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-primitives/autofocus

## 0.0.111

### Patch Changes

- 74db287: Correct the "homepage" field in package.json

## 0.0.110

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/autofocus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/autofocus",
"version": "0.0.110",
"version": "0.0.111",
"description": "Primitives for autofocusing HTML elements",
"author": "jer3m01 <jer3m01@jer3m01.com>",
"contributors": [],
Expand Down
10 changes: 10 additions & 0 deletions packages/bounds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @solid-primitives/bounds

## 0.0.121

### Patch Changes

- 74db287: Correct the "homepage" field in package.json
- Updated dependencies [74db287]
- @solid-primitives/event-listener@2.3.3
- @solid-primitives/resize-observer@2.0.25
- @solid-primitives/static-store@0.0.8

## 0.0.120

### 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.120",
"version": "0.0.121",
"description": "Primitives for tracking HTML element size and position on screen as it changes.",
"author": "Damian Tarnawski <gthetarnav@gmail.com>",
"contributors": [],
Expand Down
6 changes: 6 additions & 0 deletions packages/broadcast-channel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-primitives/broadcast-channel

## 0.0.105

### Patch Changes

- 74db287: Correct the "homepage" field in package.json

## 0.0.104

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/broadcast-channel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/broadcast-channel",
"version": "0.0.104",
"version": "0.0.105",
"description": "Primitives to manage Broadcast Channel API",
"author": "Caleb Taylor <aquaductape@gmail.com>",
"contributors": [],
Expand Down
6 changes: 6 additions & 0 deletions packages/clipboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-primitives/clipboard

## 1.5.10

### Patch Changes

- 74db287: Correct the "homepage" field in package.json

## 1.5.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/clipboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/clipboard",
"version": "1.5.9",
"version": "1.5.10",
"description": "Primitives for reading and writing to clipboard.",
"author": "David Di Biase <dave.dibiase@gmail.com>",
"contributors": [
Expand Down
9 changes: 9 additions & 0 deletions packages/connectivity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @solid-primitives/connectivity

## 0.3.20

### Patch Changes

- 74db287: Correct the "homepage" field in package.json
- Updated dependencies [74db287]
- @solid-primitives/event-listener@2.3.3
- @solid-primitives/rootless@1.4.5

## 0.3.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/connectivity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/connectivity",
"version": "0.3.19",
"version": "0.3.20",
"description": "A navigator.onLine signal.",
"author": "Klemen Slavič <krof.drakula@gmail.com>",
"contributors": [
Expand Down
6 changes: 6 additions & 0 deletions packages/context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-primitives/context

## 0.2.3

### Patch Changes

- 74db287: Correct the "homepage" field in package.json

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/context",
"version": "0.2.2",
"version": "0.2.3",
"description": "Primitives simplifying or extending the SolidJS Context API",
"author": "Damian Tarnawski @thetarnav <gthetarnav@gmail.com>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/controlled-props/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-primitives/controlled-props

## 0.0.15

### Patch Changes

- 74db287: Correct the "homepage" field in package.json

## 0.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/controlled-props/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/controlled-props",
"version": "0.0.14",
"version": "0.0.15",
"description": "The primitives in this package allow you to create controlls for component props.",
"author": "Alex Lohr <alex.lohr@logmein.com>",
"contributors": [],
Expand Down
6 changes: 6 additions & 0 deletions packages/cursor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-primitives/cursor

## 0.0.115

### Patch Changes

- 74db287: Correct the "homepage" field in package.json

## 0.0.114

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cursor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/cursor",
"version": "0.0.114",
"version": "0.0.115",
"description": "Two simple primitives for setting cursor css property reactively.",
"author": "Damian Tarnawski <gthetarnav@gmail.com>",
"contributors": [],
Expand Down
9 changes: 9 additions & 0 deletions packages/date/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @solid-primitives/date

## 2.0.21

### Patch Changes

- 74db287: Correct the "homepage" field in package.json
- Updated dependencies [74db287]
- @solid-primitives/memo@1.3.8
- @solid-primitives/timer@1.3.9

## 2.0.20

### 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.20",
"version": "2.0.21",
"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
8 changes: 8 additions & 0 deletions packages/deep/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @solid-primitives/deep

## 0.2.7

### Patch Changes

- 74db287: Correct the "homepage" field in package.json
- Updated dependencies [74db287]
- @solid-primitives/memo@1.3.8

## 0.2.6

### 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.6",
"version": "0.2.7",
"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/destructure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-primitives/destructure

## 0.1.17

### Patch Changes

- 74db287: Correct the "homepage" field in package.json

## 0.1.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/destructure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/destructure",
"version": "0.1.16",
"version": "0.1.17",
"description": "Primitives for destructuring reactive objects – like props or stores – or signals of them into a separate accessors updated individually.",
"author": "Damian Tarnawski @thetarnav <gthetarnav@gmail.com>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/devices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-primitives/devices

## 1.2.6

### Patch Changes

- 74db287: Correct the "homepage" field in package.json

## 1.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/devices/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/devices",
"version": "1.2.5",
"version": "1.2.6",
"description": "Primitive that enumerates media devices",
"author": "Alex Lohr <alex.lohr@logmein.com>",
"contributors": [
Expand Down
6 changes: 6 additions & 0 deletions packages/event-bus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-primitives/event-bus

## 1.0.11

### Patch Changes

- 74db287: Correct the "homepage" field in package.json

## 1.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/event-bus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/event-bus",
"version": "1.0.10",
"version": "1.0.11",
"description": "A collection of SolidJS primitives providing various features of a pubsub/event-emitter/event-bus.",
"author": "Damian Tarnawski @thetarnav <gthetarnav@gmail.com>",
"license": "MIT",
Expand Down
Loading

0 comments on commit 6b35d8e

Please sign in to comment.