File tree Expand file tree Collapse file tree 4 files changed +37
-6
lines changed Expand file tree Collapse file tree 4 files changed +37
-6
lines changed Original file line number Diff line number Diff line change 34
34
- name : ' Install dependencies'
35
35
run : pnpm install
36
36
37
+ - name : Prepare
38
+ run : pnpm run dev:prepare
39
+
37
40
- name : ' Build with VitePress'
38
41
run : pnpm run docs:full:build
39
42
Original file line number Diff line number Diff line change 23
23
- name : ' Install dependencies'
24
24
run : pnpm install
25
25
26
- - name : ' Run build'
26
+ - name : Prepare
27
+ run : pnpm run dev:prepare
28
+
29
+ - name : Lint
30
+ run : pnpm run lint
31
+
32
+ - name : Typecheck
33
+ run : pnpm run typecheck
34
+
35
+ - name : Test
36
+ run : pnpm run test
37
+
38
+ - name : Build
27
39
run : pnpm build
28
40
41
+ - name : Build vue fixture
42
+ run : pnpm run test:vue:build
43
+
29
44
- name : ' Publish 🚀'
30
45
shell : bash
31
46
run : pnpm publish --access public --no-git-checks
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.4 (2025-01-30)
4
+
5
+ ### Docs
6
+ * ** Advice:** improve
7
+ * ** Chip:** improve
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** Badge:** missing ` B24Avatar ` import
12
+ * ** Toast|Alert:** if/else for Icons and Avatars
13
+ * ** Select:** remove from useFormField deferInputValidation
14
+ * ** theme:** Cast them slots types to string
15
+ * ** Test:** improve
16
+
3
17
## 0.1.3 (2025-01-29)
4
18
5
19
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bitrix24/b24ui-nuxt" ,
3
3
"description" : " Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE" ,
4
- "version" : " 0.1.3 " ,
4
+ "version" : " 0.1.4 " ,
5
5
"packageManager" :
" [email protected] " ,
6
6
"repository" : {
7
7
"type" : " git" ,
63
63
"dev:prepare_short" : " nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground && vite build playground-vue" ,
64
64
65
65
"prepack" : " pnpm build" ,
66
- "build" : " pnpm dev:prepare && nuxt-module-build build" ,
66
+ "build" : " nuxt-module-build build" ,
67
67
"build_short" : " nuxt-module-build build" ,
68
68
69
69
"dev" : " set DEV=true && nuxi dev playground" ,
82
82
"lint" : " eslint ." ,
83
83
"lint:fix" : " eslint . --fix" ,
84
84
"typecheck" : " vue-tsc --noEmit && nuxi typecheck playground && cd playground-vue && vue-tsc --noEmit" ,
85
+ "typecheck-window" : " vue-tsc --noEmit && nuxi typecheck playground && cd ../playground-vue && vue-tsc --noEmit" ,
85
86
86
87
"test" : " vitest" ,
87
88
"test:vue" : " vitest -c vitest.vue.config.ts" ,
88
- "test:vue:build" : " vite build playground-vue" ,
89
-
90
- "work:done" : " pnpm lint && pnpm typecheck"
89
+ "test:vue:build" : " vite build playground-vue"
91
90
},
92
91
"dependencies" : {
93
92
"@bitrix24/b24icons-vue" : " ^1.0.3" ,
You can’t perform that action at this time.
0 commit comments