Skip to content

Commit

Permalink
v10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roperzh committed Dec 11, 2019
1 parent d5276bd commit 47d8c4d
Show file tree
Hide file tree
Showing 60 changed files with 405 additions and 111 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.1.0](https://github.com/diez/diez/compare/v10.0.2...v10.1.0) (2019-12-11)


### Bug Fixes

* use internalIp.v4 instead of guessing the localhost name on ios ([#13](https://github.com/diez/diez/issues/13)) ([e3a2d87](https://github.com/diez/diez/commit/e3a2d87))
* **extractors:** check if a response exists before trying to read fields ([#19](https://github.com/diez/diez/issues/19)) ([09708a0](https://github.com/diez/diez/commit/09708a0))
* **extractors:** explicitly import URLSearchParams to improve compat ([#46](https://github.com/diez/diez/issues/46)) ([9f46592](https://github.com/diez/diez/commit/9f46592))
* **start:** remove unused parameter from start script causing userland errors ([#17](https://github.com/diez/diez/issues/17)) ([1da7ea3](https://github.com/diez/diez/commit/1da7ea3))


### Features

* **cli:** add a prompt to remove existing watchers ([#20](https://github.com/diez/diez/issues/20)) ([2a4d5d5](https://github.com/diez/diez/commit/2a4d5d5))
* **extractors:** add a notice at the top of autogenerated files ([#43](https://github.com/diez/diez/issues/43)) ([b300eaa](https://github.com/diez/diez/commit/b300eaa))
* **extractors-core:** add a system to ignore non-design files ([#18](https://github.com/diez/diez/issues/18)) ([ca33041](https://github.com/diez/diez/commit/ca33041))
* add mechanisms to activate diez-enterprise licenses ([#48](https://github.com/diez/diez/issues/48)) ([2b56e1a](https://github.com/diez/diez/commit/2b56e1a))





## [10.0.2](https://github.com/diez/diez/compare/v10.0.1...v10.0.2) (2019-11-21)

**Note:** Version bump only for package @diez/mono
Expand Down
8 changes: 8 additions & 0 deletions examples/lorem-ipsum/design-language/CHANGELOG.md
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.

# [10.1.0](https://github.com/diez/diez/compare/v10.0.2...v10.1.0) (2019-12-11)

**Note:** Version bump only for package lorem-ipsum





## [10.0.2](https://github.com/diez/diez/compare/v10.0.1...v10.0.2) (2019-11-21)

**Note:** Version bump only for package lorem-ipsum
Expand Down
16 changes: 8 additions & 8 deletions examples/lorem-ipsum/design-language/package.json
Expand Up @@ -2,17 +2,17 @@
"name": "lorem-ipsum",
"private": true,
"main": "lib/index.js",
"version": "10.0.2",
"version": "10.1.0",
"dependencies": {
"@diez/engine": "^10.0.2",
"@diez/prefabs": "^10.0.2"
"@diez/engine": "^10.1.0",
"@diez/prefabs": "^10.1.0"
},
"devDependencies": {
"@diez/compiler-core": "^10.0.2",
"@diez/extractors": "^10.0.2",
"@diez/start": "^10.0.2",
"@diez/stdlib": "^10.0.2",
"diez": "^10.0.2",
"@diez/compiler-core": "^10.1.0",
"@diez/extractors": "^10.1.0",
"@diez/start": "^10.1.0",
"@diez/stdlib": "^10.1.0",
"diez": "^10.1.0",
"semver": "^6.0.0",
"typescript": "^3.7.2"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/lorem-ipsum/example-codebases/web/CHANGELOG.md
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.

# [10.1.0](https://github.com/diez/diez/compare/v10.0.2...v10.1.0) (2019-12-11)

**Note:** Version bump only for package lorem-ipsum-app





## [10.0.2](https://github.com/diez/diez/compare/v10.0.1...v10.0.2) (2019-11-21)

**Note:** Version bump only for package lorem-ipsum-app
Expand Down
4 changes: 2 additions & 2 deletions examples/lorem-ipsum/example-codebases/web/package.json
@@ -1,6 +1,6 @@
{
"name": "lorem-ipsum-app",
"version": "10.0.2",
"version": "10.1.0",
"private": true,
"scripts": {
"start": "webpack-dev-server",
Expand All @@ -19,7 +19,7 @@
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^5.0.5",
"css-loader": "^2.1.1",
"diez-webpack-plugin": "^10.0.2",
"diez-webpack-plugin": "^10.1.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.12.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/playground/design-language/CHANGELOG.md
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.

# [10.1.0](https://github.com/diez/diez/compare/v10.0.2...v10.1.0) (2019-12-11)

**Note:** Version bump only for package playground





## [10.0.2](https://github.com/diez/diez/compare/v10.0.1...v10.0.2) (2019-11-21)

**Note:** Version bump only for package playground
Expand Down
16 changes: 8 additions & 8 deletions examples/playground/design-language/package.json
Expand Up @@ -2,17 +2,17 @@
"name": "playground",
"private": true,
"main": "lib/index.js",
"version": "10.0.2",
"version": "10.1.0",
"dependencies": {
"@diez/engine": "^10.0.2",
"@diez/prefabs": "^10.0.2"
"@diez/engine": "^10.1.0",
"@diez/prefabs": "^10.1.0"
},
"devDependencies": {
"@diez/compiler-core": "^10.0.2",
"@diez/extractors": "^10.0.2",
"@diez/start": "^10.0.2",
"@diez/stdlib": "^10.0.2",
"diez": "^10.0.2",
"@diez/compiler-core": "^10.1.0",
"@diez/extractors": "^10.1.0",
"@diez/start": "^10.1.0",
"@diez/stdlib": "^10.1.0",
"diez": "^10.1.0",
"semver": "^6.0.0",
"typescript": "^3.7.2"
},
Expand Down
11 changes: 11 additions & 0 deletions examples/poodle-surf/design-language/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.1.0](https://github.com/diez/diez/compare/v10.0.2...v10.1.0) (2019-12-11)


### Features

* **extractors:** add a notice at the top of autogenerated files ([#43](https://github.com/diez/diez/issues/43)) ([b300eaa](https://github.com/diez/diez/commit/b300eaa))





## [10.0.2](https://github.com/diez/diez/compare/v10.0.1...v10.0.2) (2019-11-21)

**Note:** Version bump only for package poodle-surf
Expand Down
16 changes: 8 additions & 8 deletions examples/poodle-surf/design-language/package.json
Expand Up @@ -2,17 +2,17 @@
"name": "poodle-surf",
"private": true,
"main": "lib/index.js",
"version": "10.0.2",
"version": "10.1.0",
"dependencies": {
"@diez/engine": "^10.0.2",
"@diez/prefabs": "^10.0.2"
"@diez/engine": "^10.1.0",
"@diez/prefabs": "^10.1.0"
},
"devDependencies": {
"@diez/compiler-core": "^10.0.2",
"@diez/extractors": "^10.0.2",
"@diez/start": "^10.0.2",
"@diez/stdlib": "^10.0.2",
"diez": "^10.0.2",
"@diez/compiler-core": "^10.1.0",
"@diez/extractors": "^10.1.0",
"@diez/start": "^10.1.0",
"@diez/stdlib": "^10.1.0",
"diez": "^10.1.0",
"semver": "^6.0.0",
"typescript": "^3.7.2"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/poodle-surf/example-codebases/web/CHANGELOG.md
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.

# [10.1.0](https://github.com/diez/diez/compare/v10.0.2...v10.1.0) (2019-12-11)

**Note:** Version bump only for package poodle-surf-web





## [10.0.2](https://github.com/diez/diez/compare/v10.0.1...v10.0.2) (2019-11-21)

**Note:** Version bump only for package poodle-surf-web
Expand Down
4 changes: 2 additions & 2 deletions examples/poodle-surf/example-codebases/web/package.json
@@ -1,6 +1,6 @@
{
"name": "poodle-surf-web",
"version": "10.0.2",
"version": "10.1.0",
"private": true,
"dependencies": {
"@types/jest": "24.0.11",
Expand All @@ -12,7 +12,7 @@
"react-scripts": "3.3.0"
},
"devDependencies": {
"diez-webpack-plugin": "^10.0.2",
"diez-webpack-plugin": "^10.1.0",
"react-app-rewired": "^2.1.3",
"typescript": "^3.7.2",
"write-file-webpack-plugin": "^4.5.0"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "10.0.2"
"version": "10.1.0"
}
8 changes: 8 additions & 0 deletions services/analytics/CHANGELOG.md
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.

# [10.1.0](https://github.com/diez/diez/compare/v10.0.2...v10.1.0) (2019-12-11)

**Note:** Version bump only for package @diez/analytics





## [10.0.2](https://github.com/diez/diez/compare/v10.0.1...v10.0.2) (2019-11-21)

**Note:** Version bump only for package @diez/analytics
Expand Down
2 changes: 1 addition & 1 deletion services/analytics/package.json
@@ -1,7 +1,7 @@
{
"name": "@diez/analytics",
"private": true,
"version": "10.0.2",
"version": "10.1.0",
"description": "An analytics back end for the Diez CLI.",
"author": "The Haiku Team <contact@haiku.ai>",
"license": "SEE LICENSE.md",
Expand Down
8 changes: 8 additions & 0 deletions services/oauth/CHANGELOG.md
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.

# [10.1.0](https://github.com/diez/diez/compare/v10.0.2...v10.1.0) (2019-12-11)

**Note:** Version bump only for package @diez/oauth





## [10.0.2](https://github.com/diez/diez/compare/v10.0.1...v10.0.2) (2019-11-21)

**Note:** Version bump only for package @diez/oauth
Expand Down
2 changes: 1 addition & 1 deletion services/oauth/package.json
@@ -1,7 +1,7 @@
{
"name": "@diez/oauth",
"private": true,
"version": "10.0.2",
"version": "10.1.0",
"description": "An OAuth 2.0 handshake broker for Diez.",
"author": "The Haiku Team <contact@haiku.ai>",
"license": "SEE LICENSE.md",
Expand Down
12 changes: 12 additions & 0 deletions src/cli/cli-core/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.1.0](https://github.com/diez/diez/compare/v10.0.2...v10.1.0) (2019-12-11)


### Features

* **cli:** add a prompt to remove existing watchers ([#20](https://github.com/diez/diez/issues/20)) ([2a4d5d5](https://github.com/diez/diez/commit/2a4d5d5))
* add mechanisms to activate diez-enterprise licenses ([#48](https://github.com/diez/diez/issues/48)) ([2b56e1a](https://github.com/diez/diez/commit/2b56e1a))





## [10.0.2](https://github.com/diez/diez/compare/v10.0.1...v10.0.2) (2019-11-21)

**Note:** Version bump only for package @diez/cli-core
Expand Down
12 changes: 6 additions & 6 deletions src/cli/cli-core/package.json
@@ -1,7 +1,7 @@
{
"name": "@diez/cli-core",
"main": "lib/index.js",
"version": "10.0.2",
"version": "10.1.0",
"description": "APIs for the Diez command line interface.",
"author": "The Haiku Team <contact@haiku.ai>",
"license": "SEE LICENSE.md",
Expand All @@ -20,7 +20,7 @@
"fix": "tslint -p . -t stylish --fix"
},
"devDependencies": {
"@diez/test-utils": "^10.0.2",
"@diez/test-utils": "^10.1.0",
"@types/async": "^2.4.1",
"@types/jest": "^24.0.11",
"@types/server-destroy": "^1.0.0",
Expand All @@ -33,16 +33,16 @@
"typescript": "^3.7.2"
},
"dependencies": {
"@diez/engine": "^10.0.2",
"@diez/storage": "^10.0.2",
"@diez/sdk-inkstone": "^10.0.2",
"@diez/engine": "^10.1.0",
"@diez/sdk-inkstone": "^10.1.0",
"@diez/storage": "^10.1.0",
"@sentry/node": "^5.2.0",
"async": "^2.6.2",
"chalk": "^2.4.2",
"commander": "^2.19.0",
"enquirer": "^2.3.0",
"fs-extra": "^7.0.1",
"package-json": "^6.3.0",
"enquirer": "^2.3.0",
"server-destroy": "^1.0.1",
"stack-trace": "^0.0.10",
"typed-errors": "^1.1.0"
Expand Down
8 changes: 8 additions & 0 deletions src/cli/diez/CHANGELOG.md
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.

# [10.1.0](https://github.com/diez/diez/compare/v10.0.2...v10.1.0) (2019-12-11)

**Note:** Version bump only for package diez





## [10.0.2](https://github.com/diez/diez/compare/v10.0.1...v10.0.2) (2019-11-21)

**Note:** Version bump only for package diez
Expand Down
6 changes: 3 additions & 3 deletions src/cli/diez/package.json
@@ -1,7 +1,7 @@
{
"name": "diez",
"main": "./bin/diez",
"version": "10.0.2",
"version": "10.1.0",
"description": "The entry point for the Diez CLI.",
"author": "The Haiku Team <contact@haiku.ai>",
"license": "SEE LICENSE.md",
Expand All @@ -11,8 +11,8 @@
},
"homepage": "https://diez.org",
"dependencies": {
"@diez/cli-core": "^10.0.2",
"@diez/createproject": "^10.0.2",
"@diez/cli-core": "^10.1.0",
"@diez/createproject": "^10.1.0",
"app-module-path": "^2.2.0",
"package-json": "^6.3.0",
"semver": "^6.0.0"
Expand Down
11 changes: 11 additions & 0 deletions src/compiler/compiler-core/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.1.0](https://github.com/diez/diez/compare/v10.0.2...v10.1.0) (2019-12-11)


### Features

* **cli:** add a prompt to remove existing watchers ([#20](https://github.com/diez/diez/issues/20)) ([2a4d5d5](https://github.com/diez/diez/commit/2a4d5d5))





## [10.0.2](https://github.com/diez/diez/compare/v10.0.1...v10.0.2) (2019-11-21)

**Note:** Version bump only for package @diez/compiler-core
Expand Down

0 comments on commit 47d8c4d

Please sign in to comment.