Skip to content

Commit

Permalink
chore(release): @chakra-icons/flat-icon@1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-02-03)

### Bug Fixes

* **create-chakra-icons:** add pipeline type in index.d.ts ([70bd2e9](70bd2e9))
* **create-chakra-icons:** versioning ([8e71e9b](8e71e9b))
* **issue-7:** missing validation for tag path ([#8](#8)) ([458ebf3](458ebf3))
* type annotation in generated `<Icon />` ([8534d35](8534d35))

### Features

* **bootstrap:** create @chakra-icons/bootstrap ([8804a29](8804a29))
* **chakra-icons/bootstrap:** create chakra-icons/bootstrap ([9cd2005](9cd2005)), closes [#24](#24)
* **chakra-icons/cli:** make publishable ([#32](#32)) ([d4bc6ac](d4bc6ac))
* **chakra-icons/flat-icon:** create chakra-icons/flat-icon ([#43](#43)) ([1a0a9dc](1a0a9dc))
* **CLI:** renew command line arguments ([#3](#3)) ([5df56be](5df56be))
* **CLI:** support prefix, suffix, and typescript annotation in `<Icon />` component ([#4](#4)) ([190f612](190f612))
* basic CLI and API for Programmatically  ([#1](#1)) ([c293c9f](c293c9f))
  • Loading branch information
kdnjbot committed Feb 3, 2022
1 parent 677751e commit 8323cb5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/@chakra-icons/flat-icon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# @chakra-icons/flat-icon 1.0.0 (2022-02-03)

### Features

- **chakra-icons/flat-icon:** create chakra-icons/flat-icon ([#43](https://github.com/kodingdotninja/chakra-icons/issues/43)) ([1a0a9dc](https://github.com/kodingdotninja/chakra-icons/commit/1a0a9dccc9c5bbbbabb6b0d2e3bd00164b734d29))
4 changes: 2 additions & 2 deletions packages/@chakra-icons/flat-icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-icons/flat-icon",
"version": "0.0.0",
"version": "1.0.0",
"homepage": "https://github.com/kodingdotninja/chakra-icons/tree/main/packages/@chakra-icons/flat-icon",
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@chakra-ui/react": "^1",
"@chakra-icons/cli": "*",
"@chakra-icons/cli": "1.0.0",
"@tooling/tsconfig": "*",
"tsup": "^5"
},
Expand Down

0 comments on commit 8323cb5

Please sign in to comment.