@finema/finework-layer 0.0.8 → 0.0.9

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,7 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.9](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.0.8...0.0.9) (2025-10-10)
4
+
3
5
  ## [0.0.8](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.0.7...0.0.8) (2025-10-10)
4
6
 
5
7
  ### Bug Fixes
@@ -6,7 +6,7 @@
6
6
  :to="to"
7
7
  @click="$emit('click')"
8
8
  >
9
- กลับ
9
+ {{ label || 'กลับ' }}
10
10
  </Button>
11
11
  </template>
12
12
 
@@ -17,5 +17,6 @@ defineEmits<{
17
17
 
18
18
  defineProps<{
19
19
  to?: string
20
+ label?: string
20
21
  }>()
21
22
  </script>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "0.0.8",
4
+ "version": "0.0.9",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",