Skip to content

Commit

Permalink
Version Packages (#49)
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 4, 2024
1 parent 9f9452e commit 0698cbe
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/long-eggs-cough.md

This file was deleted.

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

## 0.7.2

### Patch Changes

- 9f9452e: Add attributes in vue generators
- Updated dependencies [9f9452e]
- @icona/types@0.7.2

## 0.7.1

### 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.1",
"version": "0.7.2",
"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.1",
"@icona/types": "^0.7.2",
"@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.7.2

### Patch Changes

- 9f9452e: Add attributes in vue generators

## 0.7.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.7.1",
"version": "0.7.2",
"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.7.1
"@icona/types": ^0.7.2
"@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.7.1, @icona/types@workspace:^, @icona/types@workspace:packages/types":
"@icona/types@^0.7.2, @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 0698cbe

Please sign in to comment.