Skip to content

Commit

Permalink
chore: release main (#1859)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 20, 2024
1 parent b7a4520 commit 62dcef3
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
@@ -1,4 +1,4 @@
{
"packages/bootstrap-vue-next": "0.17.1",
"packages/nuxt": "0.17.1"
"packages/bootstrap-vue-next": "0.17.2",
"packages/nuxt": "0.17.2"
}
8 changes: 8 additions & 0 deletions packages/bootstrap-vue-next/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## [0.17.2](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrapvuenext-v0.17.1...bootstrapvuenext-v0.17.2) (2024-04-20)


### Bug Fixes

* **BTable:** allow for inferred nested objects for items fixes [#1851](https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/1851) ([b7a4520](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/b7a4520b32a8054ae43b74a750d1dfd6864f6c84))
* **BTableLite:** create clone of items thats used internally to fix toggleDetails flipping -- immutable object does not work with the mutation fixes [#1852](https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/1852) ([b7a4520](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/b7a4520b32a8054ae43b74a750d1dfd6864f6c84))

## [0.17.1](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrapvuenext-v0.17.0...bootstrapvuenext-v0.17.1) (2024-04-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap-vue-next/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "bootstrap-vue-next",
"displayName": "BootstrapVueNext",
"description": "BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.",
"version": "0.17.1",
"version": "0.17.2",
"license": "MIT",
"main": "./dist/bootstrap-vue-next.umd.js",
"module": "./dist/bootstrap-vue-next.mjs",
Expand Down
16 changes: 16 additions & 0 deletions packages/nuxt/CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog

## [0.17.2](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/nuxt-v0.17.1...nuxt-v0.17.2) (2024-04-20)


### Miscellaneous Chores

* **nuxt:** Synchronize main group versions


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* bootstrap-vue-next bumped to 0.17.2
* peerDependencies
* bootstrap-vue-next bumped to 0.17.2

## [0.17.1](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/nuxt-v0.17.0...nuxt-v0.17.1) (2024-04-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
@@ -1,7 +1,7 @@
{
"name": "@bootstrap-vue-next/nuxt",
"description": "Nuxt Module for BootstrapVueNext",
"version": "0.17.1",
"version": "0.17.2",
"license": "MIT",
"author": {
"name": "Issayah",
Expand Down

0 comments on commit 62dcef3

Please sign in to comment.