Skip to content

Commit

Permalink
chore(main): release zeta-icons 0.5.2 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
thelukewalton committed Jul 3, 2024
1 parent 45cb828 commit ba3efaf
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.1"
".": "0.5.2"
}
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## [0.5.2](https://github.com/zebratechnologies/zeta-icons/compare/zeta-icons-v0.5.1...zeta-icons-v0.5.2) (2024-06-19)


### Features

* Icon updates 07-May-2024 ([#48](https://github.com/zebratechnologies/zeta-icons/issues/48)) ([81d6084](https://github.com/zebratechnologies/zeta-icons/commit/81d6084618fdc3e990614b31cc16c168f4f1a641))
* icon-updates ([#28](https://github.com/zebratechnologies/zeta-icons/issues/28)) ([d749ffa](https://github.com/zebratechnologies/zeta-icons/commit/d749ffaa115b80bd13ff6e0002003b2e4345701c))
* icon-updates ([#33](https://github.com/zebratechnologies/zeta-icons/issues/33)) ([2ff01fe](https://github.com/zebratechnologies/zeta-icons/commit/2ff01fe8f4425075bf095a376801feb8729b9837))
* icon-updates ([#41](https://github.com/zebratechnologies/zeta-icons/issues/41)) ([ca1880c](https://github.com/zebratechnologies/zeta-icons/commit/ca1880cfdb23dc6a0aca7369ec83b990731dc8d1))
* icon-updates ([#56](https://github.com/zebratechnologies/zeta-icons/issues/56)) ([44a9a93](https://github.com/zebratechnologies/zeta-icons/commit/44a9a9342ba4812c478a846bef1dca528fd07f0c))
* removing non open-sourceable icons (DNA category) ([540926b](https://github.com/zebratechnologies/zeta-icons/commit/540926b2a9f431f625e6b6c76ee0e1b5e38d3c76))


### Bug Fixes

* add types to npm release ([#45](https://github.com/zebratechnologies/zeta-icons/issues/45)) ([03080b7](https://github.com/zebratechnologies/zeta-icons/commit/03080b7ae44b912567945786d130367a1795fc44))
* Added index.js ([ca7921d](https://github.com/zebratechnologies/zeta-icons/commit/ca7921d941bb1d7bd5cfd8dc766fd2e1b594abd1))
* adding scripts back to npm ([622be31](https://github.com/zebratechnologies/zeta-icons/commit/622be31fd2b6c0a862348b98b952c395baf4a277))
* Fixed export for index file ([98cfc11](https://github.com/zebratechnologies/zeta-icons/commit/98cfc11b1cdde575a4d40e50986cb969541e85fa))
* Fixing js compilation ([#25](https://github.com/zebratechnologies/zeta-icons/issues/25)) ([b1c558a](https://github.com/zebratechnologies/zeta-icons/commit/b1c558a4af698a4ae09d9de694db978100ad9625))
* Fixing npm entry point ([63bc0d8](https://github.com/zebratechnologies/zeta-icons/commit/63bc0d855643b924f44192fcd5389cc6942ccbf6))
* flutter line endings ([#44](https://github.com/zebratechnologies/zeta-icons/issues/44)) ([38f7bc1](https://github.com/zebratechnologies/zeta-icons/commit/38f7bc1f8e892a62b822f7602ca7e9906aa60bb9))
* icon paths ([#34](https://github.com/zebratechnologies/zeta-icons/issues/34)) ([480e3bf](https://github.com/zebratechnologies/zeta-icons/commit/480e3bfac067d43bf78c1240d16f0bd4faef709e))
* Push round and sharp icons to flutter ([#8](https://github.com/zebratechnologies/zeta-icons/issues/8)) ([30348b0](https://github.com/zebratechnologies/zeta-icons/commit/30348b0b575243d04a930dc16114fdaf651a5462))


### Miscellaneous Chores

* release 0.5.0 ([3290be9](https://github.com/zebratechnologies/zeta-icons/commit/3290be9476059a1e7778baf4e33d3078396a28ee))
* update to 0.5.2 ([35e979c](https://github.com/zebratechnologies/zeta-icons/commit/35e979c0e139b6af77c6871631520548f8fb2789))

## [0.5.1](https://github.com/zebratechnologies/zeta-icons/compare/zeta-icons-v0.5.0...zeta-icons-v0.5.1) (2024-05-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zebra-fed/zeta-icons",
"version": "0.5.1",
"version": "0.5.2",
"type": "module",
"main": "index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit ba3efaf

Please sign in to comment.