Skip to content

Commit

Permalink
Version Packages (#1637)
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 Apr 27, 2022
1 parent 0201846 commit 04b8c90
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/rotten-yaks-rhyme.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/modular-template-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# modular-template-app

## 1.1.0

### Minor Changes

- [#1636](https://github.com/jpmorganchase/modular/pull/1636)
[`0201846`](https://github.com/jpmorganchase/modular/commit/0201846b39a67610f9b5f653421f0c3ed86f078b)
Thanks [@steveukx](https://github.com/steveukx)! - Include template contents
in published packages

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modular-template-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modular-template-app",
"version": "1.0.0",
"version": "1.1.0",
"exports": {
"./package.json": "./package.json"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/modular-template-node-env-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# modular-template-node-env-app

## 0.2.0

### Minor Changes

- [#1636](https://github.com/jpmorganchase/modular/pull/1636)
[`0201846`](https://github.com/jpmorganchase/modular/commit/0201846b39a67610f9b5f653421f0c3ed86f078b)
Thanks [@steveukx](https://github.com/steveukx)! - Include template contents
in published packages
2 changes: 1 addition & 1 deletion packages/modular-template-node-env-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modular-template-node-env-app",
"version": "0.1.0",
"version": "0.2.0",
"exports": {
"./package.json": "./package.json"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/modular-template-package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# modular-template-package

## 1.1.0

### Minor Changes

- [#1636](https://github.com/jpmorganchase/modular/pull/1636)
[`0201846`](https://github.com/jpmorganchase/modular/commit/0201846b39a67610f9b5f653421f0c3ed86f078b)
Thanks [@steveukx](https://github.com/steveukx)! - Include template contents
in published packages

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modular-template-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modular-template-package",
"version": "1.0.0",
"version": "1.1.0",
"exports": {
"./package.json": "./package.json"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/modular-template-view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# modular-template-view

## 1.1.0

### Minor Changes

- [#1636](https://github.com/jpmorganchase/modular/pull/1636)
[`0201846`](https://github.com/jpmorganchase/modular/commit/0201846b39a67610f9b5f653421f0c3ed86f078b)
Thanks [@steveukx](https://github.com/steveukx)! - Include template contents
in published packages

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modular-template-view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modular-template-view",
"version": "1.0.0",
"version": "1.1.0",
"exports": {
"./package.json": "./package.json"
},
Expand Down

0 comments on commit 04b8c90

Please sign in to comment.