From 4900ee630d278e46a7040efdeb0a3b8d7e063155 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 01:07:34 +0000 Subject: [PATCH] chore(main): release bootstrapvuenexticons 0.3.3 --- packages/bootstrap-vue-next-icons/CHANGELOG.md | 14 ++++++++++++++ packages/bootstrap-vue-next-icons/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/packages/bootstrap-vue-next-icons/CHANGELOG.md b/packages/bootstrap-vue-next-icons/CHANGELOG.md index 617d638..0079f1f 100644 --- a/packages/bootstrap-vue-next-icons/CHANGELOG.md +++ b/packages/bootstrap-vue-next-icons/CHANGELOG.md @@ -5,6 +5,20 @@ 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.3.3](https://github.com/boindil/bootstrap-vue-next-icons/compare/bootstrapvuenexticons-v0.3.1...bootstrapvuenexticons-v0.3.3) (2024-03-26) + + +### Bug Fixes + +* package.json main/module/exports ([3c2544c](https://github.com/boindil/bootstrap-vue-next-icons/commit/3c2544c9072cf0b324fc08c4d38786bfcf7f0ced)) + + +### Miscellaneous Chores + +* release main ([dba89d0](https://github.com/boindil/bootstrap-vue-next-icons/commit/dba89d0b888427b6b1304f7f26e57701b441ce0d)) +* release main ([8eadd90](https://github.com/boindil/bootstrap-vue-next-icons/commit/8eadd9067c27dfc0ae25308f537f505eba8a5ca9)) +* release main ([eb0b9a5](https://github.com/boindil/bootstrap-vue-next-icons/commit/eb0b9a51d24a37123e8a19635ddc685009438173)) + ## [0.3.2](https://github.com/boindil/bootstrap-vue-next-icons/compare/bootstrapvuenexticons-v0.3.1...bootstrapvuenexticons-v0.3.2) (2024-03-26) ### Bug Fixes diff --git a/packages/bootstrap-vue-next-icons/package.json b/packages/bootstrap-vue-next-icons/package.json index 26b142f..d85e1b6 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.3.2", + "version": "0.3.3", "license": "MIT", "main": "./dist/bootstrap-vue-next-icons.umd.js", "module": "./dist/bootstrap-vue-next-icons.mjs",