Skip to content

Commit

Permalink
Version Packages (#20)
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 Sep 7, 2023
1 parent e921e24 commit 12d1e98
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .changeset/blue-snails-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-pens-carry.md

This file was deleted.

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

## 0.0.15

### Patch Changes

- 8265bdf: feat(generator, type): Add description about pdfkit info option and add default option
- 8265bdf: delete CreationDate in pdfkit

## 0.0.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.14",
"version": "0.0.15",
"repository": {
"type": "git",
"url": "git+https://github.com/daangn/icona.git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"svgo": "^3.0.2"
},
"devDependencies": {
"@icona/types": "^0.0.12",
"@icona/types": "^0.0.13",
"nanobundle": "^1.6.0",
"prettier": "^2.8.8",
"typescript": "^5.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/icona-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"findup-sync": "^5.0.0"
},
"devDependencies": {
"@icona/types": "^0.0.12",
"@icona/types": "^0.0.13",
"@types/findup-sync": "^4.0.2",
"@types/node": "^20.3.1",
"nanobundle": "^1.6.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @icona/types

## 0.0.13

### Patch Changes

- 8265bdf: feat(generator, type): Add description about pdfkit info option and add default option

## 0.0.12

### 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.12",
"version": "0.0.13",
"repository": {
"type": "git",
"url": "git+https://github.com/daangn/icona.git",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3644,7 +3644,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@icona/generator@workspace:packages/icona-generator"
dependencies:
"@icona/types": ^0.0.12
"@icona/types": ^0.0.13
"@icona/utils": ^0.0.13
"@svgr/core": ^8.0.0
nanobundle: ^1.6.0
Expand Down Expand Up @@ -3681,7 +3681,7 @@ __metadata:
languageName: unknown
linkType: soft

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

0 comments on commit 12d1e98

Please sign in to comment.