Skip to content

Commit

Permalink
Version Packages (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 1, 2023
1 parent 44aca2d commit 56291ab
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/purple-countries-jump.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/icona-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @icona/cli

## 0.0.12

### Patch Changes

- Updated dependencies [44aca2d]
- @icona/generator@0.0.14

## 0.0.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/icona-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@icona/cli",
"version": "0.0.11",
"version": "0.0.12",
"repository": {
"type": "git",
"url": "git+https://github.com/daangn/icona.git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"prepack": "yarn build"
},
"dependencies": {
"@icona/generator": "^0.0.13",
"@icona/generator": "^0.0.14",
"@icona/utils": "^0.0.13",
"commander": "^10.0.1",
"dedent": "^0.7.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/icona-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @icona/generator

## 0.0.14

### Patch Changes

- 44aca2d: fix: drawable defaultColor 옵션 안 먹던거 수정

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icona-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@icona/generator",
"version": "0.0.13",
"version": "0.0.14",
"repository": {
"type": "git",
"url": "git+https://github.com/daangn/icona.git",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3623,7 +3623,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@icona/cli@workspace:packages/icona-cli"
dependencies:
"@icona/generator": ^0.0.13
"@icona/generator": ^0.0.14
"@icona/types": ^0.0.12
"@icona/utils": ^0.0.13
"@types/dedent": ^0.7.0
Expand Down Expand Up @@ -3670,7 +3670,7 @@ __metadata:
languageName: unknown
linkType: soft

"@icona/generator@^0.0.13, @icona/generator@workspace:packages/icona-generator":
"@icona/generator@^0.0.14, @icona/generator@workspace:packages/icona-generator":
version: 0.0.0-use.local
resolution: "@icona/generator@workspace:packages/icona-generator"
dependencies:
Expand Down

0 comments on commit 56291ab

Please sign in to comment.