Skip to content

Commit a1efa2a

Browse files
authored
Merge pull request #96 from saenyakorn/changeset-release/beta
Version Packages (beta)
2 parents 3daaeed + a3cbdb8 commit a1efa2a

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@
99
"tsconfig": "0.0.0",
1010
"ui": "0.1.5"
1111
},
12-
"changesets": []
12+
"changesets": [
13+
"curvy-guests-develop",
14+
"sixty-teachers-mix"
15+
]
1316
}

apps/api/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# api
22

3+
## 1.2.0-beta.0
4+
5+
### Minor Changes
6+
7+
- [#95](https://github.com/saenyakorn/monorepo-versioning-gitops/pull/95) [`938b4ef`](https://github.com/saenyakorn/monorepo-versioning-gitops/commit/938b4ef687ced2885b6829982da54a85cf87c00e) Thanks [@saenyakorn](https://github.com/saenyakorn)! - Modify hello endpoint
8+
9+
### Patch Changes
10+
11+
- [#97](https://github.com/saenyakorn/monorepo-versioning-gitops/pull/97) [`ff2e67a`](https://github.com/saenyakorn/monorepo-versioning-gitops/commit/ff2e67a6b9737bba14cbaef03aa256d6deb01d32) Thanks [@saenyakorn](https://github.com/saenyakorn)! - Fix modify world endpoint
12+
313
## 1.1.1
414

515
### Patch Changes

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api",
3-
"version": "1.1.1",
3+
"version": "1.2.0-beta.0",
44
"description": "",
55
"author": "",
66
"private": true,

0 commit comments

Comments
 (0)