Skip to content

Commit

Permalink
Version Packages (#40)
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 Mar 19, 2024
1 parent af4efe8 commit 6fadc80
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 20 deletions.
9 changes: 0 additions & 9 deletions .changeset/wicked-jeans-trade.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.5.0

### Minor Changes

- af4efe8: - (generator) Added `svgtofont` package to generate `font` (eot, ttf, woff, woff2, svg) files from `SVG` files.
- (generator) Added `config.font` method in `generate` function to generate `font` files.
- (generator) Added `generateFont` method

### Patch Changes

- Updated dependencies [af4efe8]
- @icona/types@0.5.0
- @icona/utils@0.5.0

## 0.4.1

### 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.4.1",
"version": "0.5.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.4.1",
"@icona/utils": "^0.4.1",
"@icona/types": "^0.5.0",
"@icona/utils": "^0.5.0",
"@svgr/core": "^8.0.0",
"@types/cli-progress": "^3.11.5",
"cli-progress": "^3.12.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @icona/types

## 0.5.0

### Minor Changes

- af4efe8: - (generator) Added `svgtofont` package to generate `font` (eot, ttf, woff, woff2, svg) files from `SVG` files.
- (generator) Added `config.font` method in `generate` function to generate `font` files.
- (generator) Added `generateFont` method

## 0.4.1

### 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.4.1",
"version": "0.5.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.5.0

### Minor Changes

- af4efe8: - (generator) Added `svgtofont` package to generate `font` (eot, ttf, woff, woff2, svg) files from `SVG` files.
- (generator) Added `config.font` method in `generate` function to generate `font` files.
- (generator) Added `generateFont` method

### Patch Changes

- Updated dependencies [af4efe8]
- @icona/types@0.5.0

## 0.4.1

### 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.4.1",
"version": "0.5.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.4.1",
"@icona/types": "^0.5.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 @@ -3666,8 +3666,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@icona/generator@workspace:packages/generator"
dependencies:
"@icona/types": ^0.4.1
"@icona/utils": ^0.4.1
"@icona/types": ^0.5.0
"@icona/utils": ^0.5.0
"@svgr/core": ^8.0.0
"@types/cli-progress": ^3.11.5
cli-progress: ^3.12.0
Expand Down Expand Up @@ -3706,7 +3706,7 @@ __metadata:
languageName: unknown
linkType: soft

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

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

0 comments on commit 6fadc80

Please sign in to comment.