Skip to content

Commit 9fc7093

Browse files
chore(release): 2.7.0-beta.7 [skip ci]
## [2.7.0-beta.7](v2.7.0-beta.6...v2.7.0-beta.7) (2026-05-12) ### Bug Fixes * certbot 컨테이너 제거 후 호스트 certbot 방식으로 전환 ([a104bfb](a104bfb)) * **ci:** move pnpm build allowlist to pnpm-workspace.yaml ([#140](#140)) ([17ecd51](17ecd51)) * **ci:** pin pnpm to 10.13.1 via packageManager ([#141](#141)) ([e020a3c](e020a3c)), closes [#139](#139) [#140](#140) * **ci:** pnpm 버전 충돌 해결을 위해 워크플로우의 version 명시 제거 ([a5000af](a5000af))
1 parent ac82d01 commit 9fc7093

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to the YogiEat project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.7.0-beta.7](https://github.com/Nexters/yogieat/compare/v2.7.0-beta.6...v2.7.0-beta.7) (2026-05-12)
9+
10+
### Bug Fixes
11+
12+
* certbot 컨테이너 제거 후 호스트 certbot 방식으로 전환 ([a104bfb](https://github.com/Nexters/yogieat/commit/a104bfb293b1cf22a255fcad2180251fcd8772ed))
13+
* **ci:** move pnpm build allowlist to pnpm-workspace.yaml ([#140](https://github.com/Nexters/yogieat/issues/140)) ([17ecd51](https://github.com/Nexters/yogieat/commit/17ecd517000d61405e5ef3dd9698caea04b8db15))
14+
* **ci:** pin pnpm to 10.13.1 via packageManager ([#141](https://github.com/Nexters/yogieat/issues/141)) ([e020a3c](https://github.com/Nexters/yogieat/commit/e020a3c42a077cff8065979d3b0a9ca042b7260e)), closes [#139](https://github.com/Nexters/yogieat/issues/139) [#140](https://github.com/Nexters/yogieat/issues/140)
15+
* **ci:** pnpm 버전 충돌 해결을 위해 워크플로우의 version 명시 제거 ([a5000af](https://github.com/Nexters/yogieat/commit/a5000af6e033b89da093c3c28a77a45bbf41ea53))
16+
817
## [2.7.0-beta.6](https://github.com/Nexters/yogieat/compare/v2.7.0-beta.5...v2.7.0-beta.6) (2026-05-07)
918

1019
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "heareat",
3-
"version": "2.7.0-beta.6",
3+
"version": "2.7.0-beta.7",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)