Skip to content

Commit

Permalink
Version Packages (#25)
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 Nov 23, 2023
1 parent 9e98a6d commit de98762
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 25 deletions.
7 changes: 0 additions & 7 deletions .changeset/lucky-waves-obey.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/shiny-berries-hope.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- 9e98a6d: PNG 내보내기 & width, height 정보 받기
- ae02a6f: Add png export

### Patch Changes

- Updated dependencies [9e98a6d]
- Updated dependencies [ae02a6f]
- @icona/types@0.1.0
- @icona/utils@0.1.0

## 0.0.17

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@icona/generator",
"version": "0.0.17",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/daangn/icona.git",
Expand All @@ -25,8 +25,8 @@
"prepack": "yarn build"
},
"dependencies": {
"@icona/types": "^0.0.13",
"@icona/utils": "^0.0.13",
"@icona/types": "^0.1.0",
"@icona/utils": "^0.1.0",
"@svgr/core": "^8.0.0",
"pdfkit": "^0.13.0",
"svg-to-pdfkit": "^0.1.8",
Expand Down
7 changes: 7 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @icona/types

## 0.1.0

### Minor Changes

- 9e98a6d: PNG 내보내기 & width, height 정보 받기
- ae02a6f: Add png export

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@icona/types",
"version": "0.0.13",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/daangn/icona.git",
Expand Down
13 changes: 13 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @icona/utils

## 0.1.0

### Minor Changes

- 9e98a6d: PNG 내보내기 & width, height 정보 받기
- ae02a6f: Add png export

### Patch Changes

- Updated dependencies [9e98a6d]
- Updated dependencies [ae02a6f]
- @icona/types@0.1.0

## 0.0.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@icona/utils",
"version": "0.0.13",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/daangn/icona.git",
Expand All @@ -25,7 +25,7 @@
"prepack": "yarn build"
},
"dependencies": {
"@icona/types": "^0.0.13",
"@icona/types": "^0.1.0",
"findup-sync": "^5.0.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3650,8 +3650,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@icona/generator@workspace:packages/generator"
dependencies:
"@icona/types": ^0.0.13
"@icona/utils": ^0.0.13
"@icona/types": ^0.1.0
"@icona/utils": ^0.1.0
"@svgr/core": ^8.0.0
nanobundle: ^1.6.0
pdfkit: ^0.13.0
Expand Down Expand Up @@ -3687,7 +3687,7 @@ __metadata:
languageName: unknown
linkType: soft

"@icona/types@^0.0.13, @icona/types@workspace:^, @icona/types@workspace:packages/types":
"@icona/types@^0.1.0, @icona/types@workspace:^, @icona/types@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@icona/types@workspace:packages/types"
dependencies:
Expand All @@ -3703,11 +3703,11 @@ __metadata:
languageName: unknown
linkType: soft

"@icona/utils@^0.0.13, @icona/utils@workspace:packages/utils":
"@icona/utils@^0.1.0, @icona/utils@workspace:packages/utils":
version: 0.0.0-use.local
resolution: "@icona/utils@workspace:packages/utils"
dependencies:
"@icona/types": ^0.0.13
"@icona/types": ^0.1.0
"@types/findup-sync": ^4.0.2
"@types/node": ^20.3.1
findup-sync: ^5.0.0
Expand Down

0 comments on commit de98762

Please sign in to comment.