Skip to content

Commit

Permalink
Version Packages (#29)
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 30, 2023
1 parent 76e145e commit 013fddd
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 18 deletions.
7 changes: 0 additions & 7 deletions .changeset/healthy-dodos-raise.md

This file was deleted.

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

## 0.2.1

### Patch Changes

- 76e145e: chore: change SvgToPdfOptions type
- Updated dependencies [76e145e]
- @icona/types@0.2.1
- @icona/utils@0.2.1

## 0.2.0

### Minor 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.2.0",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "git+https://github.com/daangn/icona.git",
Expand All @@ -25,8 +25,8 @@
"prepack": "yarn build"
},
"dependencies": {
"@icona/types": "^0.2.0",
"@icona/utils": "^0.2.0",
"@icona/types": "^0.2.1",
"@icona/utils": "^0.2.1",
"@svgr/core": "^8.0.0",
"pdfkit": "^0.13.0",
"svg-to-pdfkit": "^0.1.8",
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.2.1

### Patch Changes

- 76e145e: chore: change SvgToPdfOptions type

## 0.2.0

### Minor 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.2.0",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "git+https://github.com/daangn/icona.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @icona/utils

## 0.2.1

### Patch Changes

- 76e145e: chore: change SvgToPdfOptions type
- Updated dependencies [76e145e]
- @icona/types@0.2.1

## 0.2.0

### Minor 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.2.0",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "git+https://github.com/daangn/icona.git",
Expand All @@ -25,7 +25,7 @@
"prepack": "yarn build"
},
"dependencies": {
"@icona/types": "^0.2.0",
"@icona/types": "^0.2.1",
"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.2.0
"@icona/utils": ^0.2.0
"@icona/types": ^0.2.1
"@icona/utils": ^0.2.1
"@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.2.0, @icona/types@workspace:^, @icona/types@workspace:packages/types":
"@icona/types@^0.2.1, @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.2.0, @icona/utils@workspace:packages/utils":
"@icona/utils@^0.2.1, @icona/utils@workspace:packages/utils":
version: 0.0.0-use.local
resolution: "@icona/utils@workspace:packages/utils"
dependencies:
"@icona/types": ^0.2.0
"@icona/types": ^0.2.1
"@types/findup-sync": ^4.0.2
"@types/node": ^20.3.1
findup-sync: ^5.0.0
Expand Down

0 comments on commit 013fddd

Please sign in to comment.