Skip to content

Commit

Permalink
changeset version
Browse files Browse the repository at this point in the history
  • Loading branch information
jollyjerr committed Dec 18, 2023
1 parent 61da268 commit 52c3105
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/chilly-months-shout.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @notree/common

## 0.2.0

### Minor Changes

- 61da268: refactor: fix exports
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notree/common",
"version": "0.1.0",
"version": "0.2.0",
"description": "shared code for @notree/*",
"scripts": {
"build": "tsc",
Expand Down
12 changes: 12 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @notree/server

## 0.2.0

### Minor Changes

- 61da268: refactor: fix exports

### Patch Changes

- Updated dependencies [61da268]
- @notree/common@0.2.0
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notree/server",
"version": "0.1.0",
"version": "0.2.0",
"description": "open source backend ecosystem for notree",
"scripts": {
"build": "rollup -c",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @notree/ui

## 0.3.0

### Minor Changes

- 61da268: refactor: fix exports

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notree/ui",
"version": "0.2.0",
"version": "0.3.0",
"description": "open source frontend ecosystem for notree",
"scripts": {
"build": "vite build",
Expand Down

0 comments on commit 52c3105

Please sign in to comment.