Skip to content

Commit 21b0a36

Browse files
committed
v1.0.0-alpha.8
1 parent f853ed2 commit 21b0a36

File tree

12 files changed

+63
-9
lines changed

12 files changed

+63
-9
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-alpha.8](https://github.com/devexperts/dx-platform/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2020-01-15)
7+
8+
9+
### Features
10+
11+
* **rx-utils:** add sink2, update context2 ([f853ed2](https://github.com/devexperts/dx-platform/commit/f853ed211a310c8b8b09128c9467fe6ad8a16292))
12+
13+
14+
15+
16+
617
# [1.0.0-alpha.7](https://github.com/devexperts/dx-platform/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-01-14)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"npmClient": "yarn",
1111
"useWorkspaces": true,
12-
"version": "1.0.0-alpha.7",
12+
"version": "1.0.0-alpha.8",
1313
"command": {
1414
"init": {
1515
"exact": true

packages/lint/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-alpha.8](https://github.com/devexperts/dx-platform/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2020-01-15)
7+
8+
**Note:** Version bump only for package @devexperts/lint
9+
10+
11+
12+
13+
614
# [1.0.0-alpha.7](https://github.com/devexperts/dx-platform/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-01-14)
715

816
**Note:** Version bump only for package @devexperts/lint

packages/lint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devexperts/lint",
3-
"version": "1.0.0-alpha.7",
3+
"version": "1.0.0-alpha.8",
44
"description": "",
55
"main": "dist",
66
"module": "dist",

packages/react-kit/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-alpha.8](https://github.com/devexperts/dx-platform/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2020-01-15)
7+
8+
**Note:** Version bump only for package @devexperts/react-kit
9+
10+
11+
12+
13+
614
# [1.0.0-alpha.7](https://github.com/devexperts/dx-platform/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-01-14)
715

816

packages/react-kit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devexperts/react-kit",
3-
"version": "1.0.0-alpha.7",
3+
"version": "1.0.0-alpha.8",
44
"description": "",
55
"main": "dist",
66
"module": "dist",
@@ -32,7 +32,7 @@
3232
"homepage": "https://github.com/devexperts/dx-platform#readme",
3333
"dependencies": {
3434
"@devexperts/remote-data-ts": "^2.0.0",
35-
"@devexperts/utils": "^1.0.0-alpha.7",
35+
"@devexperts/utils": "^1.0.0-alpha.8",
3636
"@types/classnames": ">=2.2.3",
3737
"@types/node": ">=8.5.2",
3838
"@types/react-dnd": "2.0.32",
@@ -54,7 +54,7 @@
5454
"react-dom": "^16.9.0"
5555
},
5656
"devDependencies": {
57-
"@devexperts/tools": "^1.0.0-alpha.7",
57+
"@devexperts/tools": "^1.0.0-alpha.8",
5858
"@storybook/addon-actions": "^5.1.11",
5959
"@storybook/addon-info": "^5.1.11",
6060
"@storybook/addon-knobs": "^5.1.11",

packages/rx-utils/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-alpha.8](https://github.com/devexperts/dx-platform/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2020-01-15)
7+
8+
9+
### Features
10+
11+
* **rx-utils:** add sink2, update context2 ([f853ed2](https://github.com/devexperts/dx-platform/commit/f853ed211a310c8b8b09128c9467fe6ad8a16292))
12+
13+
14+
15+
16+
617
# [1.0.0-alpha.7](https://github.com/devexperts/dx-platform/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-01-14)
718

819

packages/rx-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devexperts/rx-utils",
3-
"version": "1.0.0-alpha.7",
3+
"version": "1.0.0-alpha.8",
44
"description": "utilits for rxjs",
55
"keywords": [
66
"rxjs",
@@ -29,7 +29,7 @@
2929
"watch": "yarn build --watch --incremental"
3030
},
3131
"dependencies": {
32-
"@devexperts/utils": "^1.0.0-alpha.7",
32+
"@devexperts/utils": "^1.0.0-alpha.8",
3333
"@types/query-string": "^5.1.0",
3434
"query-string": "^6.1.0",
3535
"querystring": "^0.2.0",

packages/tools/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-alpha.8](https://github.com/devexperts/dx-platform/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2020-01-15)
7+
8+
**Note:** Version bump only for package @devexperts/tools
9+
10+
11+
12+
13+
614
# [1.0.0-alpha.7](https://github.com/devexperts/dx-platform/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-01-14)
715

816
**Note:** Version bump only for package @devexperts/tools

packages/tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devexperts/tools",
3-
"version": "1.0.0-alpha.7",
3+
"version": "1.0.0-alpha.8",
44
"description": "tool set for building FE projects",
55
"main": "dist",
66
"module": "dist",

0 commit comments

Comments
 (0)