Skip to content

Commit 330f0d7

Browse files
committed
Release v0.22.1
1 parent cecd57c commit 330f0d7

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

vega/manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ schema-version = 1
66

77
[package]
88
title = "Sample App for React Native monorepo using Yarn workspaces"
9-
version = "0.1.0"
9+
version = "0.1.1"
1010
id = "com.amazondeveloper.monoreposample"
1111
icon = "@image/MonorepoApp.png"
1212

vega/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rnmonorepo/vega",
3-
"version": "0.0.1",
3+
"version": "0.1.1",
44
"files": [
55
"dist"
66
],
@@ -20,11 +20,11 @@
2020
"release": "npm-run-all lint test build:app"
2121
},
2222
"dependencies": {
23-
"@amazon-devices/react-native-gesture-handler": "*",
23+
"@amazon-devices/react-native-gesture-handler": "~2.0.0",
2424
"@amazon-devices/react-native-kepler": "~2.0.0",
2525
"@amazon-devices/react-native-reanimated": "~2.0.0",
26-
"@amazon-devices/react-native-safe-area-context": "*",
27-
"@amazon-devices/react-native-screens": "*",
26+
"@amazon-devices/react-native-safe-area-context": "~2.0.0",
27+
"@amazon-devices/react-native-screens": "~2.0.0",
2828
"@amazon-devices/react-navigation__core": "~7.0.0",
2929
"@amazon-devices/react-navigation__drawer": "~7.0.0",
3030
"@amazon-devices/react-navigation__native": "~7.0.0",
@@ -35,7 +35,7 @@
3535
"react-native": "0.72.0"
3636
},
3737
"devDependencies": {
38-
"@amazon-devices/kepler-cli-platform": "^0",
38+
"@amazon-devices/kepler-cli-platform": "~0.22.0",
3939
"@react-native-community/cli": "11.3.2",
4040
"@react-native/eslint-config": "0.72.2",
4141
"@react-native/metro-config": "^0.72.6",

0 commit comments

Comments
 (0)