@icvdeveloper/common-module 2.3.7 → 2.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## Unreleased
9
9
 
10
+ ## 2.3.8 - 2025-06-11
11
+
10
12
  ## 2.3.7 - 2025-06-09
11
13
 
12
14
  ## 2.3.6 - 2025-05-29
package/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "v3plus-common-module",
3
3
  "configKey": "v3plusCommonModule",
4
- "version": "2.3.7"
4
+ "version": "2.3.8"
5
5
  }
@@ -394,7 +394,7 @@ onMounted(() => {
394
394
  />
395
395
  <CommonLoginFullWidth
396
396
  v-else-if="!user"
397
- title="Thank you for registering.<br />Please log in to continue to your event."
397
+ title="Thank you for registering. Please log in to continue to your event."
398
398
  />
399
399
  <span v-else>
400
400
  You are now registered for <span class="font-bold"><i>{{ group.name }}</i></span>.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icvdeveloper/common-module",
3
- "version": "2.3.7",
3
+ "version": "2.3.8",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {