Skip to content

Commit

Permalink
Merge pull request #92 from saenyakorn/beta
Browse files Browse the repository at this point in the history
Merge to Production branch
  • Loading branch information
saenyakorn authored Mar 27, 2023
2 parents 31b9541 + d778a1f commit 1232479
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/big-kiwis-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"api": patch
---

fix Dockerfile for api
15 changes: 15 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"mode": "exit",
"tag": "beta",
"initialVersions": {
"api": "1.1.0",
"docs": "1.1.0",
"web": "1.1.0",
"eslint-config-custom": "0.0.0",
"tsconfig": "0.0.0",
"ui": "0.1.5"
},
"changesets": [
"big-kiwis-pretend"
]
}
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.1-beta.0

### Patch Changes

- [#89](https://github.com/saenyakorn/monorepo-versioning-gitops/pull/89) [`7e1bbc1`](https://github.com/saenyakorn/monorepo-versioning-gitops/commit/7e1bbc1dad6a3da43cc2846f322447a6210e5abf) Thanks [@saenyakorn](https://github.com/saenyakorn)! - fix Dockerfile for api

## 1.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "api",
"version": "1.1.0",
"version": "1.1.1-beta.0",
"description": "",
"author": "",
"private": true,
"license": "UNLICENSED",
"scripts": {
"build": "nest build",
"build": "nest build --webpack",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"dev": "nest start --watch",
Expand Down

0 comments on commit 1232479

Please sign in to comment.