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 392101f commit 8c3872c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/ram-core/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.1.1](https://github.com/InvictusMB/ram-stack/compare/@ram-stack/[email protected]...@ram-stack/[email protected]) (2020-10-08)


### Bug Fixes

* **core:** Reexport MemoryRouter ([392101f](https://github.com/InvictusMB/ram-stack/commit/392101fd4fc27407f85a1d7e5ef31117f3d78e6b))





# 1.1.0 (2020-10-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/ram-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ram-stack/core",
"version": "1.1.0",
"version": "1.1.1",
"description": "React Awilix MobX app core dependencies and utilities",
"main": "./dist",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/ram-sample-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package @ram-stack/sample-app





# [0.2.0](https://github.com/InvictusMB/ram-stack/compare/@ram-stack/[email protected]...@ram-stack/[email protected]) (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,10 +1,10 @@
{
"name": "@ram-stack/sample-app",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"author": "InvictusMB <[email protected]>",
"dependencies": {
"@ram-stack/core": "^1.1.0",
"@ram-stack/core": "^1.1.1",
"lodash": "^4.17.15"
},
"scripts": {
Expand Down

0 comments on commit 8c3872c

Please sign in to comment.