Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 38af656

Browse files
pi0clarkdo
authored andcommitted
feat: bump bootstrap-vue to v2.0.0 stable (#334)
1 parent bcfbdc7 commit 38af656

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

template/_package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@adonisjs/shield": "^1.0.4",
8686
<%_ } _%>
8787
<%_ if (ui === 'bootstrap') { _%>
88-
"bootstrap-vue": "^2.0.0-rc.11",
88+
"bootstrap-vue": "^2.0.0",
8989
"bootstrap": "^4.1.3",
9090
<%_ } else if (ui === 'bulma') { _%>
9191
"@nuxtjs/bulma": "^1.2.1",

template/nuxt/nuxt.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ module.exports = {
9999
*/
100100
modules: [
101101
<%_ if (ui === 'bootstrap') { _%>
102-
// Doc: https://bootstrap-vue.js.org/docs/
102+
// Doc: https://bootstrap-vue.js.org
103103
'bootstrap-vue/nuxt',
104104
<%_ } else if (ui === 'bulma') { _%>
105105
// Doc: https://github.com/nuxt-community/modules/tree/master/packages/bulma

test/snapshots/index.test.js.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2373,7 +2373,7 @@ Generated by [AVA](https://ava.li).
23732373
{
23742374
dependencies: {
23752375
bootstrap: '^4.1.3',
2376-
'bootstrap-vue': '^2.0.0-rc.11',
2376+
'bootstrap-vue': '^2.0.0',
23772377
nuxt: '^2.0.0',
23782378
},
23792379
devDependencies: {},
@@ -2428,7 +2428,7 @@ Generated by [AVA](https://ava.li).
24282428
** Nuxt.js modules␊
24292429
*/␊
24302430
modules: [␊
2431-
// Doc: https://bootstrap-vue.js.org/docs/
2431+
// Doc: https://bootstrap-vue.js.org␊
24322432
'bootstrap-vue/nuxt',␊
24332433
],␊
24342434
/*␊

test/snapshots/index.test.js.snap

50 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)