Skip to content

Commit

Permalink
Version Packages (#184)
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 Nov 30, 2020
1 parent 8c681a7 commit 27a5567
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 22 deletions.
6 changes: 0 additions & 6 deletions .changeset/neat-mails-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-needles-add.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/three-wombats-check.md

This file was deleted.

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

## 0.7.1

### Patch Changes

- c9c11df: Update node engine requirements to >=12
- e65e681: Enable in-browser lint experience, fix type requirements.

## 0.7.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.7.0",
"version": "0.7.1",
"license": "Apache-2.0",
"bin": {
"create-modular-react-app": "build/index.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config-modular-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eslint-config-modular-app

## 0.3.1

### Patch Changes

- e65e681: Enable in-browser lint experience, fix type requirements.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-modular-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-modular-app",
"version": "0.3.0",
"version": "0.3.1",
"license": "Apache-2.0",
"main": "index.js",
"dependencies": {
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.5.2

### Patch Changes

- c9c11df: Update node engine requirements to >=12
- e65e681: Enable in-browser lint experience, fix type requirements.

## 0.5.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.5.1",
"version": "0.5.2",
"license": "Apache-2.0",
"bin": {
"modular": "build/cli.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/modular-views.macro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# modular-views.macro

## 1.1.1

### Patch Changes

- 8c681a7: Allow multiple references in one file

## 1.1.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.1.0",
"version": "1.1.1",
"main": "build/index.macro.js",
"typings": "types.d.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 27a5567

Please sign in to comment.