@finema/finework-layer 0.2.64 → 0.2.65

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
  # Changelog
2
2
 
3
+ ## [0.2.65](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.64...0.2.65) (2025-11-25)
4
+
5
+ ### Bug Fixes
6
+
7
+ * update Thai date settings to true and adjust date formats ([e42f71f](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/e42f71f3f2655e26a6608c194115af5acea490df))
8
+
3
9
  ## [0.2.64](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.63...0.2.64) (2025-11-24)
4
10
 
5
11
  ### Bug Fixes
package/app/app.config.ts CHANGED
@@ -1,10 +1,10 @@
1
1
  export default defineAppConfig({
2
2
  core: {
3
- is_thai_year: false,
4
- is_thai_month: false,
3
+ is_thai_year: true,
4
+ is_thai_month: true,
5
5
  date_format: 'dd MMM yyyy',
6
6
  month_format: 'MMM yyyy',
7
- date_time_format: 'dd/MM/yyyy HH:mm',
7
+ date_time_format: 'dd MMM yyyy HH:mm',
8
8
  color: '#335AFF',
9
9
  limit_per_page: 10,
10
10
  locale: 'en',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "0.2.64",
4
+ "version": "0.2.65",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",