Skip to content

Commit

Permalink
Merge pull request #25 from saenyakorn/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
saenyakorn authored Jan 19, 2023
2 parents e00e2cd + c462db2 commit 6fa6b46
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/modern-tools-cross.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# docs

## 0.1.6

### Patch Changes

- Updated dependencies [[`efaeaea`](https://github.com/saenyakorn/turborepo-versioning-demo/commit/efaeaeabdab2d166fa7169d905b95fc5c40030a8)]:
- [email protected]

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.1.5",
"version": "0.1.6",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
Expand Down
7 changes: 7 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# web

## 0.0.7

### Patch Changes

- Updated dependencies [[`efaeaea`](https://github.com/saenyakorn/turborepo-versioning-demo/commit/efaeaeabdab2d166fa7169d905b95fc5c40030a8)]:
- [email protected]

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"scripts": {
"dev": "next dev",
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 @@
# ui

## 0.1.4

### Patch Changes

- [#24](https://github.com/saenyakorn/turborepo-versioning-demo/pull/24) [`efaeaea`](https://github.com/saenyakorn/turborepo-versioning-demo/commit/efaeaeabdab2d166fa7169d905b95fc5c40030a8) Thanks [@saenyakorn](https://github.com/saenyakorn)! - Update UI

## 0.1.3

### Patch 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": "ui",
"version": "0.1.3",
"version": "0.1.4",
"main": "./index.tsx",
"types": "./index.tsx",
"license": "MIT",
Expand Down

0 comments on commit 6fa6b46

Please sign in to comment.