Skip to content

Commit

Permalink
Version Packages (#45)
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 Jul 3, 2024
1 parent ac2eb09 commit 34713db
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 16 deletions.
11 changes: 0 additions & 11 deletions .changeset/eleven-lizards-build.md

This file was deleted.

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

## 0.7.0

### Minor Changes

- ac2eb09: - Add `vue2`, `vue3` generate function
- Remove `flutter`, `font` generate function (cause unstable)
- Add `genIndexFile` option in `react`, `vue2`, `vue3`
- Remove `generator`, only `generate` functions
- Remove `@icona/utils` package (merge into `@icona/generator`
- Refactoring variables name, some logics

### Patch Changes

- Updated dependencies [ac2eb09]
- @icona/types@0.7.0

## 0.6.0

### Minor 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.6.0",
"version": "0.7.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.6.0",
"@icona/types": "^0.7.0",
"@svgr/core": "^8.0.0",
"@types/cli-progress": "^3.11.5",
"cli-progress": "^3.12.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @icona/types

## 0.7.0

### Minor Changes

- ac2eb09: - Add `vue2`, `vue3` generate function
- Remove `flutter`, `font` generate function (cause unstable)
- Add `genIndexFile` option in `react`, `vue2`, `vue3`
- Remove `generator`, only `generate` functions
- Remove `@icona/utils` package (merge into `@icona/generator`
- Refactoring variables name, some logics

## 0.6.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.6.0",
"version": "0.7.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 @@ -3679,7 +3679,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@icona/generator@workspace:packages/generator"
dependencies:
"@icona/types": ^0.6.0
"@icona/types": ^0.7.0
"@svgr/core": ^8.0.0
"@types/cli-progress": ^3.11.5
"@types/findup-sync": ^4.0.5
Expand Down Expand Up @@ -3722,7 +3722,7 @@ __metadata:
languageName: unknown
linkType: soft

"@icona/types@^0.6.0, @icona/types@workspace:^, @icona/types@workspace:packages/types":
"@icona/types@^0.7.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 34713db

Please sign in to comment.