Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.0.0...v4.0.0) (2023-06-23)

### Features

* enable v3 (replace v1 syntax) ([#36](#36)) ([c3c20d7](c3c20d7))

### BREAKING CHANGES

* not work with v1 anymore

* chore: disable eslint rule "react/react-in-jsx-scope"

* chore: add `declarationMap` for dev experience

This enables jump to src code

* doc: add example

* chore(ci): remove yarn.lock for monorepo dev

* chore: rm eslint cache
  • Loading branch information
semantic-release-bot committed Jun 23, 2023
1 parent c3c20d7 commit b2ba4ac
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [4.0.0](https://github.com/ken0x0a/react-native-reanimated-indicators/compare/v3.0.0...v4.0.0) (2023-06-23)


### Features

* enable v3 (replace v1 syntax) ([#36](https://github.com/ken0x0a/react-native-reanimated-indicators/issues/36)) ([c3c20d7](https://github.com/ken0x0a/react-native-reanimated-indicators/commit/c3c20d78f505961103f71f3e8529f4bf9f6bc495))


### BREAKING CHANGES

* not work with v1 anymore

* chore: disable eslint rule "react/react-in-jsx-scope"

* chore: add `declarationMap` for dev experience

This enables jump to src code

* doc: add example

* chore(ci): remove yarn.lock for monorepo dev

* chore: rm eslint cache

# [3.0.0](https://github.com/ken0x0a/react-native-reanimated-indicators/compare/v2.0.0...v3.0.0) (2022-11-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-reanimated-indicators",
"version": "3.0.0",
"version": "4.0.0",
"description": "non ui blocking indicators for react-native using reanimated",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down

0 comments on commit b2ba4ac

Please sign in to comment.