Skip to content

Commit

Permalink
v50.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefHenna committed Jun 27, 2024
1 parent 6290fb6 commit a54f32d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@draftbit/example",
"description": "Example app for @draftbit/ui",
"version": "50.1.1",
"version": "50.1.2",
"private": true,
"scripts": {
"android": "expo start --android",
Expand All @@ -14,8 +14,8 @@
"clean:modules": "rimraf node_modules"
},
"dependencies": {
"@draftbit/maps": "50.1.1",
"@draftbit/ui": "50.1.1",
"@draftbit/maps": "50.1.2",
"@draftbit/ui": "50.1.2",
"@expo/dev-server": "0.1.123",
"@expo/webpack-config": "~19.0.1",
"@react-navigation/drawer": "^6.6.3",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "50.1.1",
"version": "50.1.2",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*", "example"],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@draftbit/core",
"version": "50.1.1",
"version": "50.1.2",
"description": "Core (non-native) Components",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/src/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/maps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@draftbit/maps",
"version": "50.1.1",
"version": "50.1.2",
"description": "Map Components",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/src/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"homepage": "https://github.com/draftbit/react-native-jigsaw#readme",
"dependencies": {
"@draftbit/core": "50.1.1",
"@draftbit/core": "50.1.2",
"@react-google-maps/api": "~2.18.1",
"@teovilla/react-native-web-maps": "^0.9.4",
"color": "^4.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@draftbit/ui",
"version": "50.1.1",
"version": "50.1.2",
"description": "Draftbit UI Library",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/src/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"homepage": "https://github.com/draftbit/react-native-jigsaw#readme",
"dependencies": {
"@draftbit/core": "50.1.1",
"@draftbit/core": "50.1.2",
"@draftbit/native": "50.1.0",
"react-native-reanimated": "~3.6.2"
},
Expand Down

0 comments on commit a54f32d

Please sign in to comment.