File tree Expand file tree Collapse file tree 10 files changed +31
-14
lines changed Expand file tree Collapse file tree 10 files changed +31
-14
lines changed Original file line number Diff line number Diff line change 38
38
39
39
- name : Build packages
40
40
run : |
41
- yarn workspaces foreach --all --exclude . run build
41
+ yarn workspaces foreach --all --exclude . run build &&
42
+ yarn workspaces foreach --all --exclude . pack
42
43
43
44
- name : Publish packages
44
45
if : ${{ inputs.release_workspaces }}
Original file line number Diff line number Diff line change 41
41
42
42
- name : Build packages
43
43
run : |
44
- yarn workspace ${{ inputs.workspace }} build
44
+ yarn workspace ${{ inputs.workspace }} build &&
45
+ yarn workspace ${{ inputs.workspace }} pack
45
46
46
47
- name : Publish package
47
48
if : ${{ inputs.release_workspace }}
Original file line number Diff line number Diff line change 45
45
46
46
- name : Build packages
47
47
run : |
48
- yarn workspaces foreach --all --exclude . run build
48
+ yarn workspaces foreach --all --exclude . run build &&
49
+ yarn workspaces foreach --all --exclude . pack
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.1.2]
6
+
7
+ ### Fixed
8
+
9
+ - Fixed missing ` d.ts ` and ` js.map ` files
10
+
5
11
## [ 0.1.1]
6
12
7
13
### Fixed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vizzu/csv-parser" ,
3
3
"description" : " Vizzu plugin for CSV parsing" ,
4
- "version" : " 0.1.1 " ,
4
+ "version" : " 0.1.2 " ,
5
5
"type" : " module" ,
6
6
"exports" : {
7
7
"." : {
12
12
}
13
13
},
14
14
"files" : [
15
- " dist/*" ,
15
+ " dist/** " ,
16
16
" package.json"
17
17
],
18
18
"main" : " dist/cjs/index.js" ,
21
21
"scripts" : {
22
22
"build" : " run clear && node build/build.js && run types" ,
23
23
"clear" : " node build/clear.js" ,
24
- "pack" : " run build && npm pack" ,
25
24
"test" : " vitest" ,
26
25
"types" : " npx -p typescript tsc src/*.ts --declaration --allowJs --emitDeclarationOnly --outDir dist/types"
27
26
},
Original file line number Diff line number Diff line change 12
12
}
13
13
},
14
14
"files" : [
15
- " dist/*" ,
15
+ " dist/** " ,
16
16
" package.json"
17
17
],
18
18
"main" : " dist/cjs/index.js" ,
21
21
"scripts" : {
22
22
"build" : " run clear && node build/build.js && run types" ,
23
23
"clear" : " node build/clear.js" ,
24
- "pack" : " run build && npm pack" ,
25
24
"test" : " vitest" ,
26
25
"types" : " npx -p typescript tsc src/*.ts --declaration --allowJs --emitDeclarationOnly --outDir dist/types"
27
26
},
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.1.1]
6
+
7
+ ### Fixed
8
+
9
+ - Fixed missing ` d.ts ` and ` js.map ` files
10
+
5
11
## [ 0.1.0]
6
12
7
13
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vizzu/marker-dropshadow" ,
3
3
"description" : " Vizzu charting library marker plugin for drop shadow" ,
4
- "version" : " 0.1.0 " ,
4
+ "version" : " 0.1.1 " ,
5
5
"type" : " module" ,
6
6
"exports" : {
7
7
"." : {
12
12
}
13
13
},
14
14
"files" : [
15
- " dist/*" ,
15
+ " dist/** " ,
16
16
" package.json"
17
17
],
18
18
"main" : " dist/cjs/index.js" ,
21
21
"scripts" : {
22
22
"build" : " run clear && node build/build.js" ,
23
23
"clear" : " node build/clear.js" ,
24
- "pack" : " run build && npm pack" ,
25
24
"test" : " vitest"
26
25
},
27
26
"repository" : {
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.1.1]
6
+
7
+ ### Fixed
8
+
9
+ - Fixed missing ` d.ts ` and ` js.map ` files
10
+
5
11
## [ 0.1.0]
6
12
7
13
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vizzu/video-capture" ,
3
3
"description" : " Vizzu plugin for video capture" ,
4
- "version" : " 0.1.0 " ,
4
+ "version" : " 0.1.1 " ,
5
5
"type" : " module" ,
6
6
"exports" : {
7
7
"." : {
12
12
}
13
13
},
14
14
"files" : [
15
- " dist/*" ,
15
+ " dist/** " ,
16
16
" package.json"
17
17
],
18
18
"main" : " dist/cjs/index.js" ,
21
21
"scripts" : {
22
22
"build" : " run clear && node build/build.js" ,
23
23
"clear" : " node build/clear.js" ,
24
- "pack" : " run build && npm pack" ,
25
24
"test" : " vitest"
26
25
},
27
26
"repository" : {
You can’t perform that action at this time.
0 commit comments