Wire up GHA workflow to release modules (#34544)

* Wire up GHA workflow to release modules

* Iterate
This commit is contained in:
Michael Telatynski
2026-08-04 08:29:40 +00:00
committed by GitHub
parent b45009fc4e
commit 1bec06ca52
5 changed files with 61 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@element-hq/element-web-module-banner",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"main": "lib/index.js",
"license": "SEE LICENSE IN README.md",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@element-hq/element-web-module-restricted-guests",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"main": "lib/index.js",
"license": "SEE LICENSE IN README.md",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@element-hq/element-web-module-widget-lifecycle",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"main": "lib/index.js",
"license": "SEE LICENSE IN README.md",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@element-hq/element-web-module-widget-toggle",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"main": "lib/index.js",
"license": "SEE LICENSE IN README.md",