Skip to content

Commit

Permalink
Version Packages (#51)
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 Oct 18, 2024
1 parent fc5f4ae commit c771913
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/fifty-timers-develop.md

This file was deleted.

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

## 0.8.0

### Minor Changes

- fc5f4ae: - Add `metadata` system
- Add custom template with `IconaIconData` in React Config

### Patch Changes

- Updated dependencies [fc5f4ae]
- @icona/types@0.8.0

## 0.7.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@icona/generator",
"version": "0.7.2",
"version": "0.8.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.7.2",
"@icona/types": "^0.8.0",
"@svgr/core": "^8.0.0",
"@types/cli-progress": "^3.11.5",
"cli-progress": "^3.12.0",
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.8.0

### Minor Changes

- fc5f4ae: - Add `metadata` system
- Add custom template with `IconaIconData` in React Config

## 0.7.2

### 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.7.2",
"version": "0.8.0",
"repository": {
"type": "git",
"url": "git+https://github.com/daangn/icona.git",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3869,7 +3869,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@icona/generator@workspace:packages/generator"
dependencies:
"@icona/types": ^0.7.2
"@icona/types": ^0.8.0
"@svgr/core": ^8.0.0
"@types/cli-progress": ^3.11.5
"@types/findup-sync": ^4.0.5
Expand Down Expand Up @@ -3912,7 +3912,7 @@ __metadata:
languageName: unknown
linkType: soft

"@icona/types@^0.7.2, @icona/types@workspace:^, @icona/types@workspace:packages/types":
"@icona/types@^0.8.0, @icona/types@workspace:^, @icona/types@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@icona/types@workspace:packages/types"
dependencies:
Expand Down

0 comments on commit c771913

Please sign in to comment.