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 19, 2022
1 parent 8dedc56 commit 5869214
Show file tree
Hide file tree
Showing 11 changed files with 52 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-bats-occur.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lemon-knives-call.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/thirty-scissors-jam.md

This file was deleted.

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

## 0.20.1

### Patch Changes

- 8dedc56: Add start message for `rocket start`

```
🚀 Rocket Engine v0.2.5
🚧 Local: http://localhost:8000/
🌐 Network: http://xxx.xxx.xxx.xxx:8000/
```

- Updated dependencies [8dedc56]
- Updated dependencies [390335d]
- @rocket/engine@0.2.6

## 0.20.0

### Minor 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.20.0",
"version": "0.20.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -53,7 +53,7 @@
],
"dependencies": {
"@rocket/building-rollup": "^0.4.0",
"@rocket/engine": "^0.2.0",
"@rocket/engine": "^0.2.6",
"@web/rollup-plugin-copy": "^0.3.0",
"colorette": "^2.0.16",
"commander": "^9.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rocket/engine

## 0.2.6

### Patch Changes

- 8dedc56: Add `engine.getVersion()` method
- 390335d: Improve title tag handling

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket/engine",
"version": "0.2.5",
"version": "0.2.6",
"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.21.1

### Patch Changes

- 390335d: Improve title tag handling
- Updated dependencies [8dedc56]
- Updated dependencies [390335d]
- Updated dependencies [8dedc56]
- @rocket/engine@0.2.6
- @rocket/cli@0.20.1

## 0.21.0

### Minor 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": "@rocket/launch",
"version": "0.21.0",
"version": "0.21.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -46,9 +46,9 @@
"preset"
],
"dependencies": {
"@rocket/cli": "^0.20.0",
"@rocket/cli": "^0.20.1",
"@rocket/components": "^0.2.0",
"@rocket/engine": "^0.2.0",
"@rocket/engine": "^0.2.6",
"@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.3.0",
"workbox-window": "^6.1.5"
Expand Down
9 changes: 9 additions & 0 deletions presets/spark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rocket/spark

## 0.2.1

### Patch Changes

- 390335d: Improve title tag handling
- Updated dependencies [8dedc56]
- Updated dependencies [390335d]
- @rocket/engine@0.2.6

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions presets/spark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket/spark",
"version": "0.2.0",
"version": "0.2.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -41,7 +41,7 @@
],
"dependencies": {
"@rocket/components": "^0.2.0",
"@rocket/engine": "^0.2.0",
"@rocket/engine": "^0.2.6",
"lit": "^2.3.0"
},
"devDependencies": {},
Expand Down

0 comments on commit 5869214

Please sign in to comment.