Skip to content

Commit

Permalink
Version Packages (#37)
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 Dec 7, 2023
1 parent 51a6e58 commit d329bd9
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 18 deletions.
7 changes: 0 additions & 7 deletions .changeset/heavy-hornets-fly.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.4.1

### Patch Changes

- 51a6e58: fix: png, pdf bar no stop issue
- Updated dependencies [51a6e58]
- @icona/types@0.4.1
- @icona/utils@0.4.1

## 0.4.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.4.0",
"version": "0.4.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.4.0",
"@icona/utils": "^0.4.0",
"@icona/types": "^0.4.1",
"@icona/utils": "^0.4.1",
"@svgr/core": "^8.0.0",
"@types/cli-progress": "^3.11.5",
"cli-progress": "^3.12.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.4.1

### Patch Changes

- 51a6e58: fix: png, pdf bar no stop issue

## 0.4.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.4.0",
"version": "0.4.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.4.1

### Patch Changes

- 51a6e58: fix: png, pdf bar no stop issue
- Updated dependencies [51a6e58]
- @icona/types@0.4.1

## 0.4.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.4.0",
"version": "0.4.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.4.0",
"@icona/types": "^0.4.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.4.0
"@icona/utils": ^0.4.0
"@icona/types": ^0.4.1
"@icona/utils": ^0.4.1
"@svgr/core": ^8.0.0
"@types/cli-progress": ^3.11.5
cli-progress: ^3.12.0
Expand Down Expand Up @@ -3689,7 +3689,7 @@ __metadata:
languageName: unknown
linkType: soft

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

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

0 comments on commit d329bd9

Please sign in to comment.