Skip to content

Commit

Permalink
Version Packages (#241)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 30, 2021
1 parent 7c14fdb commit 5a0f8e2
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/pink-nails-wave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/proud-fireants-confess.md

This file was deleted.

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

## 0.8.1

### Patch Changes

- beb619c: Adds a debug test launch config for vscode

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-modular-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-modular-react-app",
"version": "0.8.0",
"version": "0.8.1",
"license": "Apache-2.0",
"bin": {
"create-modular-react-app": "build/index.js"
Expand Down
7 changes: 7 additions & 0 deletions packages/modular-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# modular-scripts

## 0.9.2

### Patch Changes

- 7c14fdb: Fix the macro's type generation, and avoid some console spam when
installing.

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modular-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modular-scripts",
"version": "0.9.1",
"version": "0.9.2",
"license": "Apache-2.0",
"bin": {
"modular": "build/cli.js"
Expand Down
7 changes: 7 additions & 0 deletions packages/modular-views.macro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# modular-views.macro

## 1.2.1

### Patch Changes

- 7c14fdb: Fix the macro's type generation, and avoid some console spam when
installing.

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modular-views.macro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modular-views.macro",
"version": "1.2.0",
"version": "1.2.1",
"main": "build/index.macro.js",
"typings": "build/index.macro.d.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 5a0f8e2

Please sign in to comment.