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

Commit 46df265

Browse files
Version Packages
1 parent 60df3d9 commit 46df265

File tree

8 files changed

+22
-11
lines changed

8 files changed

+22
-11
lines changed

.changeset/dirty-ways-guess.md

-7
This file was deleted.

packages/element-web-guest-module/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nordeck/element-web-guest-module
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- a05ce45: First stable release.
8+
39
## 0.2.1
410

511
### Patch Changes

packages/element-web-guest-module/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nordeck/element-web-guest-module",
3-
"version": "0.2.1",
3+
"version": "1.0.0",
44
"description": "A module for Element to login as a guest",
55
"author": "Nordeck IT + Consulting GmbH",
66
"license": "Apache-2.0",

packages/element-web-widget-lifecycle-module/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nordeck/element-web-widget-lifecycle-module
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- a05ce45: First stable release.
8+
39
## 0.0.1
410

511
### Patch Changes

packages/element-web-widget-lifecycle-module/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nordeck/element-web-widget-lifecycle-module",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "A module for Element to automatically accept capabilities for selected widgets",
55
"author": "Nordeck IT + Consulting GmbH",
66
"license": "Apache-2.0",

packages/synapse-guest-module/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nordeck/synapse-guest-module
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- a05ce45: First stable release.
8+
39
## 0.3.1
410

511
### Patch Changes

packages/synapse-guest-module/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nordeck/synapse-guest-module",
3-
"version": "0.3.1",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "A synapse module to restrict the actions of guests",
66
"author": "Nordeck IT + Consulting GmbH",

packages/synapse-guest-module/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = synapse_guest_module
33
description = A synapse module to restrict the actions of guests
44
long_description = file: README.md
55
long_description_content_type = text/markdown
6-
version = 0.3.1
6+
version = 1.0.0
77

88
classifiers =
99
License :: OSI Approved :: Apache Software License

0 commit comments

Comments
 (0)