Skip to content
Snippets Groups Projects
Commit 3a0e66b4 authored by Julien MARGAIL's avatar Julien MARGAIL
Browse files

upgrade gatsby-plugin-auth to 0.2.5 (v0.8.3)

parent 63259048
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security
## [0.8.3] - 2023-06-28
### Fixed
- Map (with onegeo-maps context)
- Footer logo height
### Changed
- Update @onegeo-suite/gatsby-plugin-auth to 0.2.5
## [0.8.2] - 2023-06-21
### Fixed
......
{
"name": "@onegeo-suite/gatsby-theme-onegeo",
"version": "0.8.2",
"version": "0.8.3",
"main": "index.js",
"types": "index.d.ts",
"author": "NEOGEO",
......@@ -16,7 +16,7 @@
"typescript": "^4.0.0"
},
"dependencies": {
"@onegeo-suite/gatsby-plugin-auth": "0.2.4",
"@onegeo-suite/gatsby-plugin-auth": "0.2.5",
"@onegeo-suite/gatsby-source-directus": "^9.14.1",
"dayjs": "^1.11.7",
"gatsby-plugin-env-variables": "^2.2.0",
......
......@@ -17,7 +17,7 @@ const Footer = (props: Props) => {
id
imageFile {
childImageSharp {
gatsbyImageData
gatsbyImageData(height: 52)
}
name
publicURL
......
......@@ -40,7 +40,7 @@ const Carousel = (props: Props) => {
: 3000
}
effect={animation}
navigation
// navigation
modules={[Autoplay, Navigation, EffectFade, EffectCoverflow]}
>
{images.map((item: any, key: any) => {
......
......@@ -168,6 +168,8 @@ const formatContextMaps = (oContext: any) => {
const formatLayerMaps = (oLayer: any) => {
oLayer.visibility = oLayer.visible
oLayer.name = oLayer.layername
oLayer.style = ""
oLayer.format = "image/png"
return oLayer
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment