Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - @ram-stack/[email protected]
 - @ram-stack/[email protected]
  • Loading branch information
InvictusMB committed Oct 8, 2020
1 parent 0a61627 commit 23bf68f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/ram-composition-root/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/InvictusMB/ram-stack/compare/@ram-stack/[email protected]...@ram-stack/[email protected]) (2020-10-08)


### Features

* **composition-root:** Add watch CLI command ([0a61627](https://github.com/InvictusMB/ram-stack/commit/0a6162742050b93ce44a7c8c0ef6b2e3ffc48c5c))





# [1.1.0](https://github.com/InvictusMB/ram-stack/compare/@ram-stack/[email protected]...@ram-stack/[email protected]) (2020-10-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/ram-composition-root/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ram-stack/composition-root",
"version": "1.1.0",
"version": "1.2.0",
"description": "Babel macro to define application composition root",
"main": "./dist",
"bin": {
Expand Down
11 changes: 11 additions & 0 deletions packages/ram-sample-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/InvictusMB/ram-stack/compare/@ram-stack/[email protected]...@ram-stack/[email protected]) (2020-10-08)


### Features

* **composition-root:** Add watch CLI command ([0a61627](https://github.com/InvictusMB/ram-stack/commit/0a6162742050b93ce44a7c8c0ef6b2e3ffc48c5c))





# 0.1.0 (2020-10-08)


Expand Down
4 changes: 2 additions & 2 deletions packages/ram-sample-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ram-stack/sample-app",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"author": "InvictusMB <[email protected]>",
"dependencies": {
Expand All @@ -20,7 +20,7 @@
"postinstall": "patch-package"
},
"devDependencies": {
"@ram-stack/composition-root": "^1.1.0",
"@ram-stack/composition-root": "^1.2.0",
"@types/jest": "^25.2.3",
"@types/lodash": "^4.14.152",
"@types/node": "^14.0.5",
Expand Down

0 comments on commit 23bf68f

Please sign in to comment.