Skip to content

Commit d9d1a52

Browse files
Version Packages (#11)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7b7d5cb commit d9d1a52

File tree

7 files changed

+21
-10
lines changed

7 files changed

+21
-10
lines changed

Diff for: .changeset/fast-squids-hear.md

-7
This file was deleted.

Diff for: packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @coord/core
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 7b7d5cb: Adds publish workflow
8+
39
## 0.2.0
410

511
### Minor Changes

Diff for: packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coord/core",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"main": "dist/index.js",
55
"module": "dist/index.mjs",
66
"types": "dist/index.d.js",

Diff for: packages/docs/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @coord/docs
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 7b7d5cb: Adds publish workflow
8+
39
## 0.3.0
410

511
### Minor Changes

Diff for: packages/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coord/docs",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

Diff for: packages/graph/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @coord/graph
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 7b7d5cb: Adds publish workflow
8+
39
## 0.4.0
410

511
### Minor Changes

Diff for: packages/graph/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coord/graph",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"main": "dist/index.js",
55
"module": "dist/index.mjs",
66
"types": "dist/index.d.js",

0 commit comments

Comments
 (0)