Skip to content

Commit a631741

Browse files
wawoo-devgithub-actions[bot]eugene028
authored
Version Packages (#72)
* Version Packages * chore: wow-docs 버전 업 무시 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Eugene Kim <eugene02876@gmail.com>
1 parent 2b41f5e commit a631741

File tree

6 files changed

+16
-8
lines changed

6 files changed

+16
-8
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"access": "public",
1111
"baseBranch": "main",
1212
"updateInternalDependencies": "patch",
13-
"ignore": []
13+
"ignore": ["wow-docs"]
1414
}

.changeset/grumpy-llamas-occur.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/wow-docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# wow-docs
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [2b41f5e]
8+
- wowds-ui@0.1.1
9+
310
## 0.0.1
411

512
### Patch Changes

apps/wow-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wow-docs",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"private": true,
55
"scripts": {
66
"dev": "rm -rf .next && next dev",

packages/wow-ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# wowds-ui
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 2b41f5e: babel config 파일을 변경하여 wow-ui 패키지 배포 파일에 절대경로가 포함되지 않도록 합니다.
8+
39
## 0.1.0
410

511
### Minor Changes

packages/wow-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wowds-ui",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "",
55
"author": "gdsc-hongik",
66
"repository": {

0 commit comments

Comments
 (0)