Skip to content

Commit

Permalink
chore(actions): publish v0.16.23 to npm (#615)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: ekarademir <ekarademir@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and ekarademir committed Jun 19, 2024
1 parent b318ce1 commit e9bda89
Show file tree
Hide file tree
Showing 19 changed files with 36 additions and 36 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"name": "markdown-transform",
"description": "A framework for transforming markdown",
"version": "0.16.22",
"version": "0.16.23",
"private": true,
"scripts": {
"dingus": "npm run --workspace dingus",
Expand Down
4 changes: 2 additions & 2 deletions packages/markdown-cicero/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/markdown-cicero/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/markdown-cicero",
"version": "0.16.22",
"version": "0.16.23",
"description": "A framework for transforming markdown",
"engines": {
"node": ">=18",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/markdown-cli",
"version": "0.16.22",
"version": "0.16.23",
"description": "A framework for transforming markdown",
"engines": {
"node": ">=18",
Expand Down
4 changes: 2 additions & 2 deletions packages/markdown-common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/markdown-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/markdown-common",
"version": "0.16.22",
"version": "0.16.23",
"description": "A framework for transforming markdown",
"engines": {
"node": ">=15",
Expand Down
4 changes: 2 additions & 2 deletions packages/markdown-docx/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/markdown-docx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/markdown-docx",
"version": "0.16.22",
"version": "0.16.23",
"description": "Transform DOCX to CiceroMark DOM",
"engines": {
"node": ">=18",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/markdown-html",
"version": "0.16.22",
"version": "0.16.23",
"description": "Transform CiceroDOM to HTML",
"engines": {
"node": ">=18",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-it-cicero/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/markdown-it-cicero",
"version": "0.16.22",
"version": "0.16.23",
"description": "Plugin to introduce cicero blocks and inlines for the markdown-it markdown parser",
"engines": {
"node": ">=18",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-it-template/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/markdown-it-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/markdown-it-template",
"version": "0.16.22",
"version": "0.16.23",
"description": "Plugin to introduce template blocks and inlines for the markdown-it markdown parser",
"engines": {
"node": ">=18",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-pdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/markdown-pdf",
"version": "0.16.22",
"version": "0.16.23",
"description": "Transform PDF to/from CiceroMark DOM",
"engines": {
"node": ">=18",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-slate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/markdown-slate",
"version": "0.16.22",
"version": "0.16.23",
"description": "Transform markdown to/from CommonMark AST",
"engines": {
"node": ">=18",
Expand Down
4 changes: 2 additions & 2 deletions packages/markdown-template/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/markdown-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/markdown-template",
"version": "0.16.22",
"version": "0.16.23",
"description": "A framework for transforming markdown",
"engines": {
"node": ">=18",
Expand Down
4 changes: 2 additions & 2 deletions packages/markdown-transform/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/markdown-transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/markdown-transform",
"version": "0.16.22",
"version": "0.16.23",
"description": "API for transforming markdown data",
"engines": {
"node": ">=18",
Expand Down

0 comments on commit e9bda89

Please sign in to comment.