Skip to content

Commit fb0c93b

Browse files
committed
v48.4.8
1 parent 185dc2e commit fb0c93b

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@draftbit/example",
33
"description": "Example app for @draftbit/ui",
4-
"version": "48.4.7",
4+
"version": "48.4.8",
55
"private": true,
66
"main": "__generated__/AppEntry.js",
77
"scripts": {
@@ -16,8 +16,8 @@
1616
"clean:modules": "rimraf node_modules"
1717
},
1818
"dependencies": {
19-
"@draftbit/maps": "48.4.7",
20-
"@draftbit/ui": "48.4.7",
19+
"@draftbit/maps": "48.4.8",
20+
"@draftbit/ui": "48.4.8",
2121
"@expo/dev-server": "0.1.123",
2222
"@expo/webpack-config": "^18.0.1",
2323
"@react-navigation/drawer": "^5.12.9",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "48.4.7",
2+
"version": "48.4.8",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": ["packages/*", "example"],

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@draftbit/core",
3-
"version": "48.4.7",
3+
"version": "48.4.8",
44
"description": "Core (non-native) Components",
55
"main": "lib/commonjs/index.js",
66
"types": "lib/typescript/src/index.d.ts",

packages/maps/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@draftbit/maps",
3-
"version": "48.4.7",
3+
"version": "48.4.8",
44
"description": "Map Components",
55
"main": "lib/commonjs/index.js",
66
"types": "lib/typescript/src/index.d.ts",
@@ -39,11 +39,11 @@
3939
},
4040
"homepage": "https://github.com/draftbit/react-native-jigsaw#readme",
4141
"dependencies": {
42-
"@draftbit/ui": "48.4.7",
42+
"@draftbit/ui": "48.4.8",
43+
"@react-google-maps/api": "~2.18.1",
4344
"@teovilla/react-native-web-maps": "^0.9.1",
4445
"lodash.isequal": "^4.5.0",
45-
"react-native-maps": "1.3.2",
46-
"@react-google-maps/api": "~2.18.1"
46+
"react-native-maps": "1.3.2"
4747
},
4848
"eslintIgnore": [
4949
"node_modules/",

packages/native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@draftbit/native",
3-
"version": "48.4.7",
3+
"version": "48.4.8",
44
"description": "Draftbit UI Components that Depend on Native Components",
55
"main": "lib/commonjs/index.js",
66
"types": "lib/typescript/src/index.d.ts",

packages/ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@draftbit/ui",
3-
"version": "48.4.7",
3+
"version": "48.4.8",
44
"description": "Draftbit UI Library",
55
"main": "lib/commonjs/index.js",
66
"types": "lib/typescript/src/index.d.ts",
@@ -43,8 +43,8 @@
4343
},
4444
"homepage": "https://github.com/draftbit/react-native-jigsaw#readme",
4545
"dependencies": {
46-
"@draftbit/core": "48.4.7",
47-
"@draftbit/native": "48.4.7",
46+
"@draftbit/core": "48.4.8",
47+
"@draftbit/native": "48.4.8",
4848
"react-native-reanimated": "~2.14.4"
4949
},
5050
"eslintIgnore": [

0 commit comments

Comments
 (0)