Skip to content

Commit 7c1e165

Browse files
Version Packages (#92)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c9e2063 commit 7c1e165

File tree

23 files changed

+33
-38
lines changed

23 files changed

+33
-38
lines changed

.changeset/itchy-walls-warn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/swift-zebras-sort.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tasty-phones-tan.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twelve-emus-itch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11

2+
## 1.0.0
3+
4+
### Major Changes
5+
6+
- Upgrade Zustand from v3 to v5. (`@use-coordination/core`) ([#100](https://github.com/keller-mark/use-coordination/pull/100))
7+
8+
### Patch Changes
9+
10+
- Update coordination types for MNIST example (targetX/targetY -> target [x, y]) (`@use-coordination/plots-example`) ([#91](https://github.com/keller-mark/use-coordination/pull/91))
11+
12+
- Add SPLOM example. (`@use-coordination/plots-example`) ([#99](https://github.com/keller-mark/use-coordination/pull/99))
13+
14+
- Remove unused <rect> element from Visx bar plot. (`@use-coordination/plots-example`) ([#93](https://github.com/keller-mark/use-coordination/pull/93))
15+
16+
217
## 0.0.11
318

419
### Patch Changes

examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@use-coordination/basic-example",
3-
"version": "0.0.11",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "",
66
"type": "module",

examples/plots/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@use-coordination/plots-example",
3-
"version": "0.0.11",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "",
66
"type": "module",

examples/volumetric/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@use-coordination/volumetric-example",
3-
"version": "0.0.11",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "",
66
"type": "module",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@use-coordination/root",
33
"private": true,
4-
"version": "0.0.11",
4+
"version": "1.0.0",
55
"description": "",
66
"author": "Mark Keller",
77
"homepage": "https://use-coordination.com/",

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@use-coordination/config",
3-
"version": "0.0.11",
3+
"version": "1.0.0",
44
"author": "Mark Keller",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)