Skip to content

Commit 9a59264

Browse files
committed
Updated JSR references
1 parent 8f1fde2 commit 9a59264

93 files changed

Lines changed: 93 additions & 93 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/a11y/deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/a11y",
3-
"version": "1.0.0-next.0",
3+
"version": "1.0.0-next.1",
44
"description": "Accessibility primitives for Solid.js — labeled field groups, ARIA graph helpers, and more.",
55
"license": "MIT",
66
"exports": "./src/index.ts",

packages/active-element/deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/active-element",
3-
"version": "3.0.0-next.0",
3+
"version": "3.0.0-next.1",
44
"description": "A reactive document.activeElement. Check which element is currently focused.",
55
"license": "MIT",
66
"exports": "./src/index.ts",

packages/analytics/deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/analytics",
3-
"version": "2.0.0-next.0",
3+
"version": "2.0.0-next.1",
44
"description": "Solid primitives for analytics tracking with a plugin-compatible queue-based dispatch pipeline.",
55
"license": "MIT",
66
"exports": {

packages/async/deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/async",
3-
"version": "0.0.101-next.1",
3+
"version": "0.0.101-next.2",
44
"description": "A collection of primitives for asynchronous handling.",
55
"license": "MIT",
66
"exports": "./src/index.ts",

packages/audio/deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/audio",
3-
"version": "3.0.0-next.0",
3+
"version": "3.0.0-next.1",
44
"description": "Primitives to manage audio and single sounds.",
55
"license": "MIT",
66
"exports": "./src/index.ts",

packages/bounds/deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/bounds",
3-
"version": "1.0.0-next.0",
3+
"version": "1.0.0-next.1",
44
"description": "Primitives for tracking HTML element size and position on screen as it changes.",
55
"license": "MIT",
66
"exports": "./src/index.ts",

packages/broadcast-channel/deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/broadcast-channel",
3-
"version": "1.0.0-next.0",
3+
"version": "1.0.0-next.1",
44
"description": "Primitives to manage Broadcast Channel API",
55
"license": "MIT",
66
"exports": "./src/index.ts",

packages/clipboard/deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/clipboard",
3-
"version": "2.0.0-next.15",
3+
"version": "2.0.0-next.16",
44
"description": "Primitives for reading and writing to clipboard.",
55
"license": "MIT",
66
"exports": "./src/index.ts",

packages/connectivity/deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/connectivity",
3-
"version": "1.0.0-next.0",
3+
"version": "1.0.0-next.1",
44
"description": "A navigator.onLine signal.",
55
"license": "MIT",
66
"exports": "./dist/index.js",

packages/context/deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-primitives/context",
3-
"version": "2.0.0-next.0",
3+
"version": "2.0.0-next.1",
44
"description": "Primitives simplifying or extending the SolidJS Context API",
55
"license": "MIT",
66
"exports": "./src/index.ts",

0 commit comments

Comments
 (0)