react-native-toast-message 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,12 @@ Headers are one of:
|
|
|
9
9
|
|
|
10
10
|
- `Added`, `Changed`, `Removed`, `Fixed` or `Breaking`.
|
|
11
11
|
|
|
12
|
+
## [2.0.1]
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
|
|
16
|
+
- `ansi-regex` vulnerability by upgrading to `@testing-library/jest-native v4.0.4` ([#277](https://github.com/calintamas/react-native-toast-message/pull/277))
|
|
17
|
+
|
|
12
18
|
## [2.0.0]
|
|
13
19
|
|
|
14
20
|
### Breaking
|
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/react-native-toast-message)
|
|
4
4
|
[](https://www.npmjs.com/package/react-native-toast-message)
|
|
5
5
|
[](https://github.com/calintamas/react-native-toast-message/actions?query=workflow%3Atests)
|
|
6
|
-
[](https://coveralls.io/github/calintamas/react-native-toast-message)
|
|
6
|
+
[](https://coveralls.io/github/calintamas/react-native-toast-message?branch=master)
|
|
7
7
|
[](https://github.com/prettier/prettier)
|
|
8
8
|
|
|
9
9
|
Animated toast message component for React Native.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-toast-message",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "Toast message component for React Native",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@babel/core": "^7.15.8",
|
|
30
|
-
"@testing-library/jest-native": "^4.0.
|
|
30
|
+
"@testing-library/jest-native": "^4.0.4",
|
|
31
31
|
"@testing-library/react-hooks": "^7.0.2",
|
|
32
32
|
"@testing-library/react-native": "^8.0.0",
|
|
33
33
|
"@types/jest": "^27.0.1",
|