Skip to content

Commit

Permalink
v47.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefHenna committed Apr 19, 2023
1 parent c87df16 commit f6b8b07
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 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": "47.2.12",
"version": "47.2.13",
"private": true,
"main": "__generated__/AppEntry.js",
"scripts": {
Expand All @@ -15,8 +15,8 @@
"clean:modules": "rimraf node_modules"
},
"dependencies": {
"@draftbit/maps": "47.2.12",
"@draftbit/ui": "47.2.12",
"@draftbit/maps": "47.2.13",
"@draftbit/ui": "47.2.13",
"@expo/dev-server": "0.1.123",
"@expo/webpack-config": "^0.17.2",
"@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": "47.2.12",
"version": "47.2.13",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*", "example"],
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@draftbit/core",
"version": "47.2.12",
"version": "47.2.13",
"description": "Core (non-native) Components",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@draftbit/react-theme-provider": "^2.1.1",
"@draftbit/types": "47.2.12",
"@draftbit/types": "47.2.13",
"@material-ui/core": "^4.11.0",
"@material-ui/pickers": "^3.2.10",
"@react-native-community/slider": "4.2.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/maps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@draftbit/maps",
"version": "47.2.12",
"version": "47.2.13",
"description": "Map Components",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand Down Expand Up @@ -37,8 +37,8 @@
},
"homepage": "https://github.com/draftbit/react-native-jigsaw#readme",
"dependencies": {
"@draftbit/types": "47.2.12",
"@draftbit/web-maps": "47.2.12",
"@draftbit/types": "47.2.13",
"@draftbit/web-maps": "47.2.13",
"react-native-maps": "1.3.2"
},
"eslintIgnore": [
Expand Down
4 changes: 2 additions & 2 deletions packages/native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@draftbit/native",
"version": "47.2.12",
"version": "47.2.13",
"description": "Draftbit UI Components that Depend on Native Components",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"homepage": "https://github.com/draftbit/react-native-jigsaw#readme",
"dependencies": {
"@draftbit/types": "47.2.12",
"@draftbit/types": "47.2.13",
"@expo/vector-icons": "^13.0.0",
"@react-native-community/datetimepicker": "6.3.5",
"@react-native-community/slider": "4.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@draftbit/types",
"version": "47.2.12",
"version": "47.2.13",
"description": "Shared constants and types between native and core components",
"main": "lib/src/index.js",
"types": "lib/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": "47.2.12",
"version": "47.2.13",
"description": "Draftbit UI Library",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand Down Expand Up @@ -41,8 +41,8 @@
},
"homepage": "https://github.com/draftbit/react-native-jigsaw#readme",
"dependencies": {
"@draftbit/core": "47.2.12",
"@draftbit/native": "47.2.12"
"@draftbit/core": "47.2.13",
"@draftbit/native": "47.2.13"
},
"eslintIgnore": [
"node_modules/",
Expand Down
4 changes: 2 additions & 2 deletions packages/web-maps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@draftbit/web-maps",
"version": "47.2.12",
"version": "47.2.13",
"description": "Web Map Components",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"homepage": "https://github.com/draftbit/react-native-jigsaw#readme",
"dependencies": {
"@draftbit/types": "47.2.12",
"@draftbit/types": "47.2.13",
"@react-google-maps/api": "^2.10.2"
},
"eslintIgnore": [
Expand Down

0 comments on commit f6b8b07

Please sign in to comment.