From d6e1686e6da0175326fcd8265be56c0aea8de359 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 13 Oct 2023 03:09:17 +0000 Subject: [PATCH] chore(release): 1.11.9 [skip ci] ## [1.11.9](https://github.com/ra-libs/react/compare/v1.11.8...v1.11.9) (2023-10-13) ### Bug Fixes * update date based on timezone update ([872d9cd](https://github.com/ra-libs/react/commit/872d9cd7ac697f77b0ebefb1eefbfdb7cf7a40fd)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c768942..117db95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.11.9](https://github.com/ra-libs/react/compare/v1.11.8...v1.11.9) (2023-10-13) + + +### Bug Fixes + +* update date based on timezone update ([872d9cd](https://github.com/ra-libs/react/commit/872d9cd7ac697f77b0ebefb1eefbfdb7cf7a40fd)) + ## [1.11.8](https://github.com/ra-libs/react/compare/v1.11.7...v1.11.8) (2023-10-12) diff --git a/package.json b/package.json index bf9d8ff..57ca71b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ra-libs/react", - "version": "1.11.8", + "version": "1.11.9", "description": "React admin front components and utils", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js",