From a22c3f093dfcbe7b3944065faaf98585709e7c68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anderson=20Greg=C3=B3rio?= Date: Tue, 10 Dec 2024 14:35:11 -0300 Subject: [PATCH] build: release 18.19.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1513038e..58a45176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [18.19.1](https://github.com/po-ui/po-style/compare/v18.19.0...v18.19.1) (2024-12-10) + + +### Bug Fixes + +* **theme:** corrige quebra do tema ([d4c7714](https://github.com/po-ui/po-style/commit/d4c771447e1dcc7dbfd7dca71ee66eba8f0d822f)) + + + # [18.19.0](https://github.com/po-ui/po-style/compare/v18.18.0...v18.19.0) (2024-12-09) diff --git a/package.json b/package.json index 17768612..315c90e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@po-ui/style", - "version": "18.19.0", + "version": "18.19.1", "description": "PO Style", "author": "PO UI", "license": "MIT",