@7365admin1/layer-common 3.0.5 → 3.0.6

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
  # @iservice365/layer-common
2
2
 
3
+ ## 3.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 82fe629: update invite member
8
+
3
9
  ## 3.0.5
4
10
 
5
11
  ### Patch Changes
@@ -143,6 +143,7 @@
143
143
  <InvitationForm
144
144
  title="Invite member"
145
145
  :org="org"
146
+ :invite-member="true"
146
147
  @cancel="dialogMember = false"
147
148
  @success="handleSuccess"
148
149
  @invited="getVerifications()"
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@7365admin1/layer-common",
3
3
  "license": "MIT",
4
4
  "type": "module",
5
- "version": "3.0.5",
5
+ "version": "3.0.6",
6
6
  "author": "7365admin1",
7
7
  "main": "./nuxt.config.ts",
8
8
  "publishConfig": {