diff --git a/example/package.json b/example/package.json index 55dc37940..27e35cb5d 100644 --- a/example/package.json +++ b/example/package.json @@ -1,7 +1,7 @@ { "name": "@draftbit/example", "description": "Example app for @draftbit/ui", - "version": "47.3.3", + "version": "47.3.4", "private": true, "main": "__generated__/AppEntry.js", "scripts": { @@ -15,8 +15,8 @@ "clean:modules": "rimraf node_modules" }, "dependencies": { - "@draftbit/maps": "47.3.3", - "@draftbit/ui": "47.3.3", + "@draftbit/maps": "47.3.4", + "@draftbit/ui": "47.3.4", "@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 b792c85d4..20476a34d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "47.3.3", + "version": "47.3.4", "npmClient": "yarn", "useWorkspaces": true, "packages": ["packages/*", "example"], diff --git a/packages/core/package.json b/packages/core/package.json index 2e576a520..497a452ce 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@draftbit/core", - "version": "47.3.3", + "version": "47.3.4", "description": "Core (non-native) Components", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", @@ -39,7 +39,7 @@ "dependencies": { "@date-io/date-fns": "^1.3.13", "@draftbit/react-theme-provider": "^2.1.1", - "@draftbit/types": "47.3.3", + "@draftbit/types": "47.3.4", "@expo/vector-icons": "^13.0.0", "@material-ui/core": "^4.11.0", "@material-ui/pickers": "^3.2.10", diff --git a/packages/maps/package.json b/packages/maps/package.json index ad8d5b15c..f5b1b2924 100644 --- a/packages/maps/package.json +++ b/packages/maps/package.json @@ -1,6 +1,6 @@ { "name": "@draftbit/maps", - "version": "47.3.3", + "version": "47.3.4", "description": "Map Components", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", diff --git a/packages/native/package.json b/packages/native/package.json index 1f486e7f6..e2a239347 100644 --- a/packages/native/package.json +++ b/packages/native/package.json @@ -1,6 +1,6 @@ { "name": "@draftbit/native", - "version": "47.3.3", + "version": "47.3.4", "description": "Draftbit UI Components that Depend on Native Components", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", @@ -37,7 +37,7 @@ }, "homepage": "https://github.com/draftbit/react-native-jigsaw#readme", "dependencies": { - "@draftbit/types": "47.3.3", + "@draftbit/types": "47.3.4", "@expo/vector-icons": "^13.0.0", "@react-native-community/datetimepicker": "6.3.5", "@react-native-community/slider": "4.2.4", diff --git a/packages/types/package.json b/packages/types/package.json index d8ba1a1ba..62245af6c 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@draftbit/types", - "version": "47.3.3", + "version": "47.3.4", "description": "Shared constants and types between native and core components", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", diff --git a/packages/ui/package.json b/packages/ui/package.json index 98faa012a..99d6c95fa 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@draftbit/ui", - "version": "47.3.3", + "version": "47.3.4", "description": "Draftbit UI Library", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", @@ -41,8 +41,8 @@ }, "homepage": "https://github.com/draftbit/react-native-jigsaw#readme", "dependencies": { - "@draftbit/core": "47.3.3", - "@draftbit/native": "47.3.3" + "@draftbit/core": "47.3.4", + "@draftbit/native": "47.3.4" }, "eslintIgnore": [ "node_modules/",