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

Commit 4227a35

Browse files
authored
Merge branch 'main' into feature/install-use-options
2 parents fd6bb45 + 4f8f4ea commit 4227a35

File tree

264 files changed

+16632
-13551
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

264 files changed

+16632
-13551
lines changed

.github/workflows/npm-publish-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: pnpm install --ignore-scripts --frozen-lockfile
4949

5050
- name: Build Library
51-
run: pnpm run build --filter bootstrap-vue-next
51+
run: pnpm run build-emit --filter bootstrap-vue-next
5252

5353
- name: Publish Main
5454
run: pnpm publish --tag latest --filter bootstrap-vue-next --access=public

.github/workflows/release-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
if: ${{ steps.release.outputs.releases_created }}
6666

6767
- name: Build Library
68-
run: pnpm run build --filter bootstrap-vue-next --filter @bootstrap-vue-next/nuxt
68+
run: pnpm run build-emit --filter bootstrap-vue-next --filter @bootstrap-vue-next/nuxt
6969
if: ${{ steps.release.outputs.releases_created }}
7070

7171
- name: Publish Main

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/bootstrap-vue-next": "0.9.4",
3-
"packages/nuxt": "0.1.0"
2+
"packages/bootstrap-vue-next": "0.9.12",
3+
"packages/nuxt": "0.1.2"
44
}

0 commit comments

Comments
 (0)