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 Mar 1, 2024
1 parent 061a6ad commit 8fe5f76
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
@@ -1,4 +1,4 @@
{
"packages/bootstrap-vue-next": "0.16.6",
"packages/nuxt": "0.16.6"
"packages/bootstrap-vue-next": "0.17.0",
"packages/nuxt": "0.17.0"
}
11 changes: 11 additions & 0 deletions packages/bootstrap-vue-next/CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

## [0.17.0](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrapvuenext-v0.16.6...bootstrapvuenext-v0.17.0) (2024-03-01)


### ⚠ BREAKING CHANGES

* remove Booleanish type and useBooleanish composable, replace plain boolean type fixes #1774

### Features

* remove Booleanish type and useBooleanish composable, replace plain boolean type fixes [#1774](https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/1774) ([d3a51d3](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/d3a51d36266a2c6315c4e117f988dd7746fe8722))

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


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.6",
"version": "0.17.0",
"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.0](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/nuxt-v0.16.6...nuxt-v0.17.0) (2024-03-01)


### Miscellaneous Chores

* **nuxt:** Synchronize main group versions


### Dependencies

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

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


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

0 comments on commit 8fe5f76

Please sign in to comment.