Version Packages
This commit is contained in:
parent
48ee70e813
commit
95b70d32c8
6 changed files with 18 additions and 14 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'rocket-preset-extend-lion-docs': patch
|
||||
---
|
||||
|
||||
update remark-extend (support frontmatter)
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'remark-extend': patch
|
||||
---
|
||||
|
||||
support md files with frontmatter
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
# Change Log
|
||||
|
||||
## 0.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7eb8588: support md files with frontmatter
|
||||
|
||||
## 0.5.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "remark-extend",
|
||||
"version": "0.5.2",
|
||||
"version": "0.5.3",
|
||||
"description": "A plugin for remark that allows to extend a md file with another md file",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -22,8 +22,8 @@
|
|||
"test"
|
||||
],
|
||||
"scripts": {
|
||||
"publish-docs": "node ../../packages-node/publish-docs/src/cli.js --github-url https://github.com/ing-bank/lion/ --git-root-dir ../../",
|
||||
"prepublishOnly": "npm run publish-docs",
|
||||
"publish-docs": "node ../../packages-node/publish-docs/src/cli.js --github-url https://github.com/ing-bank/lion/ --git-root-dir ../../",
|
||||
"test": "npm run test:node",
|
||||
"test:node": "mocha test-node",
|
||||
"test:watch": "mocha test-node --watch"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# rocket-preset-extend-lion-docs
|
||||
|
||||
## 0.4.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 48ee70e: update remark-extend (support frontmatter)
|
||||
- Updated dependencies [7eb8588]
|
||||
- remark-extend@0.5.3
|
||||
|
||||
## 0.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "rocket-preset-extend-lion-docs",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"description": "A rocket preset to reuse lion documentation inside your design system extension",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"es-module-lexer": "^0.3.6",
|
||||
"glob": "^7.1.6",
|
||||
"plugins-manager": "^0.3.0",
|
||||
"remark-extend": "^0.5.2",
|
||||
"remark-extend": "^0.5.3",
|
||||
"unist-util-visit": "^2.0.2"
|
||||
},
|
||||
"keywords": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue