Skip to content

Commit

Permalink
Version Packages (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 15, 2024
1 parent 763abd7 commit 6205aba
Show file tree
Hide file tree
Showing 23 changed files with 32 additions and 45 deletions.
5 changes: 0 additions & 5 deletions .changeset/moody-rings-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-bears-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-pandas-leave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wise-lies-prove.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/yellow-bobcats-camp.md

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@use-coordination/basic-example",
"version": "0.0.8",
"version": "0.0.9",
"private": true,
"description": "",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/plots/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@use-coordination/plots-example",
"version": "0.0.8",
"version": "0.0.9",
"private": true,
"description": "",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@use-coordination/config",
"version": "0.0.8",
"version": "0.0.9",
"author": "Mark Keller",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/constants-internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@use-coordination/constants-internal",
"version": "0.0.8",
"version": "0.0.9",
"author": "Mark Keller",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@use-coordination/core",
"version": "0.0.8",
"version": "0.0.9",
"author": "Mark Keller",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/flow-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@use-coordination/flow-editor",
"version": "0.0.8",
"version": "0.0.9",
"author": "Mark Keller",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphviz-renderer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/json-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@use-coordination/json-schema",
"version": "0.0.8",
"version": "0.0.9",
"author": "Mark Keller",
"license": "MIT",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/main/all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@use-coordination/all",
"version": "0.0.8",
"version": "0.0.9",
"author": "",
"description": "",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/main/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@use-coordination/dev",
"version": "0.0.8",
"version": "0.0.9",
"author": "",
"description": "",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/main/prod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-coordination",
"version": "0.0.8",
"version": "0.0.9",
"author": "",
"description": "",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@use-coordination/schemas",
"version": "0.0.8",
"version": "0.0.9",
"author": "Mark Keller",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/trrack-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@use-coordination/trrack-helpers",
"version": "0.0.8",
"version": "0.0.9",
"author": "Mark Keller",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@use-coordination/utils",
"version": "0.0.8",
"version": "0.0.9",
"description": "",
"type": "module",
"main": "dist-tsc/index.js",
Expand Down
2 changes: 1 addition & 1 deletion sites/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "demo",
"private": true,
"version": "1.0.21",
"version": "1.0.22",
"description": "",
"scripts": {
"start": "vite",
Expand Down
2 changes: 1 addition & 1 deletion sites/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.0.21",
"version": "1.0.22",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit 6205aba

Please sign in to comment.