Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mnasyrov committed Jul 23, 2021
1 parent c58665a commit c54c887
Show file tree
Hide file tree
Showing 8 changed files with 140 additions and 98 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.7](https://github.com/mnasyrov/rx-effects/compare/v0.0.6...v0.0.7) (2021-07-23)

### Bug Fixes

- Types for actions and effects ([49235fe](https://github.com/mnasyrov/rx-effects/commit/49235fe80728a3803a16251d4c163f002b4bb29f))

## [0.0.6](https://github.com/mnasyrov/rx-effects/compare/v0.0.5...v0.0.6) (2021-07-12)

**Note:** Version bump only for package rx-effects-root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.6",
"version": "0.0.7",
"hoist": "**",
"forceLocal": true,
"command": {
Expand Down
4 changes: 4 additions & 0 deletions packages/rx-effects-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.7](https://github.com/mnasyrov/rx-effects/compare/v0.0.6...v0.0.7) (2021-07-23)

**Note:** Version bump only for package rx-effects-react

## [0.0.6](https://github.com/mnasyrov/rx-effects/compare/v0.0.5...v0.0.6) (2021-07-12)

**Note:** Version bump only for package rx-effects-react
Expand Down
10 changes: 5 additions & 5 deletions packages/rx-effects-react/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rx-effects-react

#### Defined in

[useConst.ts:5](https://github.com/mnasyrov/rx-effects/blob/a036049/packages/rx-effects-react/src/useConst.ts#L5)
[useConst.ts:5](https://github.com/mnasyrov/rx-effects/blob/c58665a/packages/rx-effects-react/src/useConst.ts#L5)

---

Expand Down Expand Up @@ -64,7 +64,7 @@ rx-effects-react

#### Defined in

[useObservable.ts:4](https://github.com/mnasyrov/rx-effects/blob/a036049/packages/rx-effects-react/src/useObservable.ts#L4)
[useObservable.ts:4](https://github.com/mnasyrov/rx-effects/blob/c58665a/packages/rx-effects-react/src/useObservable.ts#L4)

---

Expand All @@ -91,7 +91,7 @@ rx-effects-react

#### Defined in

[useObserver.ts:5](https://github.com/mnasyrov/rx-effects/blob/a036049/packages/rx-effects-react/src/useObserver.ts#L5)
[useObserver.ts:5](https://github.com/mnasyrov/rx-effects/blob/c58665a/packages/rx-effects-react/src/useObserver.ts#L5)

---

Expand Down Expand Up @@ -121,7 +121,7 @@ rx-effects-react

#### Defined in

[useSelector.ts:4](https://github.com/mnasyrov/rx-effects/blob/a036049/packages/rx-effects-react/src/useSelector.ts#L4)
[useSelector.ts:4](https://github.com/mnasyrov/rx-effects/blob/c58665a/packages/rx-effects-react/src/useSelector.ts#L4)

---

Expand All @@ -147,4 +147,4 @@ rx-effects-react

#### Defined in

[useStateQuery.ts:4](https://github.com/mnasyrov/rx-effects/blob/a036049/packages/rx-effects-react/src/useStateQuery.ts#L4)
[useStateQuery.ts:4](https://github.com/mnasyrov/rx-effects/blob/c58665a/packages/rx-effects-react/src/useStateQuery.ts#L4)
4 changes: 2 additions & 2 deletions packages/rx-effects-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rx-effects-react",
"version": "0.0.6",
"version": "0.0.7",
"description": "Reactive state and effects management. Tooling for React.js",
"license": "MIT",
"author": "Mikhail Nasyrov (https://github.com/mnasyrov)",
Expand Down Expand Up @@ -47,7 +47,7 @@
"watch": "rollup -c --watch"
},
"dependencies": {
"rx-effects": "0.0.6"
"rx-effects": "0.0.7"
},
"peerDependencies": {
"react": ">=17.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/rx-effects/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.7](https://github.com/mnasyrov/rx-effects/compare/v0.0.6...v0.0.7) (2021-07-23)

### Bug Fixes

- Types for actions and effects ([49235fe](https://github.com/mnasyrov/rx-effects/commit/49235fe80728a3803a16251d4c163f002b4bb29f))

## [0.0.6](https://github.com/mnasyrov/rx-effects/compare/v0.0.5...v0.0.6) (2021-07-12)

**Note:** Version bump only for package rx-effects
Expand Down
Loading

0 comments on commit c54c887

Please sign in to comment.