From 1db4bdcc3ad2ece7ed37ceb2c522175ce54dd7fb Mon Sep 17 00:00:00 2001 From: Saidatta Sahu Date: Thu, 24 Nov 2022 18:06:04 +0530 Subject: [PATCH 1/3] bg color change --- src/renderer/MicroFrontend.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/MicroFrontend.tsx b/src/renderer/MicroFrontend.tsx index 6447eb5..3f30539 100644 --- a/src/renderer/MicroFrontend.tsx +++ b/src/renderer/MicroFrontend.tsx @@ -107,7 +107,7 @@ const MicroFrontend: React.FC< return ( From b7028f5b3adc5d8864ae2cb6926bb8fc7e83c0aa Mon Sep 17 00:00:00 2001 From: Saidatta Sahu Date: Thu, 24 Nov 2022 18:10:10 +0530 Subject: [PATCH 2/3] v0.0.15 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ddc8706..82f429d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blue-learn/platform", - "version": "0.0.12", + "version": "0.0.15", "main": "lib/index.js", "types": "lib/index.d.ts", "repository": "ssh://git@github.com:Blue-learn/design-platform.git", @@ -34,12 +34,12 @@ }, "dependencies": { "@react-native-async-storage/async-storage": "^1.17.7", + "@react-navigation/native": "^6.0.11", + "@react-navigation/native-stack": "^6.7.0", + "@types/lodash-es": "^4.17.6", "axios": "^0.27.2", "lodash-es": "^4.17.21", - "@types/lodash-es": "^4.17.6", "react-fast-compare": "^3.2.0", - "@react-navigation/native": "^6.0.11", - "@react-navigation/native-stack": "^6.7.0", "react-native-safe-area-context": "^4.3.1", "react-native-screens": "^3.15.0" } From 201e02ef207979c87b790d12a564f5f94f264f3d Mon Sep 17 00:00:00 2001 From: Saidatta Sahu Date: Thu, 24 Nov 2022 18:27:19 +0530 Subject: [PATCH 3/3] v0.0.16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82f429d..4a715dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blue-learn/platform", - "version": "0.0.15", + "version": "0.0.16", "main": "lib/index.js", "types": "lib/index.d.ts", "repository": "ssh://git@github.com:Blue-learn/design-platform.git",