Skip to content

Commit

Permalink
v47.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefHenna committed May 11, 2023
1 parent 6a10cfe commit eef3069
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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.3.2",
"version": "47.3.3",
"private": true,
"main": "__generated__/AppEntry.js",
"scripts": {
Expand All @@ -15,8 +15,8 @@
"clean:modules": "rimraf node_modules"
},
"dependencies": {
"@draftbit/maps": "47.3.2",
"@draftbit/ui": "47.3.2",
"@draftbit/maps": "47.3.3",
"@draftbit/ui": "47.3.3",
"@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.3.2",
"version": "47.3.3",
"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.3.2",
"version": "47.3.3",
"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.3.2",
"@draftbit/types": "47.3.3",
"@expo/vector-icons": "^13.0.0",
"@material-ui/core": "^4.11.0",
"@material-ui/pickers": "^3.2.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/maps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@draftbit/maps",
"version": "47.3.2",
"version": "47.3.3",
"description": "Map Components",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
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.3.2",
"version": "47.3.3",
"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.3.2",
"@draftbit/types": "47.3.3",
"@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.3.2",
"version": "47.3.3",
"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.3.2",
"version": "47.3.3",
"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.3.2",
"@draftbit/native": "47.3.2"
"@draftbit/core": "47.3.3",
"@draftbit/native": "47.3.3"
},
"eslintIgnore": [
"node_modules/",
Expand Down

0 comments on commit eef3069

Please sign in to comment.