From 6205aba4c53aabbca0140960909f6d8e5c873af5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:14:43 -0500 Subject: [PATCH] Version Packages (#70) Co-authored-by: github-actions[bot] --- .changeset/moody-rings-grow.md | 5 ----- .changeset/thirty-bears-yawn.md | 5 ----- .changeset/weak-pandas-leave.md | 5 ----- .changeset/wise-lies-prove.md | 6 ------ .changeset/yellow-bobcats-camp.md | 7 ------- CHANGELOG.md | 15 +++++++++++++++ examples/basic/package.json | 2 +- examples/plots/package.json | 2 +- package.json | 2 +- packages/config/package.json | 2 +- packages/constants-internal/package.json | 2 +- packages/core/package.json | 2 +- packages/flow-editor/package.json | 2 +- packages/graphviz-renderer/package.json | 2 +- packages/json-schema/package.json | 2 +- packages/main/all/package.json | 2 +- packages/main/dev/package.json | 2 +- packages/main/prod/package.json | 2 +- packages/schemas/package.json | 2 +- packages/trrack-helpers/package.json | 2 +- packages/utils/package.json | 2 +- sites/demo/package.json | 2 +- sites/docs/package.json | 2 +- 23 files changed, 32 insertions(+), 45 deletions(-) delete mode 100644 .changeset/moody-rings-grow.md delete mode 100644 .changeset/thirty-bears-yawn.md delete mode 100644 .changeset/weak-pandas-leave.md delete mode 100644 .changeset/wise-lies-prove.md delete mode 100644 .changeset/yellow-bobcats-camp.md diff --git a/.changeset/moody-rings-grow.md b/.changeset/moody-rings-grow.md deleted file mode 100644 index 10555ca..0000000 --- a/.changeset/moody-rings-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs": patch ---- - -Add usage page to docs. diff --git a/.changeset/thirty-bears-yawn.md b/.changeset/thirty-bears-yawn.md deleted file mode 100644 index 48d8254..0000000 --- a/.changeset/thirty-bears-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@use-coordination/core": patch ---- - -Rename the hook functions to improve API. diff --git a/.changeset/weak-pandas-leave.md b/.changeset/weak-pandas-leave.md deleted file mode 100644 index 9c57a26..0000000 --- a/.changeset/weak-pandas-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@use-coordination/core": patch ---- - -Rename @use-coordination/provider to @use-coordination/core. diff --git a/.changeset/wise-lies-prove.md b/.changeset/wise-lies-prove.md deleted file mode 100644 index 070320b..0000000 --- a/.changeset/wise-lies-prove.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@use-coordination/provider": patch -"@use-coordination/plots-example": patch ---- - -Implement multi-level example. diff --git a/.changeset/yellow-bobcats-camp.md b/.changeset/yellow-bobcats-camp.md deleted file mode 100644 index bbcf48d..0000000 --- a/.changeset/yellow-bobcats-camp.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@use-coordination/json-schema": patch -"@use-coordination/schemas": patch -"@use-coordination/core": patch ---- - -Rename config to spec everywhere. diff --git a/CHANGELOG.md b/CHANGELOG.md index e2bcd93..599382b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,19 @@ +## 0.0.9 + +### Patch Changes + +- Add usage page to docs. (`docs`) ([`763abd7`](https://github.com/keller-mark/use-coordination/commit/763abd745e697a9e78a92748c8fe834bb540ea22)) + +- Rename the hook functions to improve API. (`@use-coordination/core`) ([#73](https://github.com/keller-mark/use-coordination/pull/73)) + +- Rename @use-coordination/provider to @use-coordination/core. (`@use-coordination/core`) ([#71](https://github.com/keller-mark/use-coordination/pull/71)) + +- Implement multi-level example. (`@use-coordination/provider`, `@use-coordination/plots-example`) ([#69](https://github.com/keller-mark/use-coordination/pull/69)) + +- Rename config to spec everywhere. (`@use-coordination/json-schema`, `@use-coordination/schemas`, `@use-coordination/core`) ([#74](https://github.com/keller-mark/use-coordination/pull/74)) + + ## 0.0.8 ### Patch Changes diff --git a/examples/basic/package.json b/examples/basic/package.json index a0637f9..43ed0b8 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -1,6 +1,6 @@ { "name": "@use-coordination/basic-example", - "version": "0.0.8", + "version": "0.0.9", "private": true, "description": "", "type": "module", diff --git a/examples/plots/package.json b/examples/plots/package.json index 93d77c9..9cde428 100644 --- a/examples/plots/package.json +++ b/examples/plots/package.json @@ -1,6 +1,6 @@ { "name": "@use-coordination/plots-example", - "version": "0.0.8", + "version": "0.0.9", "private": true, "description": "", "type": "module", diff --git a/package.json b/package.json index dcb5843..bfac3ee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@use-coordination/root", "private": true, - "version": "0.0.8", + "version": "0.0.9", "description": "", "author": "Mark Keller", "homepage": "https://keller-mark.github.io/use-coordination/", diff --git a/packages/config/package.json b/packages/config/package.json index 4d131ee..09d561b 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@use-coordination/config", - "version": "0.0.8", + "version": "0.0.9", "author": "Mark Keller", "license": "MIT", "type": "module", diff --git a/packages/constants-internal/package.json b/packages/constants-internal/package.json index 15e8199..34fd8dd 100644 --- a/packages/constants-internal/package.json +++ b/packages/constants-internal/package.json @@ -1,6 +1,6 @@ { "name": "@use-coordination/constants-internal", - "version": "0.0.8", + "version": "0.0.9", "author": "Mark Keller", "license": "MIT", "type": "module", diff --git a/packages/core/package.json b/packages/core/package.json index f00c4a7..0f7140f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@use-coordination/core", - "version": "0.0.8", + "version": "0.0.9", "author": "Mark Keller", "license": "MIT", "type": "module", diff --git a/packages/flow-editor/package.json b/packages/flow-editor/package.json index ea05fdc..54d4d79 100644 --- a/packages/flow-editor/package.json +++ b/packages/flow-editor/package.json @@ -1,6 +1,6 @@ { "name": "@use-coordination/flow-editor", - "version": "0.0.8", + "version": "0.0.9", "author": "Mark Keller", "license": "MIT", "type": "module", diff --git a/packages/graphviz-renderer/package.json b/packages/graphviz-renderer/package.json index a1061cb..4418b80 100644 --- a/packages/graphviz-renderer/package.json +++ b/packages/graphviz-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@use-coordination/graphviz-renderer", - "version": "0.0.8", + "version": "0.0.9", "description": "", "type": "module", "main": "dist-tsc/index.js", diff --git a/packages/json-schema/package.json b/packages/json-schema/package.json index b51219a..701d82c 100644 --- a/packages/json-schema/package.json +++ b/packages/json-schema/package.json @@ -1,6 +1,6 @@ { "name": "@use-coordination/json-schema", - "version": "0.0.8", + "version": "0.0.9", "author": "Mark Keller", "license": "MIT", "files": [ diff --git a/packages/main/all/package.json b/packages/main/all/package.json index e6d1060..dcfcf9e 100644 --- a/packages/main/all/package.json +++ b/packages/main/all/package.json @@ -1,6 +1,6 @@ { "name": "@use-coordination/all", - "version": "0.0.8", + "version": "0.0.9", "author": "", "description": "", "type": "module", diff --git a/packages/main/dev/package.json b/packages/main/dev/package.json index b5a852c..e6df0d9 100644 --- a/packages/main/dev/package.json +++ b/packages/main/dev/package.json @@ -1,6 +1,6 @@ { "name": "@use-coordination/dev", - "version": "0.0.8", + "version": "0.0.9", "author": "", "description": "", "type": "module", diff --git a/packages/main/prod/package.json b/packages/main/prod/package.json index 0c3e290..00c3453 100644 --- a/packages/main/prod/package.json +++ b/packages/main/prod/package.json @@ -1,6 +1,6 @@ { "name": "use-coordination", - "version": "0.0.8", + "version": "0.0.9", "author": "", "description": "", "type": "module", diff --git a/packages/schemas/package.json b/packages/schemas/package.json index 7e63b47..e18ba89 100644 --- a/packages/schemas/package.json +++ b/packages/schemas/package.json @@ -1,6 +1,6 @@ { "name": "@use-coordination/schemas", - "version": "0.0.8", + "version": "0.0.9", "author": "Mark Keller", "license": "MIT", "type": "module", diff --git a/packages/trrack-helpers/package.json b/packages/trrack-helpers/package.json index f54ea53..3fdec53 100644 --- a/packages/trrack-helpers/package.json +++ b/packages/trrack-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@use-coordination/trrack-helpers", - "version": "0.0.8", + "version": "0.0.9", "author": "Mark Keller", "license": "MIT", "type": "module", diff --git a/packages/utils/package.json b/packages/utils/package.json index 7f593a0..3a7b0b3 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@use-coordination/utils", - "version": "0.0.8", + "version": "0.0.9", "description": "", "type": "module", "main": "dist-tsc/index.js", diff --git a/sites/demo/package.json b/sites/demo/package.json index 5cb18ee..ad79d38 100644 --- a/sites/demo/package.json +++ b/sites/demo/package.json @@ -1,7 +1,7 @@ { "name": "demo", "private": true, - "version": "1.0.21", + "version": "1.0.22", "description": "", "scripts": { "start": "vite", diff --git a/sites/docs/package.json b/sites/docs/package.json index cfd4210..5b1dab0 100644 --- a/sites/docs/package.json +++ b/sites/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "1.0.21", + "version": "1.0.22", "private": true, "scripts": { "docusaurus": "docusaurus",