Skip to content

Commit

Permalink
Merge pull request #84 from saenyakorn/changeset-release/beta
Browse files Browse the repository at this point in the history
Version Packages (beta)
  • Loading branch information
saenyakorn authored Mar 27, 2023
2 parents cb3db11 + 9054589 commit 0d441fd
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@
"tsconfig": "0.0.0",
"ui": "0.1.5"
},
"changesets": []
"changesets": [
"sweet-kings-learn"
]
}
6 changes: 6 additions & 0 deletions apps/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# api

## 1.1.0-beta.0

### Minor Changes

- [#83](https://github.com/saenyakorn/monorepo-versioning-gitops/pull/83) [`03e4e87`](https://github.com/saenyakorn/monorepo-versioning-gitops/commit/03e4e87fd3a33d94d2b27e6f385fb3007ade7808) Thanks [@saenyakorn](https://github.com/saenyakorn)! - Add version number for web, docs and api

## 1.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "1.0.0",
"version": "1.1.0-beta.0",
"description": "",
"author": "",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# docs

## 1.1.0-beta.0

### Minor Changes

- [#83](https://github.com/saenyakorn/monorepo-versioning-gitops/pull/83) [`03e4e87`](https://github.com/saenyakorn/monorepo-versioning-gitops/commit/03e4e87fd3a33d94d2b27e6f385fb3007ade7808) Thanks [@saenyakorn](https://github.com/saenyakorn)! - Add version number for web, docs and api

## 1.0.2

### 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": "1.0.2",
"version": "1.1.0-beta.0",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
Expand Down
6 changes: 6 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# web

## 1.1.0-beta.0

### Minor Changes

- [#83](https://github.com/saenyakorn/monorepo-versioning-gitops/pull/83) [`03e4e87`](https://github.com/saenyakorn/monorepo-versioning-gitops/commit/03e4e87fd3a33d94d2b27e6f385fb3007ade7808) Thanks [@saenyakorn](https://github.com/saenyakorn)! - Add version number for web, docs and api

## 1.0.1

### 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": "1.0.1",
"version": "1.1.0-beta.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 0d441fd

Please sign in to comment.