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

Commit e20c88c

Browse files
authoredSep 20, 2023
Merge pull request #26 from nordeck/changeset-release/main
Version Packages

File tree

6 files changed

+15
-9
lines changed

6 files changed

+15
-9
lines changed
 

‎.changeset/soft-shoes-kiss.md

-6
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+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- 344b7bf: Update the repository name
8+
39
## 0.2.0
410

511
### Minor 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.0",
3+
"version": "0.2.1",
44
"description": "A module for Element to login as a guest",
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+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- 344b7bf: Update the repository name
8+
39
## 0.3.0
410

511
### Minor 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.0",
3+
"version": "0.3.1",
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.0
6+
version = 0.3.1
77

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

0 commit comments

Comments
 (0)
This repository has been archived.