Skip to content

Commit dd9f3b6

Browse files
Version Packages (#103)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2fc0a9b commit dd9f3b6

File tree

20 files changed

+25
-23
lines changed

20 files changed

+25
-23
lines changed

.changeset/famous-bats-hide.md

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

CHANGELOG.md

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

2+
## 1.0.1
3+
4+
### Patch Changes
5+
6+
- Fix build. (`use-coordination`) ([#102](https://github.com/keller-mark/use-coordination/pull/102))
7+
8+
29
## 1.0.0
310

411
### Major 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": "1.0.0",
3+
"version": "1.0.1",
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": "1.0.0",
3+
"version": "1.0.1",
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": "1.0.0",
3+
"version": "1.0.1",
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": "1.0.0",
4+
"version": "1.0.1",
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": "1.0.0",
3+
"version": "1.0.1",
44
"author": "Mark Keller",
55
"license": "MIT",
66
"type": "module",

packages/constants-internal/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/constants-internal",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"author": "Mark Keller",
55
"license": "MIT",
66
"type": "module",

packages/core/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/core",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"author": "Mark Keller",
55
"license": "MIT",
66
"type": "module",

packages/flow-editor/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/flow-editor",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"author": "Mark Keller",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)