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 Aug 11, 2022
1 parent c84d512 commit b563967
Show file tree
Hide file tree
Showing 32 changed files with 142 additions and 80 deletions.
5 changes: 0 additions & 5 deletions .changeset/new-forks-report.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/new-forks-report2.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/old-falcons-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-dingos-arrive.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/three-eagles-notice.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/three-eagles-notice2.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-actors-flow.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/01-hydration-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"start": "NODE_DEBUG=engine:rendering rocket start --open"
},
"devDependencies": {
"@rocket/cli": "^0.19.0",
"@rocket/engine": "^0.1.0",
"@rocket/cli": "^0.20.0",
"@rocket/engine": "^0.2.0",
"@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.2.5"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/02-blog-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"start": "NODE_DEBUG=engine:rendering rocket start --open"
},
"devDependencies": {
"@rocket/cli": "^0.19.0",
"@rocket/engine": "^0.1.0",
"@rocket/cli": "^0.20.0",
"@rocket/engine": "^0.2.0",
"lit": "^2.2.5"
},
"@rocket/template-name": "Blog Starter"
Expand Down
4 changes: 2 additions & 2 deletions examples/03-minimal-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"start": "NODE_DEBUG=engine:rendering rocket start --open"
},
"devDependencies": {
"@rocket/cli": "^0.19.0",
"@rocket/engine": "^0.1.0",
"@rocket/cli": "^0.20.0",
"@rocket/engine": "^0.2.0",
"lit": "^2.2.5"
},
"@rocket/template-name": "Minimal Starter"
Expand Down
8 changes: 4 additions & 4 deletions examples/50-landing-theme-spark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"start": "NODE_DEBUG=engine:rendering rocket start --open"
},
"devDependencies": {
"@rocket/cli": "^0.19.0",
"@rocket/components": "^0.1.0",
"@rocket/engine": "^0.1.0",
"@rocket/spark": "^0.1.0",
"@rocket/cli": "^0.20.0",
"@rocket/components": "^0.2.0",
"@rocket/engine": "^0.2.0",
"@rocket/spark": "^0.2.0",
"lit": "^2.2.5"
},
"@rocket/template-name": "Landing Page (@rocket/spark Theme)",
Expand Down
8 changes: 4 additions & 4 deletions examples/51-docs-theme-launch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"start": "NODE_DEBUG=engine:rendering rocket start --open"
},
"devDependencies": {
"@rocket/cli": "^0.19.0",
"@rocket/engine": "^0.1.0",
"@rocket/launch": "^0.20.0",
"@rocket/search": "^0.6.0",
"@rocket/cli": "^0.20.0",
"@rocket/engine": "^0.2.0",
"@rocket/launch": "^0.21.0",
"@rocket/search": "^0.7.0",
"lit": "^2.2.5"
},
"@rocket/template-name": "Documentation Website (@rocket/launch Theme)",
Expand Down
16 changes: 16 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @rocket/cli

## 0.20.0

### Minor Changes

- 5226ab0: BREAKING CHANGE: Complete rewrite introducing `@rocket/engine`
Introduces class based templates, server side rendering of web components and a file based routing.

