Skip to content
Closed
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
644eb54
[package-cleanup] package.json cleanup and manifest cleanup (#11)
GuiLeme Apr 24, 2025
b2a9e4f
Bump http-proxy-middleware in the npm_and_yarn group across 1 directo…
dependabot[bot] May 21, 2025
73a9dc6
chore: set version to 0.0.1
antobinary May 21, 2025
71db5f8
Update changelog
antobinary Aug 19, 2025
d9730e7
Update control
antobinary Aug 19, 2025
b6aa9bb
[add-more-info-template] added locales and a react boilerplate to sta…
GuiLeme Oct 21, 2025
0b4e068
[add-more-info-template] corrected some vulnerabilities
GuiLeme Oct 21, 2025
0ef26c7
ref: Added more information to the react boilerplate (#19)
antobinary Oct 21, 2025
6191d35
chore: replaces deprecated `onBeforeSetupMiddleware` webpack hook
Arthurk12 Nov 5, 2025
7ad9006
Update old repository name references from plugin-template to bbb-plu…
Copilot Apr 16, 2026
84e0a37
Merge pull request #23 from bigbluebutton/copilot/check-repository-na…
antobinary Apr 16, 2026
0b8cf12
Merge pull request #21 from Arthurk12/patch-1
antobinary Apr 24, 2026
fb53dcf
chore: update names to bbb-plugin-template after repository rename
Copilot Apr 24, 2026
2298c21
Merge pull request #24 from bigbluebutton/copilot/update-repository-n…
antobinary Apr 24, 2026
2e23705
[ci-set-version] added set manifest version to the CI.
GuiLeme Jun 4, 2026
94b3444
Merge pull request #25 from GuiLeme/ci-set-version
GuiLeme Jun 4, 2026
97e9160
[ci-set-version] follow with pick-random-user's code
GuiLeme Jun 4, 2026
37f4f0b
Merge pull request #26 from GuiLeme/ci-set-version
GuiLeme Jun 4, 2026
549a8e3
chore: update CI from bbb-plugin-template v0.0.x
GuiLeme Jun 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
user_email="github-actions@github.com"
fi
echo "user_email=$user_email" >> $GITHUB_ENV

- name: Configure Git with the triggering user's info
run: |
git config user.name "${{ github.actor }}"
Expand Down
Loading