Version Packages

This commit is contained in:
github-actions[bot] 2025-03-27 11:27:16 +00:00 committed by Thijs Louisse
parent 48ee70e813
commit 95b70d32c8
6 changed files with 18 additions and 14 deletions

View file

@ -1,5 +0,0 @@
---
'rocket-preset-extend-lion-docs': patch
---
update remark-extend (support frontmatter)

View file

@ -1,5 +0,0 @@
---
'remark-extend': patch
---
support md files with frontmatter

View file

@ -1,5 +1,11 @@
# Change Log # Change Log
## 0.5.3
### Patch Changes
- 7eb8588: support md files with frontmatter
## 0.5.2 ## 0.5.2
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "remark-extend", "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", "description": "A plugin for remark that allows to extend a md file with another md file",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",
@ -22,8 +22,8 @@
"test" "test"
], ],
"scripts": { "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", "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": "npm run test:node",
"test:node": "mocha test-node", "test:node": "mocha test-node",
"test:watch": "mocha test-node --watch" "test:watch": "mocha test-node --watch"

View file

@ -1,5 +1,13 @@
# rocket-preset-extend-lion-docs # 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 ## 0.4.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "rocket-preset-extend-lion-docs", "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", "description": "A rocket preset to reuse lion documentation inside your design system extension",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",
@ -36,7 +36,7 @@
"es-module-lexer": "^0.3.6", "es-module-lexer": "^0.3.6",
"glob": "^7.1.6", "glob": "^7.1.6",
"plugins-manager": "^0.3.0", "plugins-manager": "^0.3.0",
"remark-extend": "^0.5.2", "remark-extend": "^0.5.3",
"unist-util-visit": "^2.0.2" "unist-util-visit": "^2.0.2"
}, },
"keywords": [ "keywords": [