Skip to content

Commit

Permalink
v10.5.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
roperzh committed Apr 2, 2020
1 parent c0971f7 commit a5d7c61
Show file tree
Hide file tree
Showing 62 changed files with 377 additions and 120 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.5.0-beta.3](https://github.com/diez/diez/compare/v10.5.0-beta.2...v10.5.0-beta.3) (2020-04-02)


### Bug Fixes

* **docsgen:** windows fixes ([#111](https://github.com/diez/diez/issues/111)) ([50b36a0](https://github.com/diez/diez/commit/50b36a0))





# [10.5.0-beta.2](https://github.com/diez/diez/compare/v10.5.0-beta.1...v10.5.0-beta.2) (2020-03-31)


Expand Down
8 changes: 8 additions & 0 deletions examples/lorem-ipsum/design-language/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.

# [10.5.0-beta.3](https://github.com/diez/diez/compare/v10.5.0-beta.2...v10.5.0-beta.3) (2020-04-02)

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





# [10.5.0-beta.2](https://github.com/diez/diez/compare/v10.5.0-beta.1...v10.5.0-beta.2) (2020-03-31)


Expand Down
16 changes: 8 additions & 8 deletions examples/lorem-ipsum/design-language/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"name": "lorem-ipsum",
"private": true,
"main": "lib/index.js",
"version": "10.5.0-beta.2",
"version": "10.5.0-beta.3",
"dependencies": {
"@diez/engine": "^10.5.0-beta.2",
"@diez/prefabs": "^10.5.0-beta.2"
"@diez/engine": "^10.5.0-beta.3",
"@diez/prefabs": "^10.5.0-beta.3"
},
"devDependencies": {
"@diez/compiler-core": "^10.5.0-beta.2",
"@diez/extractors": "^10.5.0-beta.2",
"@diez/start": "^10.5.0-beta.2",
"@diez/stdlib": "^10.5.0-beta.2",
"diez": "^10.5.0-beta.2",
"@diez/compiler-core": "^10.5.0-beta.3",
"@diez/extractors": "^10.5.0-beta.3",
"@diez/start": "^10.5.0-beta.3",
"@diez/stdlib": "^10.5.0-beta.3",
"diez": "^10.5.0-beta.3",
"semver": "^6.0.0",
"typescript": "^3.7.2"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/lorem-ipsum/example-codebases/web/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.

# [10.5.0-beta.3](https://github.com/diez/diez/compare/v10.5.0-beta.2...v10.5.0-beta.3) (2020-04-02)

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





# [10.5.0-beta.2](https://github.com/diez/diez/compare/v10.5.0-beta.1...v10.5.0-beta.2) (2020-03-31)

**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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lorem-ipsum-app",
"version": "10.5.0-beta.2",
"version": "10.5.0-beta.3",
"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.5.0-beta.2",
"diez-webpack-plugin": "^10.5.0-beta.3",
"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
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.

# [10.5.0-beta.3](https://github.com/diez/diez/compare/v10.5.0-beta.2...v10.5.0-beta.3) (2020-04-02)

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





# [10.5.0-beta.2](https://github.com/diez/diez/compare/v10.5.0-beta.1...v10.5.0-beta.2) (2020-03-31)

**Note:** Version bump only for package playground
Expand Down
16 changes: 8 additions & 8 deletions examples/playground/design-language/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"name": "playground",
"private": true,
"main": "lib/index.js",
"version": "10.5.0-beta.2",
"version": "10.5.0-beta.3",
"dependencies": {
"@diez/engine": "^10.5.0-beta.2",
"@diez/prefabs": "^10.5.0-beta.2"
"@diez/engine": "^10.5.0-beta.3",
"@diez/prefabs": "^10.5.0-beta.3"
},
"devDependencies": {
"@diez/compiler-core": "^10.5.0-beta.2",
"@diez/extractors": "^10.5.0-beta.2",
"@diez/start": "^10.5.0-beta.2",
"@diez/stdlib": "^10.5.0-beta.2",
"diez": "^10.5.0-beta.2",
"@diez/compiler-core": "^10.5.0-beta.3",
"@diez/extractors": "^10.5.0-beta.3",
"@diez/start": "^10.5.0-beta.3",
"@diez/stdlib": "^10.5.0-beta.3",
"diez": "^10.5.0-beta.3",
"semver": "^6.0.0",
"typescript": "^3.7.2"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/poodle-surf/design-language/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.

# [10.5.0-beta.3](https://github.com/diez/diez/compare/v10.5.0-beta.2...v10.5.0-beta.3) (2020-04-02)

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





# [10.5.0-beta.2](https://github.com/diez/diez/compare/v10.5.0-beta.1...v10.5.0-beta.2) (2020-03-31)

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

# [10.5.0-beta.3](https://github.com/diez/diez/compare/v10.5.0-beta.2...v10.5.0-beta.3) (2020-04-02)

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





# [10.5.0-beta.2](https://github.com/diez/diez/compare/v10.5.0-beta.1...v10.5.0-beta.2) (2020-03-31)

**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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poodle-surf-web",
"version": "10.5.0-beta.2",
"version": "10.5.0-beta.3",
"private": true,
"dependencies": {
"@types/jest": "24.0.11",
Expand All @@ -12,7 +12,7 @@
"react-scripts": "3.3.0"
},
"devDependencies": {
"diez-webpack-plugin": "^10.5.0-beta.2",
"diez-webpack-plugin": "^10.5.0-beta.3",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "10.5.0-beta.2"
"version": "10.5.0-beta.3"
}
8 changes: 8 additions & 0 deletions services/analytics/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.

# [10.5.0-beta.3](https://github.com/diez/diez/compare/v10.5.0-beta.2...v10.5.0-beta.3) (2020-04-02)

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





# [10.5.0-beta.2](https://github.com/diez/diez/compare/v10.5.0-beta.1...v10.5.0-beta.2) (2020-03-31)

**Note:** Version bump only for package @diez/analytics
Expand Down
2 changes: 1 addition & 1 deletion services/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@diez/analytics",
"private": true,
"version": "10.5.0-beta.2",
"version": "10.5.0-beta.3",
"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
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.

# [10.5.0-beta.3](https://github.com/diez/diez/compare/v10.5.0-beta.2...v10.5.0-beta.3) (2020-04-02)

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





# [10.5.0-beta.2](https://github.com/diez/diez/compare/v10.5.0-beta.1...v10.5.0-beta.2) (2020-03-31)

**Note:** Version bump only for package @diez/oauth
Expand Down
2 changes: 1 addition & 1 deletion services/oauth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@diez/oauth",
"private": true,
"version": "10.5.0-beta.2",
"version": "10.5.0-beta.3",
"description": "An OAuth 2.0 handshake broker for Diez.",
"author": "The Haiku Team <contact@haiku.ai>",
"license": "SEE LICENSE.md",
Expand Down
8 changes: 8 additions & 0 deletions src/cli/cli-core/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.

# [10.5.0-beta.3](https://github.com/diez/diez/compare/v10.5.0-beta.2...v10.5.0-beta.3) (2020-04-02)

**Note:** Version bump only for package @diez/cli-core





# [10.5.0-beta.2](https://github.com/diez/diez/compare/v10.5.0-beta.1...v10.5.0-beta.2) (2020-03-31)

**Note:** Version bump only for package @diez/cli-core
Expand Down
8 changes: 4 additions & 4 deletions src/cli/cli-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@diez/cli-core",
"main": "lib/index.js",
"version": "10.5.0-beta.2",
"version": "10.5.0-beta.3",
"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.5.0-beta.2",
"@diez/test-utils": "^10.5.0-beta.3",
"@types/async": "^2.4.1",
"@types/jest": "^24.0.11",
"@types/server-destroy": "^1.0.0",
Expand All @@ -33,8 +33,8 @@
"typescript": "^3.7.2"
},
"dependencies": {
"@diez/engine": "^10.5.0-beta.2",
"@diez/storage": "^10.5.0-beta.2",
"@diez/engine": "^10.5.0-beta.3",
"@diez/storage": "^10.5.0-beta.3",
"@sentry/node": "^5.2.0",
"async": "^2.6.2",
"chalk": "^2.4.2",
Expand Down
8 changes: 8 additions & 0 deletions src/cli/diez/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.

# [10.5.0-beta.3](https://github.com/diez/diez/compare/v10.5.0-beta.2...v10.5.0-beta.3) (2020-04-02)

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





# [10.5.0-beta.2](https://github.com/diez/diez/compare/v10.5.0-beta.1...v10.5.0-beta.2) (2020-03-31)

**Note:** Version bump only for package diez
Expand Down
6 changes: 3 additions & 3 deletions src/cli/diez/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "diez",
"main": "./bin/diez",
"version": "10.5.0-beta.2",
"version": "10.5.0-beta.3",
"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.5.0-beta.2",
"@diez/createproject": "^10.5.0-beta.2",
"@diez/cli-core": "^10.5.0-beta.3",
"@diez/createproject": "^10.5.0-beta.3",
"app-module-path": "^2.2.0",
"package-json": "^6.3.0",
"semver": "^6.0.0"
Expand Down
8 changes: 8 additions & 0 deletions src/compiler/compiler-core/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.

# [10.5.0-beta.3](https://github.com/diez/diez/compare/v10.5.0-beta.2...v10.5.0-beta.3) (2020-04-02)

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





# [10.5.0-beta.2](https://github.com/diez/diez/compare/v10.5.0-beta.1...v10.5.0-beta.2) (2020-03-31)

**Note:** Version bump only for package @diez/compiler-core
Expand Down
12 changes: 6 additions & 6 deletions src/compiler/compiler-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@diez/compiler-core",
"main": "lib/index.js",
"version": "10.5.0-beta.2",
"version": "10.5.0-beta.3",
"description": "The Diez compiler and related functionality.",
"author": "The Haiku Team <contact@haiku.ai>",
"license": "SEE LICENSE.md",
Expand All @@ -15,9 +15,9 @@
"fix": "tslint -p . -t stylish --fix"
},
"dependencies": {
"@diez/cli-core": "^10.5.0-beta.2",
"@diez/engine": "^10.5.0-beta.2",
"@diez/storage": "^10.5.0-beta.2",
"@diez/cli-core": "^10.5.0-beta.3",
"@diez/engine": "^10.5.0-beta.3",
"@diez/storage": "^10.5.0-beta.3",
"@types/babel__core": "^7.1.0",
"change-case": "^3.1.0",
"chokidar": "^3.0.1",
Expand All @@ -39,8 +39,8 @@
"webpack-hot-middleware": "^2.24.3"
},
"devDependencies": {
"@diez/prefabs": "^10.5.0-beta.2",
"@diez/test-utils": "^10.5.0-beta.2",
"@diez/prefabs": "^10.5.0-beta.3",
"@diez/test-utils": "^10.5.0-beta.3",
"@types/cors": "^2.8.4",
"@types/debounce": "^1.2.0",
"@types/express": "^4.16.1",
Expand Down

0 comments on commit a5d7c61

Please sign in to comment.