From ad0a957ff9dff0740ef970707d8c39cb5b73a6f3 Mon Sep 17 00:00:00 2001 From: Kenneth Date: Tue, 7 Oct 2025 11:41:10 +0700 Subject: [PATCH] build: update version 1.11.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81c3571..dbb756f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.11.1] + +### Fixed + +- Change peer dependencies version of react-router. + ## [1.11.0] ### Add diff --git a/package.json b/package.json index 168338a..4e5648c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "1byte-react-design", - "version": "1.11.0", + "version": "1.11.1", "description": "A simple React UI library", "main": "dist/index.js", "module": "dist/index.js",