Skip to content

Commit 6767f10

Browse files
committed
v48.5.9
1 parent 69d8e28 commit 6767f10

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

example/package.json

+3-3
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.5.8",
4+
"version": "48.5.9",
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.5.8",
20-
"@draftbit/ui": "48.5.8",
19+
"@draftbit/maps": "48.5.9",
20+
"@draftbit/ui": "48.5.9",
2121
"@expo/dev-server": "0.1.123",
2222
"@expo/webpack-config": "^18.0.1",
2323
"@react-navigation/drawer": "^5.12.9",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "48.5.8",
2+
"version": "48.5.9",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": ["packages/*", "example"],

packages/core/package.json

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

packages/maps/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@draftbit/maps",
3-
"version": "48.5.8",
3+
"version": "48.5.9",
44
"description": "Map Components",
55
"main": "lib/commonjs/index.js",
66
"types": "lib/typescript/src/index.d.ts",
@@ -39,7 +39,7 @@
3939
},
4040
"homepage": "https://github.com/draftbit/react-native-jigsaw#readme",
4141
"dependencies": {
42-
"@draftbit/ui": "48.5.8",
42+
"@draftbit/ui": "48.5.9",
4343
"@react-google-maps/api": "~2.18.1",
4444
"@teovilla/react-native-web-maps": "^0.9.1",
4545
"color": "^4.2.3",

packages/ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@draftbit/ui",
3-
"version": "48.5.8",
3+
"version": "48.5.9",
44
"description": "Draftbit UI Library",
55
"main": "lib/commonjs/index.js",
66
"types": "lib/typescript/src/index.d.ts",
@@ -43,7 +43,7 @@
4343
},
4444
"homepage": "https://github.com/draftbit/react-native-jigsaw#readme",
4545
"dependencies": {
46-
"@draftbit/core": "48.5.8",
46+
"@draftbit/core": "48.5.9",
4747
"@draftbit/native": "48.4.10",
4848
"react-native-reanimated": "~2.14.4"
4949
},

0 commit comments

Comments
 (0)