For more information see the [migration guide](https://github.com/modernweb-dev/rocket/blob/next/packages/cli/MIGRATION.md).

The [legacy documentation](https://legacy.rocket.modern-web.dev/) is still available.

### Patch Changes

- Updated dependencies [5226ab0]
- @rocket/engine@0.2.0

## 0.10.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket/cli",
"version": "0.19.0",
"version": "0.20.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -53,7 +53,7 @@
],
"dependencies": {
"@rocket/building-rollup": "^0.4.0",
"@rocket/engine": "^0.1.0",
"@rocket/engine": "^0.2.0",
"@web/rollup-plugin-copy": "^0.3.0",
"colorette": "^2.0.16",
"commander": "^9.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @rocket/components

## 0.2.0

### Minor Changes

- 5226ab0: Initial public beta version with multiple server renderable components based on [lit](https://lit.dev).
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket/components",
"version": "0.1.0",
"version": "0.2.0",
"publishConfig": {
"access": "public"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @rocket/create

## 0.1.0

### Minor Changes

- 5226ab0: Initial public beta version.
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket/create",
"version": "0.0.10",
"version": "0.1.0",
"publishConfig": {
"access": "public"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @rocket/engine

## 0.2.0

### Minor Changes

- 5226ab0: Initial public beta version.

### Patch Changes

- Updated dependencies [5226ab0]
- @mdjs/core@0.9.5
4 changes: 2 additions & 2 deletions packages/engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket/engine",
"version": "0.1.0",
"version": "0.2.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@d4kmor/tree-model": "^0.1.3",
"@lit-labs/ssr": "^2.0.4",
"@mdjs/core": "^0.9.2",
"@mdjs/core": "^0.9.5",
"@parcel/watcher": "^2.0.5",
"@web/dev-server": "^0.1.4",
"es-module-lexer": "^0.9.3",
Expand Down
17 changes: 17 additions & 0 deletions packages/launch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @rocket/launch

## 0.21.0

### Minor Changes

- 5226ab0: BREAKING CHANGE: New version built for @rocket/engine and @rocket/cli 0.20+

For more information see the [migration guide](https://github.com/modernweb-dev/rocket/blob/next/packages/cli/MIGRATION.md).

### Patch Changes

- Updated dependencies [5226ab0]
- Updated dependencies [5226ab0]
- Updated dependencies [5226ab0]
- @rocket/components@0.2.0
- @rocket/cli@0.20.0
- @rocket/engine@0.2.0

## 0.6.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/launch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket/launch",
"version": "0.20.0",
"version": "0.21.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -46,9 +46,9 @@
"preset"
],
"dependencies": {
"@rocket/cli": "^0.19.0",
"@rocket/components": "^0.1.0",
"@rocket/engine": "^0.1.0",
"@rocket/cli": "^0.20.0",
"@rocket/components": "^0.2.0",
"@rocket/engine": "^0.2.0",
"@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.2.5",
"workbox-window": "^6.1.5"
Expand Down
9 changes: 9 additions & 0 deletions packages/mdjs-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 0.9.5

### Patch Changes

- 5226ab0: Update `es-module-lexer` version.
- Updated dependencies [5226ab0]
- @mdjs/mdjs-preview@0.5.8
- @mdjs/mdjs-story@0.3.2

## 0.9.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.9.4",
"version": "0.9.5",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -46,8 +46,8 @@
"remark"
],
"dependencies": {
"@mdjs/mdjs-preview": "^0.5.3",
"@mdjs/mdjs-story": "^0.3.0",
"@mdjs/mdjs-preview": "^0.5.8",
"@mdjs/mdjs-story": "^0.3.2",
"@types/unist": "^2.0.3",
"es-module-lexer": "^0.9.3",
"github-markdown-css": "^4.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/mdjs-preview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mdjs/mdjs-preview

## 0.5.8

### Patch Changes

- 5226ab0: Update lit version & add a server template for `@rocket/[email protected]+`.

## 0.5.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mdjs-preview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdjs/mdjs-preview",
"version": "0.5.7",
"version": "0.5.8",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/mdjs-story/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mdjs/mdjs-story

## 0.3.2

### Patch Changes

- 5226ab0: Update lit version & add a server template for `@rocket/[email protected]+`.

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mdjs-story/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdjs/mdjs-story",
"version": "0.3.1",
"version": "0.3.2",
"publishConfig": {
"access": "public"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @rocket/search

## 0.7.0

### Minor Changes

- 5226ab0: BREAKING CHANGE: New version built for @rocket/engine and @rocket/cli 0.20+

For more information see the [migration guide](https://github.com/modernweb-dev/rocket/blob/next/packages/cli/MIGRATION.md).

### Patch Changes

- Updated dependencies [5226ab0]
- @rocket/engine@0.2.0

## 0.6.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket/search",
"version": "0.6.0",
"version": "0.7.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -44,13 +44,13 @@
"search"
],
"dependencies": {
"@rocket/engine": "^0.1.0",
"@rocket/engine": "^0.2.0",
"minisearch": "^3.0.2",
"plugins-manager": "^0.3.0",
"sax-wasm": "^2.0.0"
},
"devDependencies": {
"@rocket/cli": "^0.19.0"
"@rocket/cli": "^0.20.0"
},
"customElements": "custom-elements.json"
}
14 changes: 14 additions & 0 deletions presets/spark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @rocket/spark

## 0.2.0

### Minor Changes

- 5226ab0: Initial public beta version for `@rocket/cli` 0.20+

### Patch Changes

- Updated dependencies [5226ab0]
- Updated dependencies [5226ab0]
- @rocket/components@0.2.0
- @rocket/engine@0.2.0
Loading

0 comments on commit b563967

Please sign in to comment.