@goweekdays/layer-common 1.2.5 → 1.2.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
  # @goweekdays/layer-common
2
2
 
3
+ ## 1.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - bcdc6ba: Fix setRole() to clear message
8
+
3
9
  ## 1.2.5
4
10
 
5
11
  ### Patch Changes
@@ -202,6 +202,7 @@ function setRole({
202
202
  )
203
203
  );
204
204
  modeRole.value = mode;
205
+ message.value = "";
205
206
 
206
207
  if (modeRole.value === "add") {
207
208
  dialogAdd.value = dialog;
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.2.5",
5
+ "version": "1.2.6",
6
6
  "main": "./nuxt.config.ts",
7
7
  "publishConfig": {
8
8
  "access": "public"