Skip to content

Commit

Permalink
Version Packages (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav authored Jan 16, 2024
2 parents d23dd74 + 3670605 commit 91f3a5e
Show file tree
Hide file tree
Showing 159 changed files with 679 additions and 162 deletions.
83 changes: 0 additions & 83 deletions .changeset/fair-geese-dance.md

This file was deleted.

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

## 2.0.18

### Patch Changes

- d23dd74: Add type exports for cjs
- Updated dependencies [d23dd74]
- @solid-primitives/event-listener@2.3.1
- @solid-primitives/utils@6.2.2

## 2.0.17

### 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.17",
"version": "2.0.18",
"description": "A reactive document.activeElement. Check which element is currently focused.",
"author": "Damian Tarnawski @thetarnav <gthetarnav@gmail.com>",
"contributors": [
Expand Down
6 changes: 6 additions & 0 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-primitives/analytics

## 0.1.6

### Patch Changes

- d23dd74: Add type exports for cjs

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/analytics",
"version": "0.1.5",
"version": "0.1.6",
"description": "Primitive that makes managing analytics a lot easier.",
"author": "David Di Biase <dave.dibiase@gmail.com>",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @solid-primitives/audio

## 1.3.15

### Patch Changes

- d23dd74: Add type exports for cjs
- Updated dependencies [d23dd74]
- @solid-primitives/static-store@0.0.6
- @solid-primitives/utils@6.2.2

## 1.3.14

### 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.14",
"version": "1.3.15",
"description": "Primitives to manage audio and single sounds.",
"author": "David Di Biase <dave.dibiase@gmail.com>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/autofocus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @solid-primitives/autofocus

## 0.0.109

### Patch Changes

- d23dd74: Add type exports for cjs
- Updated dependencies [d23dd74]
- @solid-primitives/utils@6.2.2

## 0.0.108

### 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.108",
"version": "0.0.109",
"description": "Primitives for autofocusing HTML elements",
"author": "jer3m01 <jer3m01@jer3m01.com>",
"contributors": [],
Expand Down
11 changes: 11 additions & 0 deletions packages/bounds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @solid-primitives/bounds

## 0.0.119

### Patch Changes

- d23dd74: Add type exports for cjs
- Updated dependencies [d23dd74]
- @solid-primitives/event-listener@2.3.1
- @solid-primitives/resize-observer@2.0.23
- @solid-primitives/static-store@0.0.6
- @solid-primitives/utils@6.2.2

## 0.0.118

### 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.118",
"version": "0.0.119",
"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.104

### Patch Changes

- d23dd74: Add type exports for cjs

## 0.0.103

### 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.103",
"version": "0.0.104",
"description": "Primitives to manage Broadcast Channel API",
"author": "Caleb Taylor <aquaductape@gmail.com>",
"contributors": [],
Expand Down
8 changes: 8 additions & 0 deletions packages/clipboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @solid-primitives/clipboard

## 1.5.8

### Patch Changes

- d23dd74: Add type exports for cjs
- Updated dependencies [d23dd74]
- @solid-primitives/utils@6.2.2

## 1.5.7

### 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.7",
"version": "1.5.8",
"description": "Primitives for reading and writing to clipboard.",
"author": "David Di Biase <dave.dibiase@gmail.com>",
"contributors": [
Expand Down
10 changes: 10 additions & 0 deletions packages/connectivity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @solid-primitives/connectivity

## 0.3.18

### Patch Changes

- d23dd74: Add type exports for cjs
- Updated dependencies [d23dd74]
- @solid-primitives/event-listener@2.3.1
- @solid-primitives/rootless@1.4.3
- @solid-primitives/utils@6.2.2

## 0.3.17

### 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.17",
"version": "0.3.18",
"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.2

### Patch Changes

- d23dd74: Add type exports for cjs

## 0.2.1

### 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.1",
"version": "0.2.2",
"description": "Primitives simplifying or extending the SolidJS Context API",
"author": "Damian Tarnawski @thetarnav <gthetarnav@gmail.com>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/controlled-props/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @solid-primitives/controlled-props

## 0.0.13

### Patch Changes

- d23dd74: Add type exports for cjs
- Updated dependencies [d23dd74]
- @solid-primitives/utils@6.2.2

## 0.0.12

### 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.12",
"version": "0.0.13",
"description": "The primitives in this package allow you to create controlls for component props.",
"author": "Alex Lohr <alex.lohr@logmein.com>",
"contributors": [],
Expand Down
8 changes: 8 additions & 0 deletions packages/cursor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @solid-primitives/cursor

## 0.0.113

### Patch Changes

- d23dd74: Add type exports for cjs
- Updated dependencies [d23dd74]
- @solid-primitives/utils@6.2.2

## 0.0.112

### 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.112",
"version": "0.0.113",
"description": "Two simple primitives for setting cursor css property reactively.",
"author": "Damian Tarnawski <gthetarnav@gmail.com>",
"contributors": [],
Expand Down
10 changes: 10 additions & 0 deletions packages/date/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @solid-primitives/date

## 2.0.19

### Patch Changes

- d23dd74: Add type exports for cjs
- Updated dependencies [d23dd74]
- @solid-primitives/memo@1.3.6
- @solid-primitives/timer@1.3.8
- @solid-primitives/utils@6.2.2

## 2.0.18

### 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.18",
"version": "2.0.19",
"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.5

### Patch Changes

- d23dd74: Add type exports for cjs
- Updated dependencies [d23dd74]
- @solid-primitives/memo@1.3.6

## 0.2.4

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

## 0.1.15

### Patch Changes

- d23dd74: Add type exports for cjs
- Updated dependencies [d23dd74]
- @solid-primitives/utils@6.2.2

## 0.1.14

### 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.14",
"version": "0.1.15",
"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
Loading

0 comments on commit 91f3a5e

Please sign in to comment.