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 12, 2021
1 parent 25adb74 commit 2a400e0
Show file tree
Hide file tree
Showing 20 changed files with 69 additions and 56 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-flowers-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-windows-tickle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/friendly-drinks-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-ladybugs-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-squids-rescue.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/nervous-penguins-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-files-sing.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/thin-houses-pretend.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rocket/blog

## 0.2.0

### Minor Changes

- 4858271: Adjust templates for change in `@rocket/eleventy-plugin-mdjs-unified` as it now returns html directly instead of an object with html, js, stories

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket/blog",
"version": "0.1.1",
"version": "0.2.0",
"publishConfig": {
"access": "public"
},
Expand Down
19 changes: 19 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @rocket/cli

## 0.2.0

### Minor Changes

- ef3b846: Add a default "core" preset to the cli package which provides fundaments like eleventConfig data, eleventyComputed data, logo, site name, simple layout, ...
- 4858271: Process local relative links and images via html (11ty transform) to support all 11ty template systems
- 4858271: Adjust templates for change in `@rocket/eleventy-plugin-mdjs-unified` as it now returns html directly instead of an object with html, js, stories

### Patch Changes

- ef3b846: Move setting of title, eleventyNavigation and section page meta data to eleventyComputed
- ef3b846: Auto create social media images for every page
- Updated dependencies [ef3b846]
- Updated dependencies [4858271]
- Updated dependencies [4858271]
- @rocket/core@0.1.1
- @rocket/eleventy-plugin-mdjs-unified@0.2.0
- @rocket/eleventy-rocket-nav@0.2.0

## 0.1.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket/cli",
"version": "0.1.4",
"version": "0.2.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -53,9 +53,9 @@
"@11ty/eleventy": "^0.11.1",
"@11ty/eleventy-img": "^0.7.3",
"@rocket/building-rollup": "^0.1.1",
"@rocket/core": "^0.1.0",
"@rocket/eleventy-plugin-mdjs-unified": "^0.1.0",
"@rocket/eleventy-rocket-nav": "^0.1.0",
"@rocket/core": "^0.1.1",
"@rocket/eleventy-plugin-mdjs-unified": "^0.2.0",
"@rocket/eleventy-rocket-nav": "^0.2.0",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-node-resolve": "^11.0.1",
"@web/config-loader": "^0.1.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# @rocket/core

## 0.1.1

### Patch Changes

- ef3b846: Enhance markdown title processing to return additional metaData (e.g. all parent parts)

## 0.1.0

### Minor Changes

- 1971f5d: Initial Release
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": "@rocket/core",
"version": "0.1.0",
"version": "0.1.1",
"publishConfig": {
"access": "public"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/eleventy-plugin-mdjs-unified/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# @rocket/eleventy-plugin-mdjs-unified

## 0.2.0

### Minor Changes

- 4858271: **BREAKING CHANGES**: to support all 11ty templates

- returning html content directly instead of an object with html, js, stories
- no longer process relative links

## 0.1.0

### Minor Changes

- 1971f5d: Initial Release
2 changes: 1 addition & 1 deletion packages/eleventy-plugin-mdjs-unified/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket/eleventy-plugin-mdjs-unified",
"version": "0.1.0",
"version": "0.2.0",
"publishConfig": {
"access": "public"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/eleventy-rocket-nav/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# @rocket/eleventy-rocket-nav

## 0.2.0

### Minor Changes

- 4858271: Adjust templates for change in `@rocket/eleventy-plugin-mdjs-unified` as it now returns html directly instead of an object with html, js, stories

## 0.1.0

### Minor Changes

- 1971f5d: Initial Release
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": "@rocket/eleventy-rocket-nav",
"version": "0.1.0",
"version": "0.2.0",
"publishConfig": {
"access": "public"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/launch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @rocket/launch

## 0.2.0

### Minor Changes

- ef3b846: Add a default "core" preset to the cli package which provides fundaments like eleventConfig data, eleventyComputed data, logo, site name, simple layout, ...
- 4858271: Adjust templates for change in `@rocket/eleventy-plugin-mdjs-unified` as it now returns html directly instead of an object with html, js, stories

### Patch Changes

- 25adb74: feat(launch): add icons for discord and telegram

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/launch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket/launch",
"version": "0.1.2",
"version": "0.2.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 2a400e0

Please sign in to comment.