Skip to content

Commit

Permalink
v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
heyMP committed May 14, 2020
1 parent 5517f00 commit 9600d76
Show file tree
Hide file tree
Showing 21 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.12"
"version": "0.0.13"
}
6 changes: 3 additions & 3 deletions packages/11ty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install -g @haxcms/11ty
$ haxcms-server COMMAND
running command...
$ haxcms-server (-v|--version|version)
@haxcms/11ty/0.0.12 darwin-x64 node-v12.13.0
@haxcms/11ty/0.0.13 darwin-x64 node-v12.13.0
$ haxcms-server --help [COMMAND]
USAGE
$ haxcms-server COMMAND
Expand All @@ -41,7 +41,7 @@ USAGE
$ haxcms-server build
```

_See code: [src/commands/build.js](https://github.com/elmsln/hax-tools/blob/v0.0.12/src/commands/build.js)_
_See code: [src/commands/build.js](https://github.com/elmsln/hax-tools/blob/v0.0.13/src/commands/build.js)_

## `haxcms-server help [COMMAND]`

Expand Down Expand Up @@ -69,5 +69,5 @@ USAGE
$ haxcms-server serve
```

_See code: [src/commands/serve.js](https://github.com/elmsln/hax-tools/blob/v0.0.12/src/commands/serve.js)_
_See code: [src/commands/serve.js](https://github.com/elmsln/hax-tools/blob/v0.0.13/src/commands/serve.js)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/11ty/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@haxcms/11ty",
"description": "Node server for HAXcms sites.",
"version": "0.0.12",
"version": "0.0.13",
"author": "heyMP @heyMP",
"bin": {
"hax11ty": "./bin/run"
Expand Down
4 changes: 2 additions & 2 deletions packages/fix-folder-structure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install -g @haxcms/fix-folder-structure
$ haxcms-fix-folder-structure COMMAND
running command...
$ haxcms-fix-folder-structure (-v|--version|version)
@haxcms/fix-folder-structure/0.0.12 darwin-x64 node-v12.13.0
@haxcms/fix-folder-structure/0.0.13 darwin-x64 node-v12.13.0
$ haxcms-fix-folder-structure --help [COMMAND]
USAGE
$ haxcms-fix-folder-structure COMMAND
Expand Down Expand Up @@ -60,5 +60,5 @@ ARGUMENTS
PATH path to the site.json file.
```

_See code: [src/commands/run.js](https://github.com/elmsln/haxcms-tools/blob/v0.0.12/src/commands/run.js)_
_See code: [src/commands/run.js](https://github.com/elmsln/haxcms-tools/blob/v0.0.13/src/commands/run.js)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/fix-folder-structure/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@haxcms/fix-folder-structure",
"description": "> TODO: description",
"version": "0.0.12",
"version": "0.0.13",
"author": "heyMP <[email protected]>",
"bin": {
"haxcms-fix-folder-structure": "./bin/run"
Expand Down
6 changes: 3 additions & 3 deletions packages/generators/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install -g @haxcms/generators
$ haxcms-generators COMMAND
running command...
$ haxcms-generators (-v|--version|version)
@haxcms/generators/0.0.12 darwin-x64 node-v12.13.0
@haxcms/generators/0.0.13 darwin-x64 node-v12.13.0
$ haxcms-generators --help [COMMAND]
USAGE
$ haxcms-generators COMMAND
Expand Down Expand Up @@ -62,7 +62,7 @@ OPTIONS
-n, --port=port (required) [default: 80] port of the traefik container
```

_See code: [src/commands/swarm.js](https://github.com/elmsln/haxcms-tools/blob/v0.0.12/src/commands/swarm.js)_
_See code: [src/commands/swarm.js](https://github.com/elmsln/haxcms-tools/blob/v0.0.13/src/commands/swarm.js)_

## `haxcms-generators upgrade-browser`

Expand All @@ -76,5 +76,5 @@ OPTIONS
-n, --name=name (required) machine name of the HAXcms site.
```

_See code: [src/commands/upgrade-browser.js](https://github.com/elmsln/haxcms-tools/blob/v0.0.12/src/commands/upgrade-browser.js)_
_See code: [src/commands/upgrade-browser.js](https://github.com/elmsln/haxcms-tools/blob/v0.0.13/src/commands/upgrade-browser.js)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/generators/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@haxcms/generators",
"description": "Boilerplate files for swarm deployment.",
"version": "0.0.12",
"version": "0.0.13",
"author": "heyMP @heyMP",
"bin": {
"haxcms-generators": "./bin/run"
Expand Down
2 changes: 1 addition & 1 deletion packages/gitbook-2-outline-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@haxcms/gitbook-2-outline-schema",
"version": "0.0.12",
"version": "0.0.13",
"description": "Convert a Gitbook SUMMARY.md file to a linear json outline schema.",
"main": "index.js",
"license": "Apache 2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/haxcms-2-hugo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $ npm install -g @haxcms/haxcms-2-hugo
$ migrate-regex COMMAND
running command...
$ migrate-regex (-v|--version|version)
@haxcms/haxcms-2-hugo/0.0.12 darwin-x64 node-v12.13.0
@haxcms/haxcms-2-hugo/0.0.13 darwin-x64 node-v12.13.0
$ migrate-regex --help [COMMAND]
USAGE
$ migrate-regex COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/haxcms-2-hugo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@haxcms/haxcms-2-hugo",
"description": "Search and replace regex patterns in a HAXcms site.",
"version": "0.0.12",
"version": "0.0.13",
"author": "heyMP @heyMP",
"bin": {
"haxcms-2-hugo": "./bin/run"
Expand Down
4 changes: 2 additions & 2 deletions packages/migrate-drupal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install -g @haxcms/migrate-drupal
$ migrate-drupal COMMAND
running command...
$ migrate-drupal (-v|--version|version)
@haxcms/migrate-drupal/0.0.12 darwin-x64 node-v12.13.0
@haxcms/migrate-drupal/0.0.13 darwin-x64 node-v12.13.0
$ migrate-drupal --help [COMMAND]
USAGE
$ migrate-drupal COMMAND
Expand Down Expand Up @@ -61,5 +61,5 @@ OPTIONS
-s, --src=src (required) Source of the drupal book xml file.
```

_See code: [src/commands/run.js](https://github.com/elmsln/haxcms-tools/blob/v0.0.12/src/commands/run.js)_
_See code: [src/commands/run.js](https://github.com/elmsln/haxcms-tools/blob/v0.0.13/src/commands/run.js)_
<!-- commandsstop -->
4 changes: 2 additions & 2 deletions packages/migrate-drupal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@haxcms/migrate-drupal",
"description": "Convert a Drupal Book XML export to JSON Outline Schema.",
"version": "0.0.12",
"version": "0.0.13",
"author": "heyMP @heyMP",
"bin": {
"migrate-drupal": "./bin/run"
Expand All @@ -16,7 +16,7 @@
"xml2js": "^0.4.19"
},
"devDependencies": {
"@haxcms/sdk": "^0.0.12",
"@haxcms/sdk": "^0.0.13",
"@oclif/dev-cli": "^1",
"@oclif/test": "^1",
"chai": "^4",
Expand Down
4 changes: 2 additions & 2 deletions packages/migrate-elmsln/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install -g @haxcms/migrate-elmsln
$ migrate-elmsln COMMAND
running command...
$ migrate-elmsln (-v|--version|version)
@haxcms/migrate-elmsln/0.0.12 darwin-x64 node-v12.13.0
@haxcms/migrate-elmsln/0.0.13 darwin-x64 node-v12.13.0
$ migrate-elmsln --help [COMMAND]
USAGE
$ migrate-elmsln COMMAND
Expand Down Expand Up @@ -68,5 +68,5 @@ OPTIONS
--imagesTagName=imagesTagName [default: img] specify image tag. Required if images option is set.
```

_See code: [src/commands/run.js](https://github.com/elmsln/haxcms-tools/blob/v0.0.12/src/commands/run.js)_
_See code: [src/commands/run.js](https://github.com/elmsln/haxcms-tools/blob/v0.0.13/src/commands/run.js)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/migrate-elmsln/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@haxcms/migrate-elmsln",
"description": "Migrate ELMSLN content to HAXcms.",
"version": "0.0.12",
"version": "0.0.13",
"author": "heyMP @heyMP",
"bin": {
"migrate-elmsln": "./bin/run"
Expand Down
4 changes: 2 additions & 2 deletions packages/migrate-gitbook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install -g @haxcms/migrate-gitbook
$ migrate-gitbook COMMAND
running command...
$ migrate-gitbook (-v|--version|version)
@haxcms/migrate-gitbook/0.0.12 darwin-x64 node-v12.13.0
@haxcms/migrate-gitbook/0.0.13 darwin-x64 node-v12.13.0
$ migrate-gitbook --help [COMMAND]
USAGE
$ migrate-gitbook COMMAND
Expand Down Expand Up @@ -187,5 +187,5 @@ OPTIONS
-v, --version show CLI version
```

_See code: [src/commands/run.js](https://github.com/elmsln/haxcms-tools/blob/v0.0.12/src/commands/run.js)_
_See code: [src/commands/run.js](https://github.com/elmsln/haxcms-tools/blob/v0.0.13/src/commands/run.js)_
<!-- commandsstop -->
4 changes: 2 additions & 2 deletions packages/migrate-gitbook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@haxcms/migrate-gitbook",
"description": "Migrate a Gitbook site to HAXcms.",
"version": "0.0.12",
"version": "0.0.13",
"author": "heyMP <[email protected]>",
"bin": {
"migrate-gitbook": "./bin/run"
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@desertnet/scanner": "^1.1.1",
"@haxcms/gitbook-2-outline-schema": "^0.0.12",
"@haxcms/gitbook-2-outline-schema": "^0.0.13",
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/plugin-help": "^2",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate-markdown/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $ npm install -g @haxcms/migrate-markdown
$ migrate-markdown COMMAND
running command...
$ migrate-markdown (-v|--version|version)
@haxcms/migrate-markdown/0.0.12 darwin-x64 node-v12.13.0
@haxcms/migrate-markdown/0.0.13 darwin-x64 node-v12.13.0
$ migrate-markdown --help [COMMAND]
USAGE
$ migrate-markdown COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@haxcms/migrate-markdown",
"description": "Convert markdown files to markdown.",
"version": "0.0.12",
"version": "0.0.13",
"author": "heyMP @heyMP",
"bin": {
"migrate-markdown": "./bin/run"
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate-regex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $ npm install -g @haxcms/migrate-regex
$ migrate-regex COMMAND
running command...
$ migrate-regex (-v|--version|version)
@haxcms/migrate-regex/0.0.12 darwin-x64 node-v12.13.0
@haxcms/migrate-regex/0.0.13 darwin-x64 node-v12.13.0
$ migrate-regex --help [COMMAND]
USAGE
$ migrate-regex COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate-regex/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@haxcms/migrate-regex",
"description": "Search and replace regex patterns in a HAXcms site.",
"version": "0.0.12",
"version": "0.0.13",
"author": "heyMP @heyMP",
"bin": {
"migrate-regex": "./bin/run"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@haxcms/sdk",
"version": "0.0.12",
"version": "0.0.13",
"description": "SDK for working with HAXcms.",
"author": "heyMP <[email protected]>",
"homepage": "https://github.com/elmsln/haxcms-tools#readme",
Expand Down

0 comments on commit 9600d76

Please sign in to comment.