Skip to content

Commit 3ec7ea0

Browse files
committed
v1.0.0-alpha.10
1 parent 6b6f380 commit 3ec7ea0

File tree

12 files changed

+104
-9
lines changed

12 files changed

+104
-9
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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.10](https://github.com/devexperts/dx-platform/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2020-01-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **tools:** update storybook packages ([48dc57c](https://github.com/devexperts/dx-platform/commit/48dc57cef69d909e4ef57dd79d6cd222c2f7ccc1))
12+
13+
14+
### chore
15+
16+
* turn on esModuleInterop ([6b6f380](https://github.com/devexperts/dx-platform/commit/6b6f38005c8a2c20c1ec229ceb29eec8f2022ae6))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* esModuleInterop is turned on
22+
23+
24+
25+
26+
627
# [1.0.0-alpha.9](https://github.com/devexperts/dx-platform/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2020-01-15)
728

829

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.9",
12+
"version": "1.0.0-alpha.10",
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.10](https://github.com/devexperts/dx-platform/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2020-01-17)
7+
8+
**Note:** Version bump only for package @devexperts/lint
9+
10+
11+
12+
13+
614
# [1.0.0-alpha.9](https://github.com/devexperts/dx-platform/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2020-01-15)
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.9",
3+
"version": "1.0.0-alpha.10",
44
"description": "",
55
"main": "dist",
66
"module": "dist",

packages/react-kit/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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.10](https://github.com/devexperts/dx-platform/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2020-01-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **tools:** update storybook packages ([48dc57c](https://github.com/devexperts/dx-platform/commit/48dc57cef69d909e4ef57dd79d6cd222c2f7ccc1))
12+
13+
14+
### chore
15+
16+
* turn on esModuleInterop ([6b6f380](https://github.com/devexperts/dx-platform/commit/6b6f38005c8a2c20c1ec229ceb29eec8f2022ae6))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* esModuleInterop is turned on
22+
23+
24+
25+
26+
627
# [1.0.0-alpha.9](https://github.com/devexperts/dx-platform/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2020-01-15)
728

829

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.9",
3+
"version": "1.0.0-alpha.10",
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.9",
35+
"@devexperts/utils": "^1.0.0-alpha.10",
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.9",
57+
"@devexperts/tools": "^1.0.0-alpha.10",
5858
"@storybook/addon-actions": "^5.3.5",
5959
"@storybook/addon-info": "^5.3.5",
6060
"@storybook/addon-knobs": "^5.3.5",

packages/rx-utils/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.10](https://github.com/devexperts/dx-platform/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2020-01-17)
7+
8+
9+
### chore
10+
11+
* turn on esModuleInterop ([6b6f380](https://github.com/devexperts/dx-platform/commit/6b6f38005c8a2c20c1ec229ceb29eec8f2022ae6))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* esModuleInterop is turned on
17+
18+
19+
20+
21+
622
# [1.0.0-alpha.9](https://github.com/devexperts/dx-platform/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2020-01-15)
723

824
**Note:** Version bump only for package @devexperts/rx-utils

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.9",
3+
"version": "1.0.0-alpha.10",
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.9",
32+
"@devexperts/utils": "^1.0.0-alpha.10",
3333
"@types/query-string": "^5.1.0",
3434
"query-string": "^6.1.0",
3535
"querystring": "^0.2.0",

packages/tools/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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.10](https://github.com/devexperts/dx-platform/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2020-01-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **tools:** update storybook packages ([48dc57c](https://github.com/devexperts/dx-platform/commit/48dc57cef69d909e4ef57dd79d6cd222c2f7ccc1))
12+
13+
14+
### chore
15+
16+
* turn on esModuleInterop ([6b6f380](https://github.com/devexperts/dx-platform/commit/6b6f38005c8a2c20c1ec229ceb29eec8f2022ae6))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* esModuleInterop is turned on
22+
23+
24+
25+
26+
627
# [1.0.0-alpha.9](https://github.com/devexperts/dx-platform/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2020-01-15)
728

829
**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.9",
3+
"version": "1.0.0-alpha.10",
44
"description": "tool set for building FE projects",
55
"main": "dist",
66
"module": "dist",

0 commit comments

Comments
 (0)