@goweekdays/layer-common 1.3.2 → 1.3.3

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
@@ -1,5 +1,11 @@
1
1
  # @goweekdays/layer-common
2
2
 
3
+ ## 1.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 425729b: Fix component API call query
8
+
3
9
  ## 1.3.2
4
10
 
5
11
  ### Patch Changes
@@ -96,6 +96,7 @@
96
96
 
97
97
  <v-dialog v-model="dialogAssignRole" width="450" persistent>
98
98
  <MemberForm
99
+ :app="type"
99
100
  title="Assign Role"
100
101
  v-model="member"
101
102
  mode="assign-role"
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@goweekdays/layer-common",
3
3
  "license": "MIT",
4
4
  "type": "module",
5
- "version": "1.3.2",
5
+ "version": "1.3.3",
6
6
  "main": "./nuxt.config.ts",
7
7
  "publishConfig": {
8
8
  "access": "public"