Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 22, 2024
1 parent 78b1b32 commit 705331f
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
@@ -1,4 +1,4 @@
{
"packages/bootstrap-vue-next": "0.16.5",
"packages/nuxt": "0.16.5"
"packages/bootstrap-vue-next": "0.16.6",
"packages/nuxt": "0.16.6"
}
16 changes: 16 additions & 0 deletions packages/bootstrap-vue-next/CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog

## [0.16.6](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrapvuenext-v0.16.5...bootstrapvuenext-v0.16.6) (2024-02-22)


### Features

* **BTable:** allow primaryKey dot notation for attribute path ([78b1b32](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/78b1b32c32b773e6f3a786a089c8daf8ac1068dd))
* **BTable:** check selection also using primaryKey attribute ([c540889](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/c540889c65b074ac9651a2d39ea519c1cb41dfff))
* **BTable:** Enable more sorting options to get closer to BSV parity ([#1771](https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/1771)) ([cafb4c4](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/cafb4c4a59fb376fb77c06fa84f5b512e952d891))
* **BTable:** Enable using fromatter function for sortByFormatted ([cafb4c4](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/cafb4c4a59fb376fb77c06fa84f5b512e952d891))
* **BTable:** Implement sortByFormatted ([cafb4c4](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/cafb4c4a59fb376fb77c06fa84f5b512e952d891))


### Bug Fixes

* **BTable:** fix sort descending and add tests ([cafb4c4](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/cafb4c4a59fb376fb77c06fa84f5b512e952d891))

## [0.16.5](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrapvuenext-v0.16.4...bootstrapvuenext-v0.16.5) (2024-02-19)


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.16.5",
"version": "0.16.6",
"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.16.6](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/nuxt-v0.16.5...nuxt-v0.16.6) (2024-02-22)


### Miscellaneous Chores

* **nuxt:** Synchronize main group versions


### Dependencies

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

## [0.16.5](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/nuxt-v0.16.4...nuxt-v0.16.5) (2024-02-19)


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.16.5",
"version": "0.16.6",
"license": "MIT",
"author": {
"name": "Issayah",
Expand Down

0 comments on commit 705331f

Please sign in to comment.