From 34a56e8674745a76303f4cecf5ce25954f19f2c7 Mon Sep 17 00:00:00 2001 From: Youssef Henna Date: Thu, 5 Oct 2023 12:19:15 +0300 Subject: [PATCH] v47.8.8 --- example/package.json | 6 +++--- lerna.json | 2 +- packages/core/package.json | 2 +- packages/maps/package.json | 4 ++-- packages/ui/package.json | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/example/package.json b/example/package.json index 94d77af63..fcb702d75 100644 --- a/example/package.json +++ b/example/package.json @@ -1,7 +1,7 @@ { "name": "@draftbit/example", "description": "Example app for @draftbit/ui", - "version": "47.8.7", + "version": "47.8.8", "private": true, "main": "__generated__/AppEntry.js", "scripts": { @@ -16,8 +16,8 @@ "clean:modules": "rimraf node_modules" }, "dependencies": { - "@draftbit/maps": "47.8.7", - "@draftbit/ui": "47.8.7", + "@draftbit/maps": "47.8.8", + "@draftbit/ui": "47.8.8", "@expo/dev-server": "0.1.123", "@expo/webpack-config": "^0.17.2", "@react-navigation/drawer": "^5.12.9", diff --git a/lerna.json b/lerna.json index 7e83da059..13bbdfa58 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "47.8.7", + "version": "47.8.8", "npmClient": "yarn", "useWorkspaces": true, "packages": ["packages/*", "example"], diff --git a/packages/core/package.json b/packages/core/package.json index f036b9660..34d3c4852 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@draftbit/core", - "version": "47.8.7", + "version": "47.8.8", "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 6c0238d93..68e98eb54 100644 --- a/packages/maps/package.json +++ b/packages/maps/package.json @@ -1,6 +1,6 @@ { "name": "@draftbit/maps", - "version": "47.8.7", + "version": "47.8.8", "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": "47.8.7", + "@draftbit/ui": "47.8.8", "@react-google-maps/api": "~2.18.1", "@teovilla/react-native-web-maps": "^0.9.1", "color": "^4.2.3", diff --git a/packages/ui/package.json b/packages/ui/package.json index fd9663478..b1de91930 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@draftbit/ui", - "version": "47.8.7", + "version": "47.8.8", "description": "Draftbit UI Library", "main": "lib/commonjs/index.js", "types": "lib/typescript/src/index.d.ts", @@ -43,7 +43,7 @@ }, "homepage": "https://github.com/draftbit/react-native-jigsaw#readme", "dependencies": { - "@draftbit/core": "47.8.7", + "@draftbit/core": "47.8.8", "@draftbit/native": "47.7.10", "react-native-reanimated": "~2.12.0" },