From e3e6cf7d88c70d132450de272a19e4bf262e2521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anderson=20Greg=C3=B3rio?= Date: Wed, 24 Jul 2024 16:42:09 -0300 Subject: [PATCH] build: release 18.0.0-rc.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d39baa80..973ea362a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.0.0-rc.0](https://github.com/po-ui/po-angular/compare/v18.0.0-next.0...v18.0.0-rc.0) (2024-07-24) + +### Code Refactoring + +* **components:** remove depreciações ([39adc2d](https://github.com/po-ui/po-angular/commit/39adc2d55b99c28fb2eb711860bbf9948181a35b)) + +### Features + +* **angular:** build v18 ([26d4854](https://github.com/po-ui/po-angular/commit/26d4854a2d54557664c6c4cdf6eaa71c4975f6a7)) + ## [17.20.0](https://github.com/po-ui/po-angular/compare/v17.19.0...v17.20.0) (2024-07-22) diff --git a/package.json b/package.json index a279efa78..7d2d40f79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "po-ui-sources", - "version": "18.0.0-next.0", + "version": "18.0.0-rc.0", "description": "PO UI", "homepage": "https://po-ui.io", "license": "MIT", @@ -74,7 +74,7 @@ "@angular/router": "~18.0.1", "@capacitor/core": "5.7.2", "@capacitor/network": "^5.0.7", - "@po-ui/style": "17.20.0", + "@po-ui/style": "18.0.0-rc.0", "capitalize": "^2.0.4", "colors": "1.4.0", "core-js": "3.33.3",