From 1a77a697a4e62d3adff1f64372f72de0ef3582ff Mon Sep 17 00:00:00 2001 From: waldronmatt Date: Fri, 31 May 2024 16:59:06 +0000 Subject: [PATCH] chore(release): publish - @waldronmatt/demo-ui@3.5.1 --- packages/ui/CHANGELOG.md | 7 +++++++ packages/ui/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 11c30668..74853f00 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.5.1](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/demo-ui@3.5.0...@waldronmatt/demo-ui@3.5.1) (2024-05-31) + +### Bug Fixes + +* **package.json:** add back missing resolution fields to publishConfig ([6434be7](https://github.com/waldronmatt/groundwork/commit/6434be77870cb1cbb44977f35001963b3fe697c9)) - by @waldronmatt +* **readme.md:** update readme with live types info, reorganize features list ([83930dd](https://github.com/waldronmatt/groundwork/commit/83930dd6dc80298878c55f7160eae924c023f4f7)) - by @waldronmatt + # [3.5.0](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/demo-ui@3.4.0...@waldronmatt/demo-ui@3.5.0) (2024-05-31) ### Bug Fixes diff --git a/packages/ui/package.json b/packages/ui/package.json index a085969d..6457b18c 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@waldronmatt/demo-ui", - "version": "3.5.0", + "version": "3.5.1", "type": "module", "exports": { "./lib/*": "./lib/*"