Skip to content

Commit

Permalink
chore(release): bump all packages' version
Browse files Browse the repository at this point in the history
  • Loading branch information
DemoMacro committed Jan 14, 2024
1 parent a458ed3 commit 54c471d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/csv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docen/csv",
"version": "0.0.6-edge.0",
"version": "0.0.6",
"description": "Programmed implementation of csv format, powered by Demo Macro.",
"main": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/docen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docen",
"version": "0.0.6-edge.0",
"version": "0.0.6",
"description": "Programmatically and command-line implementation of document formatting, powered by Demo Macro.",
"main": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/docx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docen/docx",
"version": "0.0.6-edge.0",
"version": "0.0.6",
"description": "Programmed implementation of docx format, powered by Demo Macro.",
"main": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/pdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docen/pdf",
"version": "0.0.6-edge.0",
"version": "0.0.6",
"description": "Programmed implementation of pdf format, powered by Demo Macro.",
"main": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/xlsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docen/xlsx",
"version": "0.0.6-edge.0",
"version": "0.0.6",
"description": "Programmed implementation of xlsx format, powered by Demo Macro.",
"main": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 54c471d

Please sign in to comment.