Skip to content

Commit

Permalink
Version Packages (#58)
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 3, 2024
1 parent dac19b8 commit 17d0b05
Show file tree
Hide file tree
Showing 17 changed files with 22 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-carpets-lay.md

This file was deleted.

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

## 0.0.6

### Patch Changes

- Use more modern graphviz library. (`@use-coordination/graphviz-renderer`) ([#57](https://github.com/keller-mark/use-coordination/pull/57))


## 0.0.5

### 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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"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.18",
"version": "1.0.19",
"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.18",
"version": "1.0.19",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit 17d0b05

Please sign in to comment.