Skip to content

Commit

Permalink
revert: release commits for "v10.5.1" since npm publish failed
Browse files Browse the repository at this point in the history
This reverts commits

e8561cc.
2d52129
  • Loading branch information
roperzh committed Apr 22, 2020
1 parent e8561cc commit 303ca5c
Show file tree
Hide file tree
Showing 64 changed files with 123 additions and 377 deletions.
11 changes: 0 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.5.1](https://github.com/diez/diez/compare/v10.5.0...v10.5.1) (2020-04-22)


### Bug Fixes

* **extractors:** set correct name for deprecated image folder in Figma ([#121](https://github.com/diez/diez/issues/121)) ([3d05b09](https://github.com/diez/diez/commit/3d05b09))





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

**Note:** Version bump only for package @diez/mono
Expand Down
8 changes: 0 additions & 8 deletions examples/lorem-ipsum/design-language/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.5.1](https://github.com/diez/diez/compare/v10.5.0...v10.5.1) (2020-04-22)

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





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

**Note:** Version bump only for package lorem-ipsum
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.1",
"version": "10.5.0",
"dependencies": {
"@diez/engine": "^10.5.1",
"@diez/prefabs": "^10.5.1"
"@diez/engine": "^10.5.0",
"@diez/prefabs": "^10.5.0"
},
"devDependencies": {
"@diez/compiler-core": "^10.5.1",
"@diez/extractors": "^10.5.1",
"@diez/start": "^10.5.1",
"@diez/stdlib": "^10.5.1",
"diez": "^10.5.1",
"@diez/compiler-core": "^10.5.0",
"@diez/extractors": "^10.5.0",
"@diez/start": "^10.5.0",
"@diez/stdlib": "^10.5.0",
"diez": "^10.5.0",
"semver": "^6.0.0",
"typescript": "^3.7.2"
},
Expand Down
8 changes: 0 additions & 8 deletions examples/lorem-ipsum/example-codebases/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.5.1](https://github.com/diez/diez/compare/v10.5.0...v10.5.1) (2020-04-22)

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





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

**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.1",
"version": "10.5.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.5.1",
"diez-webpack-plugin": "^10.5.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.12.0",
Expand Down
8 changes: 0 additions & 8 deletions examples/playground/design-language/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.5.1](https://github.com/diez/diez/compare/v10.5.0...v10.5.1) (2020-04-22)

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





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

**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.1",
"version": "10.5.0",
"dependencies": {
"@diez/engine": "^10.5.1",
"@diez/prefabs": "^10.5.1"
"@diez/engine": "^10.5.0",
"@diez/prefabs": "^10.5.0"
},
"devDependencies": {
"@diez/compiler-core": "^10.5.1",
"@diez/extractors": "^10.5.1",
"@diez/start": "^10.5.1",
"@diez/stdlib": "^10.5.1",
"diez": "^10.5.1",
"@diez/compiler-core": "^10.5.0",
"@diez/extractors": "^10.5.0",
"@diez/start": "^10.5.0",
"@diez/stdlib": "^10.5.0",
"diez": "^10.5.0",
"semver": "^6.0.0",
"typescript": "^3.7.2"
},
Expand Down
8 changes: 0 additions & 8 deletions examples/poodle-surf/design-language/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.5.1](https://github.com/diez/diez/compare/v10.5.0...v10.5.1) (2020-04-22)

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





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

**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.1",
"version": "10.5.0",
"dependencies": {
"@diez/engine": "^10.5.1",
"@diez/prefabs": "^10.5.1"
"@diez/engine": "^10.5.0",
"@diez/prefabs": "^10.5.0"
},
"devDependencies": {
"@diez/compiler-core": "^10.5.1",
"@diez/extractors": "^10.5.1",
"@diez/start": "^10.5.1",
"@diez/stdlib": "^10.5.1",
"diez": "^10.5.1",
"@diez/compiler-core": "^10.5.0",
"@diez/extractors": "^10.5.0",
"@diez/start": "^10.5.0",
"@diez/stdlib": "^10.5.0",
"diez": "^10.5.0",
"semver": "^6.0.0",
"typescript": "^3.7.2"
},
Expand Down
8 changes: 0 additions & 8 deletions examples/poodle-surf/example-codebases/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.5.1](https://github.com/diez/diez/compare/v10.5.0...v10.5.1) (2020-04-22)

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





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

**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.1",
"version": "10.5.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.5.1",
"diez-webpack-plugin": "^10.5.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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "10.5.1"
"version": "10.5.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/uglify-es": "^3.0.0",
"chalk": "^2.4.2",
"change-case": "^3.1.0",
"diez": "10.5.1",
"diez": "10.5.0",
"enquirer": "^2.3.0",
"fs-extra": "^7.0.1",
"fs-walk": "^0.0.2",
Expand Down
4 changes: 2 additions & 2 deletions scripts/data/diez-versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"version": "10.5.1",
"name": "latest (10.5.1)"
"version": "10.5.0",
"name": "latest (10.5.0)"
},
{
"version": "10.4.0",
Expand Down
8 changes: 0 additions & 8 deletions services/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.5.1](https://github.com/diez/diez/compare/v10.5.0...v10.5.1) (2020-04-22)

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





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

**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.1",
"version": "10.5.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: 0 additions & 8 deletions services/oauth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.5.1](https://github.com/diez/diez/compare/v10.5.0...v10.5.1) (2020-04-22)

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





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

**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.1",
"version": "10.5.0",
"description": "An OAuth 2.0 handshake broker for Diez.",
"author": "The Haiku Team <contact@haiku.ai>",
"license": "SEE LICENSE.md",
Expand Down
8 changes: 0 additions & 8 deletions src/cli/cli-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.5.1](https://github.com/diez/diez/compare/v10.5.0...v10.5.1) (2020-04-22)

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





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

**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.1",
"version": "10.5.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.5.1",
"@diez/test-utils": "^10.5.0",
"@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.1",
"@diez/storage": "^10.5.1",
"@diez/engine": "^10.5.0",
"@diez/storage": "^10.5.0",
"@sentry/node": "^5.2.0",
"async": "^2.6.2",
"chalk": "^2.4.2",
Expand Down
8 changes: 0 additions & 8 deletions src/cli/diez/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.5.1](https://github.com/diez/diez/compare/v10.5.0...v10.5.1) (2020-04-22)

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





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

**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.1",
"version": "10.5.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.5.1",
"@diez/createproject": "^10.5.1",
"@diez/cli-core": "^10.5.0",
"@diez/createproject": "^10.5.0",
"app-module-path": "^2.2.0",
"package-json": "^6.3.0",
"semver": "^6.0.0"
Expand Down
8 changes: 0 additions & 8 deletions src/compiler/compiler-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.5.1](https://github.com/diez/diez/compare/v10.5.0...v10.5.1) (2020-04-22)

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





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

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

0 comments on commit 303ca5c

Please sign in to comment.