Skip to content

Commit fd7833f

Browse files
authored
Merge pull request #3 from codemix/changeset-release/main
chore: version packages
2 parents 19a3235 + 8e4e93a commit fd7833f

File tree

7 files changed

+28
-10
lines changed

7 files changed

+28
-10
lines changed

.changeset/wicked-turtles-sleep.md

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

packages/graph/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @codemix/graph
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- 7aff418: Add npm publishing metadata and automated release configuration for the monorepo packages.
8+
- Updated dependencies [7aff418]
9+
- @codemix/text-search@0.0.2

packages/graph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemix/graph",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "The codemix graph database.",
55
"license": "MIT",
66
"files": [

packages/text-search/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @codemix/text-search
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- 7aff418: Add npm publishing metadata and automated release configuration for the monorepo packages.

packages/text-search/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemix/text-search",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Fast, accurate text search with BM25 scoring and stemming.",
55
"license": "MIT",
66
"files": [
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @codemix/y-graph-storage
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- 7aff418: Add npm publishing metadata and automated release configuration for the monorepo packages.
8+
- Updated dependencies [7aff418]
9+
- @codemix/graph@0.0.2

packages/y-graph-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemix/y-graph-storage",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "A YJS storage adapter for the codemix graph database.",
55
"license": "MIT",
66
"files": [

0 commit comments

Comments
 (0)