Skip to content

Commit

Permalink
v48.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefHenna committed Aug 2, 2023
1 parent 0409388 commit c716b10
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@draftbit/example",
"description": "Example app for @draftbit/ui",
"version": "48.4.6",
"version": "48.4.7",
"private": true,
"main": "__generated__/AppEntry.js",
"scripts": {
Expand All @@ -16,8 +16,8 @@
"clean:modules": "rimraf node_modules"
},
"dependencies": {
"@draftbit/maps": "48.4.6",
"@draftbit/ui": "48.4.6",
"@draftbit/maps": "48.4.7",
"@draftbit/ui": "48.4.7",
"@expo/dev-server": "0.1.123",
"@expo/webpack-config": "^18.0.1",
"@react-navigation/drawer": "^5.12.9",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "48.4.6",
"version": "48.4.7",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*", "example"],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@draftbit/core",
"version": "48.4.6",
"version": "48.4.7",
"description": "Core (non-native) Components",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/src/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/maps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@draftbit/maps",
"version": "48.4.6",
"version": "48.4.7",
"description": "Map Components",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/src/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"homepage": "https://github.com/draftbit/react-native-jigsaw#readme",
"dependencies": {
"@draftbit/ui": "48.4.6",
"@draftbit/ui": "48.4.7",
"@teovilla/react-native-web-maps": "^0.9.1",
"lodash.isequal": "^4.5.0",
"react-native-maps": "1.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@draftbit/native",
"version": "48.4.5",
"version": "48.4.7",
"description": "Draftbit UI Components that Depend on Native Components",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/src/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@draftbit/ui",
"version": "48.4.6",
"version": "48.4.7",
"description": "Draftbit UI Library",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/src/index.d.ts",
Expand Down Expand Up @@ -43,8 +43,8 @@
},
"homepage": "https://github.com/draftbit/react-native-jigsaw#readme",
"dependencies": {
"@draftbit/core": "48.4.6",
"@draftbit/native": "48.4.5",
"@draftbit/core": "48.4.7",
"@draftbit/native": "48.4.7",
"react-native-reanimated": "~2.14.4"
},
"eslintIgnore": [
Expand Down

0 comments on commit c716b10

Please sign in to comment.