Skip to content

Commit

Permalink
Version Packages (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 7, 2024
1 parent 7d66ed4 commit c59f18a
Show file tree
Hide file tree
Showing 24 changed files with 33 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-pots-cheer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silver-windows-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-keys-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-planes-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-terms-exist.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.10

### Patch Changes

- Improve examples: add plot library titles. Add color scale legend for Seattle weather example. (`@use-coordination/plots-example`) ([#84](https://github.com/keller-mark/use-coordination/pull/84))

- Fix flow editor bugs and fix docs for hooks. (`@use-coordination/flow-editor`, `docs`) ([#77](https://github.com/keller-mark/use-coordination/pull/77))

- Move usage guidance section into docs page (out of manuscript). (`docs`) ([#85](https://github.com/keller-mark/use-coordination/pull/85))

- Implement Seattle weather example. (`@use-coordination/plots-example`) ([#79](https://github.com/keller-mark/use-coordination/pull/79))

- Adds a volume visualization example using Niivue. (`@use-coordination/volumetric-example`) ([#82](https://github.com/keller-mark/use-coordination/pull/82))


## 0.0.9

### 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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"private": true,
"description": "",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/volumetric/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@use-coordination/volumetric-example",
"version": "0.0.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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.22",
"version": "1.0.23",
"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.22",
"version": "1.0.23",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit c59f18a

Please sign in to comment.