Skip to content

Commit

Permalink
v2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mnasyrov committed Feb 27, 2023
1 parent c30e43a commit 4f2113b
Show file tree
Hide file tree
Showing 11 changed files with 105 additions and 137 deletions.
16 changes: 4 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
# [2.0.0-beta.0](https://github.com/mnasyrov/rx-effects/compare/v1.1.0...v2.0.0-beta.0) (2023-02-26)

### Bug Fixes

- Compatibility with Immer.js ([#22](https://github.com/mnasyrov/rx-effects/issues/22)) ([aabea83](https://github.com/mnasyrov/rx-effects/commit/aabea83c6b3b61f9b19a7d0ee0ec39a571ed0bb1))

### Features

- Async store and `compute()` function ([5041b5c](https://github.com/mnasyrov/rx-effects/commit/5041b5cd9fe5fdda58af9e704ed64b419bffcdc4))
- Changed default comparator to Object.is() ([2530afe](https://github.com/mnasyrov/rx-effects/commit/2530afefbf48ab32cd81469bebc5f199d157c200))
- Refactored and removed deprecated API ([#19](https://github.com/mnasyrov/rx-effects/issues/19)) ([9fda459](https://github.com/mnasyrov/rx-effects/commit/9fda4592198262e345e19e7c9b0908b3d8d47962))

# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.1](https://github.com/mnasyrov/rx-effects/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2023-02-27)

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

# [1.1.0](https://github.com/mnasyrov/rx-effects/compare/v1.0.1...v1.1.0) (2023-02-01)

### Features
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": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"hoist": "**",
"forceLocal": true,
"command": {
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 4 additions & 12 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
# [2.0.0-beta.0](https://github.com/mnasyrov/rx-effects/compare/v1.1.0...v2.0.0-beta.0) (2023-02-26)

### Bug Fixes

- Compatibility with Immer.js ([#22](https://github.com/mnasyrov/rx-effects/issues/22)) ([aabea83](https://github.com/mnasyrov/rx-effects/commit/aabea83c6b3b61f9b19a7d0ee0ec39a571ed0bb1))

### Features

- Async store and `compute()` function ([5041b5c](https://github.com/mnasyrov/rx-effects/commit/5041b5cd9fe5fdda58af9e704ed64b419bffcdc4))
- Changed default comparator to Object.is() ([2530afe](https://github.com/mnasyrov/rx-effects/commit/2530afefbf48ab32cd81469bebc5f199d157c200))
- Refactored and removed deprecated API ([#19](https://github.com/mnasyrov/rx-effects/issues/19)) ([9fda459](https://github.com/mnasyrov/rx-effects/commit/9fda4592198262e345e19e7c9b0908b3d8d47962))

# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.1](https://github.com/mnasyrov/rx-effects/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2023-02-27)

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

# [1.1.0](https://github.com/mnasyrov/rx-effects/compare/v1.0.1...v1.1.0) (2023-02-01)

**Note:** Version bump only for package rx-effects-examples
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"private": true,
"name": "rx-effects-examples",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"type": "module",
"dependencies": {
"rx-effects": "2.0.0-beta.0",
"rx-effects-react": "2.0.0-beta.0"
"rx-effects": "2.0.0-beta.1",
"rx-effects-react": "2.0.0-beta.1"
},
"peerDependencies": {
"react": ">=17 || >=18",
Expand Down
16 changes: 4 additions & 12 deletions packages/rx-effects-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
# [2.0.0-beta.0](https://github.com/mnasyrov/rx-effects/compare/v1.1.0...v2.0.0-beta.0) (2023-02-26)

### Bug Fixes

- Compatibility with Immer.js ([#22](https://github.com/mnasyrov/rx-effects/issues/22)) ([aabea83](https://github.com/mnasyrov/rx-effects/commit/aabea83c6b3b61f9b19a7d0ee0ec39a571ed0bb1))

### Features

- Async store and `compute()` function ([5041b5c](https://github.com/mnasyrov/rx-effects/commit/5041b5cd9fe5fdda58af9e704ed64b419bffcdc4))
- Changed default comparator to Object.is() ([2530afe](https://github.com/mnasyrov/rx-effects/commit/2530afefbf48ab32cd81469bebc5f199d157c200))
- Refactored and removed deprecated API ([#19](https://github.com/mnasyrov/rx-effects/issues/19)) ([9fda459](https://github.com/mnasyrov/rx-effects/commit/9fda4592198262e345e19e7c9b0908b3d8d47962))

# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.1](https://github.com/mnasyrov/rx-effects/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2023-02-27)

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

# [1.1.0](https://github.com/mnasyrov/rx-effects/compare/v1.0.1...v1.1.0) (2023-02-01)

### Features
Expand Down
20 changes: 10 additions & 10 deletions packages/rx-effects-react/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rx-effects-react

#### Defined in

[src/mvc.tsx:77](https://github.com/mnasyrov/rx-effects/blob/e362c63/packages/rx-effects-react/src/mvc.tsx#L77)
[rx-effects-react/src/mvc.tsx:77](https://github.com/mnasyrov/rx-effects/blob/c30e43a/packages/rx-effects-react/src/mvc.tsx#L77)

---

Expand Down Expand Up @@ -72,7 +72,7 @@ If the factory is provided, it is called only once.

#### Defined in

[src/useConst.ts:12](https://github.com/mnasyrov/rx-effects/blob/e362c63/packages/rx-effects-react/src/useConst.ts#L12)
[rx-effects-react/src/useConst.ts:12](https://github.com/mnasyrov/rx-effects/blob/c30e43a/packages/rx-effects-react/src/useConst.ts#L12)

---

Expand Down Expand Up @@ -105,7 +105,7 @@ included explicitly when it is needed.

#### Defined in

[src/useController.ts:18](https://github.com/mnasyrov/rx-effects/blob/e362c63/packages/rx-effects-react/src/useController.ts#L18)
[rx-effects-react/src/useController.ts:18](https://github.com/mnasyrov/rx-effects/blob/c30e43a/packages/rx-effects-react/src/useController.ts#L18)

---

Expand All @@ -131,7 +131,7 @@ included explicitly when it is needed.

#### Defined in

[src/mvc.tsx:21](https://github.com/mnasyrov/rx-effects/blob/e362c63/packages/rx-effects-react/src/mvc.tsx#L21)
[rx-effects-react/src/mvc.tsx:21](https://github.com/mnasyrov/rx-effects/blob/c30e43a/packages/rx-effects-react/src/mvc.tsx#L21)

---

Expand Down Expand Up @@ -170,7 +170,7 @@ const value = useObservable<string>(source$, undefined);

#### Defined in

[src/useObservable.ts:19](https://github.com/mnasyrov/rx-effects/blob/e362c63/packages/rx-effects-react/src/useObservable.ts#L19)
[rx-effects-react/src/useObservable.ts:19](https://github.com/mnasyrov/rx-effects/blob/c30e43a/packages/rx-effects-react/src/useObservable.ts#L19)

---

Expand Down Expand Up @@ -209,7 +209,7 @@ useObserver(source$, (nextValue) => {

#### Defined in

[src/useObserver.ts:20](https://github.com/mnasyrov/rx-effects/blob/e362c63/packages/rx-effects-react/src/useObserver.ts#L20)
[rx-effects-react/src/useObserver.ts:20](https://github.com/mnasyrov/rx-effects/blob/c30e43a/packages/rx-effects-react/src/useObserver.ts#L20)

---

Expand Down Expand Up @@ -237,7 +237,7 @@ Returns a value which is provided by the query.

#### Defined in

[src/useQuery.ts:9](https://github.com/mnasyrov/rx-effects/blob/e362c63/packages/rx-effects-react/src/useQuery.ts#L9)
[rx-effects-react/src/useQuery.ts:9](https://github.com/mnasyrov/rx-effects/blob/c30e43a/packages/rx-effects-react/src/useQuery.ts#L9)

---

Expand Down Expand Up @@ -283,7 +283,7 @@ const value = useSelector<{ data: Record<string, string> }>(

#### Defined in

[src/useSelector.ts:27](https://github.com/mnasyrov/rx-effects/blob/e362c63/packages/rx-effects-react/src/useSelector.ts#L27)
[rx-effects-react/src/useSelector.ts:27](https://github.com/mnasyrov/rx-effects/blob/c30e43a/packages/rx-effects-react/src/useSelector.ts#L27)

---

Expand Down Expand Up @@ -312,7 +312,7 @@ const value = useSelector<{ data: Record<string, string> }>(

#### Defined in

[src/useStore.ts:11](https://github.com/mnasyrov/rx-effects/blob/e362c63/packages/rx-effects-react/src/useStore.ts#L11)
[rx-effects-react/src/useStore.ts:11](https://github.com/mnasyrov/rx-effects/blob/c30e43a/packages/rx-effects-react/src/useStore.ts#L11)

---

Expand Down Expand Up @@ -341,4 +341,4 @@ const value = useSelector<{ data: Record<string, string> }>(

#### Defined in

[src/mvc.tsx:32](https://github.com/mnasyrov/rx-effects/blob/e362c63/packages/rx-effects-react/src/mvc.tsx#L32)
[rx-effects-react/src/mvc.tsx:32](https://github.com/mnasyrov/rx-effects/blob/c30e43a/packages/rx-effects-react/src/mvc.tsx#L32)
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": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"description": "Reactive state and effects management. Tooling for React.js",
"license": "MIT",
"author": "Mikhail Nasyrov (https://github.com/mnasyrov)",
Expand Down Expand Up @@ -42,7 +42,7 @@
"build": "tsup --clean --dts --format cjs,esm src/index.ts"
},
"dependencies": {
"rx-effects": "2.0.0-beta.0"
"rx-effects": "2.0.0-beta.1"
},
"peerDependencies": {
"ditox-react": ">=2.2.0",
Expand Down
16 changes: 4 additions & 12 deletions packages/rx-effects/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
# [2.0.0-beta.0](https://github.com/mnasyrov/rx-effects/compare/v1.1.0...v2.0.0-beta.0) (2023-02-26)

### Bug Fixes

- Compatibility with Immer.js ([#22](https://github.com/mnasyrov/rx-effects/issues/22)) ([aabea83](https://github.com/mnasyrov/rx-effects/commit/aabea83c6b3b61f9b19a7d0ee0ec39a571ed0bb1))

### Features

- Async store and `compute()` function ([5041b5c](https://github.com/mnasyrov/rx-effects/commit/5041b5cd9fe5fdda58af9e704ed64b419bffcdc4))
- Changed default comparator to Object.is() ([2530afe](https://github.com/mnasyrov/rx-effects/commit/2530afefbf48ab32cd81469bebc5f199d157c200))
- Refactored and removed deprecated API ([#19](https://github.com/mnasyrov/rx-effects/issues/19)) ([9fda459](https://github.com/mnasyrov/rx-effects/commit/9fda4592198262e345e19e7c9b0908b3d8d47962))

# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.1](https://github.com/mnasyrov/rx-effects/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2023-02-27)

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

# [1.1.0](https://github.com/mnasyrov/rx-effects/compare/v1.0.1...v1.1.0) (2023-02-01)

### Features
Expand Down
Loading

0 comments on commit 4f2113b

Please sign in to comment.