Skip to content

Commit

Permalink
changed React documentation & upped version & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHermkens committed Nov 3, 2019
1 parent 99dffeb commit aad8afe
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ All notable changes to this project 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.0.0] - 2019-11-02
## [2.0.1] - 2019-11-03
### Changed
- "React Native" to "React or React Native" in [README.md]
- Now redirecting React & React Native users to [@fooxly/babel-preset-react](https://www.npmjs.com/package/@fooxly/babel-preset-react)

### Fixed
- Double donate button in [README.md]

## [2.0.0] - 2019-11-03
### Added
- Caching preset for better performance
- Our support section to the [README.md]
Expand Down Expand Up @@ -51,6 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[Fooxly]: https://www.fooxly.com/
[pnpm]: https://github.com/pnpm/pnpm

[2.0.1]: https://github.com/Fooxly/babel-preset/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/Fooxly/babel-preset/compare/v1.0.3...v2.0.0
[1.0.3]: https://github.com/Fooxly/babel-preset/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/Fooxly/babel-preset/compare/v1.0.1...v1.0.2
Expand Down
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,6 @@ yarn add -D @fooxly/babel-preset
...
```

### using React Native
### using React or React Native

Make sure to check out the README of the [Metro Babel preset](https://www.npmjs.com/package/metro-react-native-babel-preset) in order to use the latest available React Native technologies.

```json
{
"presets": [
"module:metro-react-native-babel-preset",
"@fooxly/babel-preset"
]
}
```
Check out [@fooxly/babel-preset-react](https://www.npmjs.com/package/@fooxly/babel-preset-react).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fooxly/babel-preset",
"version": "2.0.0",
"version": "2.0.1",
"description": "The default Babel preset for Fooxly projects.",
"keywords": [
"fooxly",
Expand Down

0 comments on commit aad8afe

Please sign in to comment.