From c69d72b9aaa99bbeb5949453c8bce9219cd4b31e Mon Sep 17 00:00:00 2001 From: Olivier Terral Date: Fri, 28 Jun 2024 18:09:08 +0200 Subject: [PATCH] chore(release): 1.11.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f08f86d6..04a98b09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.11.3](https://github.com/geops/react-spatial/compare/v1.11.2...v1.11.3) (2024-06-28) + + +### Bug Fixes + +* manage text style as array ([2d34873](https://github.com/geops/react-spatial/commit/2d3487326d2030e8f42b6effcbcd057bca0da852)) + ### [1.11.2](https://github.com/geops/react-spatial/compare/v1.11.1...v1.11.2) (2024-06-20) diff --git a/package.json b/package.json index 9ed3e27e..d5252923 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "react-spatial", "license": "MIT", "description": "Components to build React map apps.", - "version": "1.11.2", + "version": "1.11.3", "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5",