@icvdeveloper/common-module 1.2.1 → 1.3.0

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
+ ## 1.3.0 - 2023-12-05
11
+
10
12
  ## 1.2.1 - 2023-12-05
11
13
 
12
14
  ## 1.2.0 - 2023-12-04
package/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "v3plus-common-module",
3
3
  "configKey": "v3plusCommonModule",
4
- "version": "1.2.1"
4
+ "version": "1.3.0"
5
5
  }
@@ -106,7 +106,6 @@ export const useConferencesStore = defineStore("conferences", {
106
106
  updateConferencesAccess(userConferences) {
107
107
  userConferences.forEach((userConf) => {
108
108
  const conf = find(this.conferenceList, { id: userConf.id });
109
- conf.access = true;
110
109
  if (conf)
111
110
  conf.access = true;
112
111
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icvdeveloper/common-module",
3
- "version": "1.2.1",
3
+ "version": "1.3.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {