From 7cd491fd667aa7167204d79995ec102f76f1e947 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 10:27:54 +0000 Subject: [PATCH] chore(dev): release 0.2.4-rc.1 --- packages/bootstrap-vue-next-icons/CHANGELOG.md | 7 +++++++ packages/bootstrap-vue-next-icons/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/bootstrap-vue-next-icons/CHANGELOG.md b/packages/bootstrap-vue-next-icons/CHANGELOG.md index 495a16b..d9f44a9 100644 --- a/packages/bootstrap-vue-next-icons/CHANGELOG.md +++ b/packages/bootstrap-vue-next-icons/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.4-rc.1](https://github.com/boindil/bootstrap-vue-3-icons/compare/v0.2.3...v0.2.4-rc.1) (2023-02-17) + + +### Miscellaneous Chores + +* release 0.2.4-rc.1 ([fd881c8](https://github.com/boindil/bootstrap-vue-3-icons/commit/fd881c8b56fd71d4c3e5243b907811fcbb3f0ef6)) + ## [0.2.3](https://github.com/boindil/bootstrap-vue-3-icons/compare/v0.2.2...v0.2.3) (2023-02-16) diff --git a/packages/bootstrap-vue-next-icons/package.json b/packages/bootstrap-vue-next-icons/package.json index fc548bb..4f0f2a5 100644 --- a/packages/bootstrap-vue-next-icons/package.json +++ b/packages/bootstrap-vue-next-icons/package.json @@ -2,7 +2,7 @@ "name": "@boindil/bootstrap-vue-next-icons", "displayName": "BootstrapVueNextIcons", "description": "A package to incorporate Bootstrap Icons into Bootstrap-vue-next", - "version": "0.2.3", + "version": "0.2.4-rc.1", "license": "MIT", "main": "./dist/bootstrap-vue-next-icons.umd.js", "module": "./dist/bootstrap-vue-next-icons.es.js",