Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and daKmoR committed Jan 2, 2021
1 parent b9a6274 commit 6cff0c8
Show file tree
Hide file tree
Showing 30 changed files with 202 additions and 72 deletions.
9 changes: 0 additions & 9 deletions .changeset/lovely-shirts-invite.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/mean-birds-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-pens-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-turkeys-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-cameras-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-rabbits-nail.md

This file was deleted.

17 changes: 17 additions & 0 deletions packages/blog/CHANGELOG.md
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
Expand Down
4 changes: 2 additions & 2 deletions packages/blog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d4kmor/blog",
"version": "0.2.0",
"version": "0.3.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -38,6 +38,6 @@
"testing"
],
"dependencies": {
"plugins-manager": "^0.0.0"
"plugins-manager": "^0.1.0"
}
}
14 changes: 14 additions & 0 deletions packages/building-rollup/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion packages/building-rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d4kmor/building-rollup",
"version": "0.0.0",
"version": "0.1.0",
"publishConfig": {
"access": "public"
},
Expand Down
25 changes: 25 additions & 0 deletions packages/cli/CHANGELOG.md
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
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d4kmor/cli",
"version": "0.11.1",
"version": "0.12.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -50,10 +50,10 @@
],
"dependencies": {
"@11ty/eleventy": "^0.11.1",
"@d4kmor/building-rollup": "^0.0.0",
"@d4kmor/core": "^0.2.0",
"@d4kmor/eleventy-plugin-mdjs-unified": "^0.4.0",
"@d4kmor/eleventy-rocket-nav": "^0.3.0",
"@d4kmor/building-rollup": "^0.1.0",
"@d4kmor/core": "^0.3.0",
"@d4kmor/eleventy-plugin-mdjs-unified": "^0.5.0",
"@d4kmor/eleventy-rocket-nav": "^0.4.0",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-node-resolve": "^11.0.1",
"@web/config-loader": "^0.1.3",
Expand All @@ -63,7 +63,7 @@
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.1",
"fs-extra": "^9.0.1",
"plugins-manager": "^0.0.0"
"plugins-manager": "^0.1.0"
},
"types": "dist-types/index.d.ts"
}
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @d4kmor/core

## 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

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
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"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/drawer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @d4kmor/drawer

## 0.4.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

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/drawer/package.json
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"
},
Expand Down
18 changes: 18 additions & 0 deletions packages/eleventy-plugin-mdjs-unified/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @d4kmor/eleventy-plugin-mdjs-unified

## 0.5.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

- 542ca63: handle anchors in MD files
- Updated dependencies [b9a6274]
- @mdjs/core@0.6.0

## 0.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eleventy-plugin-mdjs-unified/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d4kmor/eleventy-plugin-mdjs-unified",
"version": "0.4.0",
"version": "0.5.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -31,7 +31,7 @@
"mdjs"
],
"dependencies": {
"@mdjs/core": "^0.5.1",
"@mdjs/core": "^0.6.0",
"es-module-lexer": "^0.3.26",
"unist-util-visit": "^2.0.3"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/eleventy-rocket-nav/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @d4kmor/eleventy-rocket-nav

## 0.4.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

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eleventy-rocket-nav/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d4kmor/eleventy-rocket-nav",
"version": "0.3.0",
"version": "0.4.0",
"publishConfig": {
"access": "public"
},
Expand Down
18 changes: 18 additions & 0 deletions packages/launch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @d4kmor/launch

## 0.11.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]
- @d4kmor/drawer@0.4.0
- @d4kmor/navigation@0.4.0

## 0.10.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/launch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d4kmor/launch",
"version": "0.10.1",
"version": "0.11.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -31,7 +31,7 @@
"preset"
],
"dependencies": {
"@d4kmor/drawer": "^0.3.0",
"@d4kmor/navigation": "^0.3.0"
"@d4kmor/drawer": "^0.4.0",
"@d4kmor/navigation": "^0.4.0"
}
}
16 changes: 16 additions & 0 deletions packages/mdjs-core/CHANGELOG.md
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
Expand Down
4 changes: 2 additions & 2 deletions packages/mdjs-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdjs/core",
"version": "0.5.1",
"version": "0.6.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -48,7 +48,7 @@
"@types/unist": "^2.0.3",
"es-module-lexer": "^0.3.26",
"github-markdown-css": "^4.0.0",
"plugins-manager": "^0.0.0",
"plugins-manager": "^0.1.0",
"rehype-autolink-headings": "^5.0.1",
"rehype-prism-template": "^0.4.1",
"rehype-raw": "^5.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @d4kmor/navigation

## 0.4.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

## 0.3.0

### Minor Changes
Expand Down
Loading

0 comments on commit 6cff0c8

Please sign in to comment.