-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): bump all packages' version to 0.0.7
- Loading branch information
Showing
19 changed files
with
95 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,10 @@ | |
"type": "git", | ||
"url": "git+https://github.com/docenjs/docen.git" | ||
}, | ||
"keywords": ["pandoc", "mammoth"], | ||
"keywords": [ | ||
"pandoc", | ||
"mammoth" | ||
], | ||
"author": { | ||
"name": "Demo Macro", | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
{ | ||
"name": "@docen/csv", | ||
"version": "0.0.7-edge.3", | ||
"version": "0.0.7", | ||
"description": "Programmed implementation of csv format, powered by Demo Macro.", | ||
"main": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"files": ["dist"], | ||
"files": [ | ||
"dist" | ||
], | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
|
@@ -18,7 +20,12 @@ | |
"type": "git", | ||
"url": "git+https://github.com/docenjs/docen.git" | ||
}, | ||
"keywords": ["pandoc", "papaparse", "csv", "json"], | ||
"keywords": [ | ||
"pandoc", | ||
"papaparse", | ||
"csv", | ||
"json" | ||
], | ||
"author": { | ||
"name": "Demo Macro", | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
{ | ||
"name": "docen", | ||
"version": "0.0.7-edge.3", | ||
"version": "0.0.7", | ||
"description": "Programmatically and command-line implementation of document formatting, powered by Demo Macro.", | ||
"main": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"files": ["dist"], | ||
"files": [ | ||
"dist" | ||
], | ||
"bin": { | ||
"docen": "dist/cli.mjs" | ||
}, | ||
|
@@ -22,7 +24,10 @@ | |
"type": "git", | ||
"url": "git+https://github.com/docenjs/docen.git" | ||
}, | ||
"keywords": ["pandoc", "mammoth"], | ||
"keywords": [ | ||
"pandoc", | ||
"mammoth" | ||
], | ||
"author": { | ||
"name": "Demo Macro", | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
{ | ||
"name": "@docen/docx", | ||
"version": "0.0.7-edge.3", | ||
"version": "0.0.7", | ||
"description": "Programmed implementation of docx format, powered by Demo Macro.", | ||
"main": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"files": ["dist"], | ||
"files": [ | ||
"dist" | ||
], | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
|
@@ -18,7 +20,10 @@ | |
"type": "git", | ||
"url": "git+https://github.com/docenjs/docen.git" | ||
}, | ||
"keywords": ["pandoc", "mammoth"], | ||
"keywords": [ | ||
"pandoc", | ||
"mammoth" | ||
], | ||
"author": { | ||
"name": "Demo Macro", | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
{ | ||
"name": "@docen/image", | ||
"version": "0.0.7-edge.3", | ||
"version": "0.0.7", | ||
"description": "Programmed implementation of image format, powered by Demo Macro.", | ||
"main": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"files": ["dist"], | ||
"files": [ | ||
"dist" | ||
], | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
|
@@ -18,7 +20,10 @@ | |
"type": "git", | ||
"url": "git+https://github.com/docenjs/docen.git" | ||
}, | ||
"keywords": ["pandoc", "image"], | ||
"keywords": [ | ||
"pandoc", | ||
"image" | ||
], | ||
"author": { | ||
"name": "Demo Macro", | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
{ | ||
"name": "@docen/jsonp", | ||
"version": "0.0.7-edge.3", | ||
"version": "0.0.7", | ||
"description": "Programmed implementation of jsonp format, powered by Demo Macro.", | ||
"main": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"files": ["dist"], | ||
"files": [ | ||
"dist" | ||
], | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
|
@@ -18,7 +20,12 @@ | |
"type": "git", | ||
"url": "git+https://github.com/docenjs/docen.git" | ||
}, | ||
"keywords": ["pandoc", "jsonp", "csv", "json"], | ||
"keywords": [ | ||
"pandoc", | ||
"jsonp", | ||
"csv", | ||
"json" | ||
], | ||
"author": { | ||
"name": "Demo Macro", | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
{ | ||
"name": "@docen/pdf", | ||
"version": "0.0.7-edge.3", | ||
"version": "0.0.7", | ||
"description": "Programmed implementation of pdf format, powered by Demo Macro.", | ||
"main": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"files": ["dist"], | ||
"files": [ | ||
"dist" | ||
], | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
|
@@ -18,7 +20,11 @@ | |
"type": "git", | ||
"url": "git+https://github.com/docenjs/docen.git" | ||
}, | ||
"keywords": ["pandoc", "unpdf", "pdf"], | ||
"keywords": [ | ||
"pandoc", | ||
"unpdf", | ||
"pdf" | ||
], | ||
"author": { | ||
"name": "Demo Macro", | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.