-
-
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
1 parent
b9a6274
commit 6cff0c8
Showing
30 changed files
with
202 additions
and
72 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,5 +1,22 @@ | ||
# @d4kmor/blog | ||
|
||
## 0.3.0 | ||
|
||
### Minor Changes | ||
|
||
- b9a6274: 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 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [b9a6274] | ||
- [email protected] | ||
|
||
## 0.2.0 | ||
|
||
### Minor Changes | ||
|
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# @d4kmor/building-rollup | ||
|
||
## 0.1.0 | ||
### Minor Changes | ||
|
||
- b9a6274: 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 | ||
- 8228cf0: Inject service worker via rollup-plugin-html setting instead of a transform | ||
- b9a6274: 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 |
---|---|---|
@@ -1,5 +1,30 @@ | ||
# @d4kmor/cli | ||
|
||
## 0.12.0 | ||
|
||
### Minor Changes | ||
|
||
- b9a6274: 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 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [b9a6274] | ||
- Updated dependencies [8228cf0] | ||
- Updated dependencies [b9a6274] | ||
- Updated dependencies [b9a6274] | ||
- Updated dependencies [542ca63] | ||
- @d4kmor/eleventy-plugin-mdjs-unified@0.5.0 | ||
- @d4kmor/building-rollup@0.1.0 | ||
- @d4kmor/core@0.3.0 | ||
- @d4kmor/eleventy-rocket-nav@0.4.0 | ||
- [email protected] | ||
|
||
## 0.11.1 | ||
|
||
### Patch Changes | ||
|
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@d4kmor/core", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@d4kmor/drawer", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
|
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
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
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
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 |
---|---|---|
@@ -1,5 +1,21 @@ | ||
# Change Log | ||
|
||
## 0.6.0 | ||
|
||
### Minor Changes | ||
|
||
- b9a6274: 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 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [b9a6274] | ||
- [email protected] | ||
|
||
## 0.5.1 | ||
|
||
### Patch Changes | ||
|
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
Oops, something went wrong.