From 16ff08df00fdf36f8daf6c6e73803d65e435f534 Mon Sep 17 00:00:00 2001 From: sbsrnt Date: Sat, 10 Feb 2024 09:55:02 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @exile-watch/writ-react@0.2.1 --- package-lock.json | 2 +- packages/writ-react/CHANGELOG.md | 9 +++++++++ packages/writ-react/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index a8ccc94..1366a9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12885,7 +12885,7 @@ }, "packages/writ-react": { "name": "@exile-watch/writ-react", - "version": "0.2.0", + "version": "0.2.1", "dependencies": { "@mantine/core": "^7.5.2", "framer-motion": "^11.0.3", diff --git a/packages/writ-react/CHANGELOG.md b/packages/writ-react/CHANGELOG.md index 708a0b9..3e502ca 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.2.1](https://github.com/exile-watch/writ/compare/@exile-watch/writ-react@0.2.0...@exile-watch/writ-react@0.2.1) (2024-02-10) + + +### 🐞 Bug Fixes + +* **providers:** WritProvider export ([c2b2a7c](https://github.com/exile-watch/writ/commit/c2b2a7c269c78ecdc7651522d0fb954dc2d5c184)) + + + ## [0.2.0](https://github.com/exile-watch/writ/compare/@exile-watch/writ-react@0.1.12...@exile-watch/writ-react@0.2.0) (2024-02-10) diff --git a/packages/writ-react/package.json b/packages/writ-react/package.json index fd81b9a..a07253b 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.0", + "version": "0.2.1", "description": "Shared design system of React components for exile.watch fronted projects", "homepage": "https://github.com/exile-watch/writ/pkgs/npm/writ-react", "repository": {