Skip to content

Commit

Permalink
v1.0.0-alpha.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sutarmin committed Jan 17, 2020
1 parent 6b6f380 commit 3ec7ea0
Show file tree
Hide file tree
Showing 12 changed files with 104 additions and 9 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)


### Bug Fixes

* **tools:** update storybook packages ([48dc57c](https://github.com/devexperts/dx-platform/commit/48dc57cef69d909e4ef57dd79d6cd222c2f7ccc1))


### chore

* turn on esModuleInterop ([6b6f380](https://github.com/devexperts/dx-platform/commit/6b6f38005c8a2c20c1ec229ceb29eec8f2022ae6))


### BREAKING CHANGES

* esModuleInterop is turned on





# [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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"command": {
"init": {
"exact": true
Expand Down
8 changes: 8 additions & 0 deletions packages/lint/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.

# [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)

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





# [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)

**Note:** Version bump only for package @devexperts/lint
Expand Down
2 changes: 1 addition & 1 deletion packages/lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devexperts/lint",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"description": "",
"main": "dist",
"module": "dist",
Expand Down
21 changes: 21 additions & 0 deletions packages/react-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)


### Bug Fixes

* **tools:** update storybook packages ([48dc57c](https://github.com/devexperts/dx-platform/commit/48dc57cef69d909e4ef57dd79d6cd222c2f7ccc1))


### chore

* turn on esModuleInterop ([6b6f380](https://github.com/devexperts/dx-platform/commit/6b6f38005c8a2c20c1ec229ceb29eec8f2022ae6))


### BREAKING CHANGES

* esModuleInterop is turned on





# [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)


Expand Down
6 changes: 3 additions & 3 deletions packages/react-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devexperts/react-kit",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"description": "",
"main": "dist",
"module": "dist",
Expand Down Expand Up @@ -32,7 +32,7 @@
"homepage": "https://github.com/devexperts/dx-platform#readme",
"dependencies": {
"@devexperts/remote-data-ts": "^2.0.0",
"@devexperts/utils": "^1.0.0-alpha.9",
"@devexperts/utils": "^1.0.0-alpha.10",
"@types/classnames": ">=2.2.3",
"@types/node": ">=8.5.2",
"@types/react-dnd": "2.0.32",
Expand All @@ -54,7 +54,7 @@
"react-dom": "^16.9.0"
},
"devDependencies": {
"@devexperts/tools": "^1.0.0-alpha.9",
"@devexperts/tools": "^1.0.0-alpha.10",
"@storybook/addon-actions": "^5.3.5",
"@storybook/addon-info": "^5.3.5",
"@storybook/addon-knobs": "^5.3.5",
Expand Down
16 changes: 16 additions & 0 deletions packages/rx-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)


### chore

* turn on esModuleInterop ([6b6f380](https://github.com/devexperts/dx-platform/commit/6b6f38005c8a2c20c1ec229ceb29eec8f2022ae6))


### BREAKING CHANGES

* esModuleInterop is turned on





# [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)

**Note:** Version bump only for package @devexperts/rx-utils
Expand Down
4 changes: 2 additions & 2 deletions packages/rx-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devexperts/rx-utils",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"description": "utilits for rxjs",
"keywords": [
"rxjs",
Expand Down Expand Up @@ -29,7 +29,7 @@
"watch": "yarn build --watch --incremental"
},
"dependencies": {
"@devexperts/utils": "^1.0.0-alpha.9",
"@devexperts/utils": "^1.0.0-alpha.10",
"@types/query-string": "^5.1.0",
"query-string": "^6.1.0",
"querystring": "^0.2.0",
Expand Down
21 changes: 21 additions & 0 deletions packages/tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)


### Bug Fixes

* **tools:** update storybook packages ([48dc57c](https://github.com/devexperts/dx-platform/commit/48dc57cef69d909e4ef57dd79d6cd222c2f7ccc1))


### chore

* turn on esModuleInterop ([6b6f380](https://github.com/devexperts/dx-platform/commit/6b6f38005c8a2c20c1ec229ceb29eec8f2022ae6))


### BREAKING CHANGES

* esModuleInterop is turned on





# [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)

**Note:** Version bump only for package @devexperts/tools
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devexperts/tools",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"description": "tool set for building FE projects",
"main": "dist",
"module": "dist",
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/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.

# [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)

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





# [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)

**Note:** Version bump only for package @devexperts/utils
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devexperts/utils",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"description": "",
"main": "dist",
"module": "dist",
Expand Down

0 comments on commit 3ec7ea0

Please sign in to comment.