chore: remove old changelogs from react packages (#191)

This commit is contained in:
Pascal Jufer 2022-08-25 21:12:39 +02:00 committed by GitHub
parent 139776234f
commit 1f9799d3d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 63 deletions

View file

@ -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`.

View file

@ -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`.