react-native-unistyles 2.0.0-rc.4 → 2.0.0

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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -35,8 +35,7 @@
35
35
  ## Installation
36
36
 
37
37
  ```shell
38
- # Unistyles is currently in RC phase
39
- yarn add react-native-unistyles@next
38
+ yarn add react-native-unistyles
40
39
  ```
41
40
 
42
41
  ## Discord
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-unistyles",
3
- "version": "2.0.0-rc.4",
3
+ "version": "2.0.0",
4
4
  "description": "Level up your React Native StyleSheet",
5
5
  "scripts": {
6
6
  "test": "jest",
@@ -9,7 +9,7 @@
9
9
  "lint": "eslint . --ext .ts,.tsx",
10
10
  "prepare": "husky install && bob build",
11
11
  "precommit": "concurrently 'yarn tsc' 'yarn lint' 'yarn test'",
12
- "release": "release-it patch --preRelease=rc --npm.tag=next"
12
+ "release": "release-it"
13
13
  },
14
14
  "main": "lib/commonjs/index",
15
15
  "module": "lib/module/index",
@@ -59,17 +59,17 @@
59
59
  "@release-it/conventional-changelog": "8.0.1",
60
60
  "@testing-library/react-hooks": "8.0.1",
61
61
  "@types/jest": "29.5.11",
62
- "@types/react": "18.2.45",
63
- "@typescript-eslint/eslint-plugin": "6.14.0",
64
- "@typescript-eslint/eslint-plugin-tslint": "6.14.0",
65
- "@typescript-eslint/parser": "6.14.0",
62
+ "@types/react": "18.2.46",
63
+ "@typescript-eslint/eslint-plugin": "6.16.0",
64
+ "@typescript-eslint/eslint-plugin-tslint": "6.16.0",
65
+ "@typescript-eslint/parser": "6.16.0",
66
66
  "commitlint": "18.4.3",
67
67
  "concurrently": "8.2.2",
68
68
  "eslint": "8.56.0",
69
69
  "eslint-config-codemask": "1.1.7",
70
70
  "eslint-plugin-functional": "6.0.0",
71
71
  "eslint-plugin-import": "2.29.1",
72
- "eslint-plugin-jsdoc": "46.9.1",
72
+ "eslint-plugin-jsdoc": "46.10.1",
73
73
  "eslint-plugin-jsx-a11y": "6.8.0",
74
74
  "eslint-plugin-nested-if": "1.0.0",
75
75
  "eslint-plugin-no-else": "0.2.2",