-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
58 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
'@mdjs/core': minor | ||
--- | ||
|
||
Use new dependency [plugins-manager](https://www.npmjs.com/package/plugins-manager) to add, remove or adjust plugins. | ||
|
||
Removals: | ||
- Removed own add plugin helper again | ||
- Removed deprecated export of `mdjsProcessPlugins` please us `setupPlugins` option instead |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
'@d4kmor/eleventy-plugin-mdjs-unified': minor | ||
'@d4kmor/blog': minor | ||
'@d4kmor/building-rollup': minor | ||
'@d4kmor/cli': minor | ||
'@d4kmor/core': minor | ||
'@d4kmor/drawer': minor | ||
'@d4kmor/eleventy-rocket-nav': minor | ||
'@d4kmor/launch': minor | ||
'@d4kmor/navigation': minor | ||
'@d4kmor/search': minor | ||
--- | ||
|
||
Prepare release before moving npm scope and repo. | ||
|
||
- Have building-rollup as a dedicated package | ||
- Serve dev output as server root | ||
- Rename `themes` to `presets` | ||
- Move eleventy settings in to dedicated eleventy plugins | ||
- Introduce `setup-*` function which can be used to add, remove and adjust plugins for all systems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'plugins-manager': minor | ||
--- | ||
|
||
First initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@d4kmor/building-rollup': minor | ||
--- | ||
|
||
First initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/open-wc/open-wc.git", | ||
"url": "https://github.com/daKmoR/rocket.git", | ||
"directory": "packages/mdjs-core" | ||
}, | ||
"author": "Modern Web <[email protected]> (https://modern-web.dev/)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters