diff --git a/CHANGELOG.md b/CHANGELOG.md index a69aa003..71d3a7e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -Version 7.0.5 +Version 7.0.6 # Changelog @@ -7,7 +7,7 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 7.0.6 ### Fixed diff --git a/packages/antwerp-ui/react-components/package.json b/packages/antwerp-ui/react-components/package.json index 8755a7fb..9ac4fe89 100644 --- a/packages/antwerp-ui/react-components/package.json +++ b/packages/antwerp-ui/react-components/package.json @@ -1,6 +1,6 @@ { "name": "@a-ui/react", - "version": "7.0.5", + "version": "7.0.6", "license": "MIT", "main": "./index.js", "types": "./index.d.ts",