Skip to content

Commit b70a953

Browse files
committed
v49.4.5
1 parent 9058aed commit b70a953

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
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": "49.4.4",
4+
"version": "49.4.5",
55
"private": true,
66
"scripts": {
77
"android": "expo start --android",
@@ -14,8 +14,8 @@
1414
"clean:modules": "rimraf node_modules"
1515
},
1616
"dependencies": {
17-
"@draftbit/maps": "49.4.4",
18-
"@draftbit/ui": "49.4.4",
17+
"@draftbit/maps": "49.4.5",
18+
"@draftbit/ui": "49.4.5",
1919
"@expo/dev-server": "0.1.123",
2020
"@expo/webpack-config": "^19.0.0",
2121
"@react-navigation/drawer": "^6.6.3",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "49.4.4",
2+
"version": "49.4.5",
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": "49.4.4",
3+
"version": "49.4.5",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@draftbit/maps",
3-
"version": "49.4.4",
3+
"version": "49.4.5",
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/core": "49.4.4",
42+
"@draftbit/core": "49.4.5",
4343
"@react-google-maps/api": "~2.18.1",
4444
"@teovilla/react-native-web-maps": "^0.9.4",
4545
"color": "^4.2.3",

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": "49.4.4",
3+
"version": "49.4.5",
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": "49.4.4",
3+
"version": "49.4.5",
44
"description": "Draftbit UI Library",
55
"main": "lib/commonjs/index.js",
66
"types": "lib/typescript/src/index.d.ts",
@@ -50,8 +50,8 @@
5050
"@draftbit/native": "*"
5151
},
5252
"devDependencies": {
53-
"@draftbit/core": "49.4.4",
54-
"@draftbit/native": "49.4.4"
53+
"@draftbit/core": "49.4.5",
54+
"@draftbit/native": "49.4.5"
5555
},
5656
"eslintIgnore": [
5757
"node_modules/",

0 commit comments

Comments
 (0)