diff --git a/.release-please/.release-please-manifest.json b/.release-please/.release-please-manifest.json index 210d2903..258342d8 100644 --- a/.release-please/.release-please-manifest.json +++ b/.release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.1" + ".": "0.5.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 79ca70ed..e5ac2a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 1539dfea..ed828487 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@zebra-fed/zeta-icons", - "version": "0.5.1", + "version": "0.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@zebra-fed/zeta-icons", - "version": "0.5.1", + "version": "0.5.2", "license": "MIT", "devDependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 4fbb30aa..8d82a16f 100644 --- a/package.json +++ b/package.json @@ -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",