Skip to content

Commit

Permalink
peer-dep flow icons peer dependencies updated (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
vikas-cldcvr authored Aug 7, 2024
1 parent 3a4f447 commit ed95587
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/flow-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# Change Log

## [0.0.2] - 2024-08-07

### Patch

- `peerDependencies` updated

## [0.0.1] - 2024-08-02

### Patch
Expand Down
6 changes: 3 additions & 3 deletions packages/flow-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nonfx/flow-icons",
"version": "0.0.1",
"version": "0.0.2",
"description": "Flow icons package",
"module": "dist/flow-icons.es.js",
"main": "dist/flow-icons.cjs.js",
Expand Down Expand Up @@ -31,8 +31,8 @@
"@types/node": "^22.1.0"
},
"peerDependencies": {
"@nonfx/flow-core": "^2.0.3",
"@nonfx/flow-core-config": "^1.1.3"
"@nonfx/flow-core": "*",
"@nonfx/flow-core-config": "*"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ed95587

Please sign in to comment.