Skip to content

Commit 62af040

Browse files
committed
Update versions to 8.0.0
1 parent e314a5e commit 62af040

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"light-date": "^1.2.0"
1919
},
2020
"devDependencies": {
21-
"react-native-ui-lib": "7.46.3-snapshot.7426",
21+
"react-native-ui-lib": "8.0.0",
2222
"shell-utils": "^1.0.10"
2323
},
2424
"peerDependencies": {

docuilib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"react-dom": "18.3.1",
4949
"react-native-linear-gradient": "2.6.2",
5050
"react-native-shimmer-placeholder": "^2.0.9",
51-
"react-native-ui-lib": "7.46.3-snapshot.7426",
51+
"react-native-ui-lib": "8.0.0",
5252
"shell-utils": "^1.0.10",
5353
"typescript": "~5.2.2"
5454
},

docuilib/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11293,9 +11293,9 @@ __metadata:
1129311293
languageName: node
1129411294
linkType: hard
1129511295

11296-
"react-native-ui-lib@npm:7.46.3-snapshot.7426":
11297-
version: 7.46.3-snapshot.7426
11298-
resolution: "react-native-ui-lib@npm:7.46.3-snapshot.7426"
11296+
"react-native-ui-lib@npm:8.0.0":
11297+
version: 8.0.0
11298+
resolution: "react-native-ui-lib@npm:8.0.0"
1129911299
dependencies:
1130011300
babel-plugin-transform-inline-environment-variables: ^0.0.2
1130111301
color: ^3.1.0
@@ -11318,8 +11318,8 @@ __metadata:
1131811318
react-native-gesture-handler: ">=2.24.0"
1131911319
react-native-reanimated: ">=3.17.5"
1132011320
react-native-ui-lib: "*"
11321-
uilib-native: 5.0.0-snapshot.7390
11322-
checksum: 3505464044b97fa9c35525fa54063e6a4f9ad116baa4e7a50718e6bb468eaf2b318fb1dbbe8a715859da0a1249f8b3f0c0211e192676e8c61eac7ff4f4f84726
11321+
uilib-native: 5.0.0
11322+
checksum: fbed64ac48b08ecd79f5c45f0ab4fd4faaf276ea6ede3860c5694a3ee3f5f29c3e93eb949e200957f6cfdea2e9bffee61bfc5b2a485f78cbaf86ed38a5763e08
1132311323
languageName: node
1132411324
linkType: hard
1132511325

@@ -13187,7 +13187,7 @@ __metadata:
1318713187
react-html-parser: ^2.0.2
1318813188
react-native-linear-gradient: 2.6.2
1318913189
react-native-shimmer-placeholder: ^2.0.9
13190-
react-native-ui-lib: 7.46.3-snapshot.7426
13190+
react-native-ui-lib: 8.0.0
1319113191
react-native-web: ^0.19.12
1319213192
sass: ^1.39.0
1319313193
shell-utils: ^1.0.10

expoDemo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"react-native-screens": "~3.20.0",
2828
"react-native-svg": "15.11.2",
2929
"react-native-svg-transformer": "1.5.0",
30-
"react-native-ui-lib": "7.46.3-snapshot.7426",
30+
"react-native-ui-lib": "8.0.0",
3131
"react-native-web": "~0.18.12",
32-
"unicorn-demo-app": "7.46.3-snapshot.7426"
32+
"unicorn-demo-app": "8.0.0"
3333
},
3434
"devDependencies": {
3535
"@babel/core": "^7.25.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-ui-lib",
3-
"version": "7.0.0",
3+
"version": "8.0.0",
44
"main": "src/index.ts",
55
"types": "src/index.d.ts",
66
"author": "Ethan Sharabi <[email protected]>",

webDemo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"react-native-shimmer-placeholder": "^2.0.8",
2929
"react-native-svg": "15.11.2",
3030
"react-native-svg-transformer": "1.5.0",
31-
"react-native-ui-lib": "7.46.3-snapshot.7426",
31+
"react-native-ui-lib": "8.0.0",
3232
"react-native-web": "^0.18.6",
3333
"typescript": "^4.4.2"
3434
},

0 commit comments

Comments
 (0)