Skip to content

Commit

Permalink
Version Packages (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 2, 2024
1 parent 6dd7c29 commit aa239fa
Show file tree
Hide file tree
Showing 24 changed files with 36 additions and 57 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-islands-juggle.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/eighty-fireants-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-onions-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-gorillas-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-ears-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-laws-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-cows-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-forks-shake.md

This file was deleted.

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@

## 0.0.4

### Patch Changes

- Playwright e2e test for counting re-renders. (`demo`) ([#35](https://github.com/keller-mark/use-coordination/pull/35))

- Add mergeCoordination changes. (`@use-coordination/provider`, `@use-coordination/config`, `@use-coordination/utils`) ([#49](https://github.com/keller-mark/use-coordination/pull/49))

- Add multiple plot libraries example. (`@use-coordination/plots-example`) ([#33](https://github.com/keller-mark/use-coordination/pull/33))

- Add graphviz render function. (`@use-coordination/graphviz-renderer`) ([#45](https://github.com/keller-mark/use-coordination/pull/45))

- License. (`use-coordination`) ([#48](https://github.com/keller-mark/use-coordination/pull/48))

- Add plotly example to multiple plot libraries example. (`@use-coordination/plots-example`) ([#51](https://github.com/keller-mark/use-coordination/pull/51))

- Implement a defineConfig function using TypeScript generics to integrate config with type system. (`@use-coordination/provider`) ([#52](https://github.com/keller-mark/use-coordination/pull/52))

- Rename CmvProvider -> CoordinationProvider. (`@use-coordination/provider`) ([#47](https://github.com/keller-mark/use-coordination/pull/47))


## 0.0.3

### 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.3",
"version": "0.0.4",
"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.2",
"version": "0.0.4",
"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.3",
"version": "0.0.4",
"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.3",
"version": "0.0.4",
"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.3",
"version": "0.0.4",
"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.3",
"version": "0.0.4",
"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.3",
"version": "0.0.4",
"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.3",
"version": "0.0.4",
"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.3",
"version": "0.0.4",
"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.3",
"version": "0.0.4",
"author": "",
"description": "",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@use-coordination/provider",
"version": "0.0.3",
"version": "0.0.4",
"author": "Mark Keller",
"license": "MIT",
"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.3",
"version": "0.0.4",
"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.3",
"version": "0.0.4",
"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.16",
"version": "1.0.17",
"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.16",
"version": "1.0.17",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit aa239fa

Please sign in to comment.