From c716b10caba74199713897fed5174822f995202a Mon Sep 17 00:00:00 2001 From: Youssef Henna Date: Wed, 2 Aug 2023 20:57:11 +0300 Subject: [PATCH] v48.4.7 --- example/package.json | 6 +++--- lerna.json | 2 +- packages/core/package.json | 2 +- packages/maps/package.json | 4 ++-- packages/native/package.json | 2 +- packages/ui/package.json | 6 +++--- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/example/package.json b/example/package.json index a1bd5acb1..111501001 100644 --- a/example/package.json +++ b/example/package.json @@ -1,7 +1,7 @@ { "name": "@draftbit/example", "description": "Example app for @draftbit/ui", - "version": "48.4.6", + "version": "48.4.7", "private": true, "main": "__generated__/AppEntry.js", "scripts": { @@ -16,8 +16,8 @@ "clean:modules": "rimraf node_modules" }, "dependencies": { - "@draftbit/maps": "48.4.6", - "@draftbit/ui": "48.4.6", + "@draftbit/maps": "48.4.7", + "@draftbit/ui": "48.4.7", "@expo/dev-server": "0.1.123", "@expo/webpack-config": "^18.0.1", "@react-navigation/drawer": "^5.12.9", diff --git a/lerna.json b/lerna.json index ad1dd66ab..cf1f6a47e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "48.4.6", + "version": "48.4.7", "npmClient": "yarn", "useWorkspaces": true, "packages": ["packages/*", "example"], diff --git a/packages/core/package.json b/packages/core/package.json index 03fd5d887..bca8ae143 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@draftbit/core", - "version": "48.4.6", + "version": "48.4.7", "description": "Core (non-native) Components", "main": "lib/commonjs/index.js", "types": "lib/typescript/src/index.d.ts", diff --git a/packages/maps/package.json b/packages/maps/package.json index 1d64e343f..58062cb78 100644 --- a/packages/maps/package.json +++ b/packages/maps/package.json @@ -1,6 +1,6 @@ { "name": "@draftbit/maps", - "version": "48.4.6", + "version": "48.4.7", "description": "Map Components", "main": "lib/commonjs/index.js", "types": "lib/typescript/src/index.d.ts", @@ -39,7 +39,7 @@ }, "homepage": "https://github.com/draftbit/react-native-jigsaw#readme", "dependencies": { - "@draftbit/ui": "48.4.6", + "@draftbit/ui": "48.4.7", "@teovilla/react-native-web-maps": "^0.9.1", "lodash.isequal": "^4.5.0", "react-native-maps": "1.3.2" diff --git a/packages/native/package.json b/packages/native/package.json index d91a29d15..66c45c068 100644 --- a/packages/native/package.json +++ b/packages/native/package.json @@ -1,6 +1,6 @@ { "name": "@draftbit/native", - "version": "48.4.5", + "version": "48.4.7", "description": "Draftbit UI Components that Depend on Native Components", "main": "lib/commonjs/index.js", "types": "lib/typescript/src/index.d.ts", diff --git a/packages/ui/package.json b/packages/ui/package.json index 1b05c2cce..085f35cb5 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@draftbit/ui", - "version": "48.4.6", + "version": "48.4.7", "description": "Draftbit UI Library", "main": "lib/commonjs/index.js", "types": "lib/typescript/src/index.d.ts", @@ -43,8 +43,8 @@ }, "homepage": "https://github.com/draftbit/react-native-jigsaw#readme", "dependencies": { - "@draftbit/core": "48.4.6", - "@draftbit/native": "48.4.5", + "@draftbit/core": "48.4.7", + "@draftbit/native": "48.4.7", "react-native-reanimated": "~2.14.4" }, "eslintIgnore": [