diff --git a/package-lock.json b/package-lock.json index cd59b1d..c80c54b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14184,7 +14184,7 @@ }, "packages/writ-react": { "name": "@exile-watch/writ-react", - "version": "0.2.17", + "version": "0.3.0", "workspaces": [ "packages/*" ], diff --git a/packages/writ-react/CHANGELOG.md b/packages/writ-react/CHANGELOG.md index 15bcd82..fcfcc24 100644 --- a/packages/writ-react/CHANGELOG.md +++ b/packages/writ-react/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.0](https://github.com/exile-watch/writ/compare/@exile-watch/writ-react@0.2.17...@exile-watch/writ-react@0.3.0) (2024-03-04) + + +### ✨ Features + +* export container ([8bb2b3d](https://github.com/exile-watch/writ/commit/8bb2b3d9f3a924c4820f41718c2672e829e95ff3)) + + + ## [0.2.17](https://github.com/exile-watch/writ/compare/@exile-watch/writ-react@0.2.16...@exile-watch/writ-react@0.2.17) (2024-03-01) diff --git a/packages/writ-react/package.json b/packages/writ-react/package.json index 3f1807a..16d1658 100644 --- a/packages/writ-react/package.json +++ b/packages/writ-react/package.json @@ -1,6 +1,6 @@ { "name": "@exile-watch/writ-react", - "version": "0.2.17", + "version": "0.3.0", "description": "Shared design system of React components for exile.watch fronted projects", "homepage": "https://github.com/exile-watch/writ/pkgs/npm/writ-react", "repository": {