From 50d905dcfabdfac8bd7c163f66d276eacef6fbdf Mon Sep 17 00:00:00 2001 From: Pascal Jufer Date: Thu, 25 Aug 2022 21:09:21 +0200 Subject: [PATCH] Remove old changelogs from react packages --- packages/iconoir-react-native/CHANGELOG.md | 22 ------------ packages/iconoir-react/CHANGELOG.md | 41 ---------------------- 2 files changed, 63 deletions(-) delete mode 100644 packages/iconoir-react-native/CHANGELOG.md delete mode 100644 packages/iconoir-react/CHANGELOG.md diff --git a/packages/iconoir-react-native/CHANGELOG.md b/packages/iconoir-react-native/CHANGELOG.md deleted file mode 100644 index e504a6d2b..000000000 --- a/packages/iconoir-react-native/CHANGELOG.md +++ /dev/null @@ -1,22 +0,0 @@ -# Changelog -All notable changes to the [iconoir-react-native](https://www.npmjs.com/package/iconoir-react-native) -npm package will be documented in this file. - -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - -## [2.1.0] - 2021-07-05 -### Added -- Support webpack tree shaking - Thanks @barnabasJ! - -### Changed -- Updated `iconoir-react-native` to use iconoir `v4.4.0`. -- Update dependencies. - -## [2.0.1] - 2021-06-28 -### Fixed -- Don't bundle 'react-native-svg', fixes #54. - -## [1.0.0] - 2021-06-19 -### Added -- Initial release of `iconoir-react-native` to npm. Based on iconoir `v4.3.1`. diff --git a/packages/iconoir-react/CHANGELOG.md b/packages/iconoir-react/CHANGELOG.md deleted file mode 100644 index 770397d93..000000000 --- a/packages/iconoir-react/CHANGELOG.md +++ /dev/null @@ -1,41 +0,0 @@ -# Changelog -All notable changes to the [iconoir-react](https://www.npmjs.com/package/iconoir-react) -npm package will be documented in this file. - -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - -## [2.1.0] - 2021-07-05 -### Added -- Support webpack tree shaking - Thanks @barnabasJ! - -### Changed -- Updated `iconoir-react` to use iconoir `v4.4.0`. -- Update dependencies. - -## [2.0.0] - 2021-06-01 -A massive thank you to [@paescuj](https://github.com/paescuj) for making all of the changes -for this update. - -### Added -- All default SVG properties are now valid component props. - -### Changed -- Updated `iconoir-react` to use iconoir `v4.3.1`. -- `Cell4x4` component changed to `Cell4X4`. -- `Display4k` component changed to `Display4K`. -- `Medal1st` component changed to `Medal1St`. - -### Removed -- `size` prop has been removed. Instead, the `height` and `width` props should be used -to fit in line with native SVG properties. -- `Icon` type has been removed due to type autogeneration from using `tsup`. -- `IconProps` type has been removed due to type autogeneration from using `tsup`. - -## [1.1.0] - 2021-05-22 -### Changed -- Updated `iconoir-react` to use iconoir `v4.3.0`. - -## [1.0.0] - 2021-05-19 -### Added -- Initial release of `iconoir-react` to npm. Based on iconoir `v4.2.2`.