Skip to content

Commit

Permalink
chore: prepare 9.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-zaera committed Apr 16, 2020
1 parent e6f9dab commit 3221b79
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 5 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## [v9.5.1](https://github.com/liferay/liferay-js-themes-toolkit/tree/v9.5.1) (2020-04-16)

[Full changelog](https://github.com/liferay/liferay-js-themes-toolkit/compare/v9.5.0...v9.5.1)

### :new: Features

- feat: automatically tag 9.x releases with "maintenance" tag ([\#475](https://github.com/liferay/liferay-js-themes-toolkit/pull/475))
- feat: warn about v10 availability ([\#472](https://github.com/liferay/liferay-js-themes-toolkit/pull/472))

### :wrench: Bug fixes

- fix(meta): make globs work on Windows ([\#437](https://github.com/liferay/liferay-js-themes-toolkit/pull/437))

### :book: Documentation

- docs: backport compatibility info changes to 9.x ([\#476](https://github.com/liferay/liferay-js-themes-toolkit/pull/476))
- docs: update release process after v10 release ([\#478](https://github.com/liferay/liferay-js-themes-toolkit/pull/478))
- docs: fix bad Markdown syntax ([\#443](https://github.com/liferay/liferay-js-themes-toolkit/pull/443))
- docs: update CHANGELOG with new version of liferay-changelog-generator ([\#442](https://github.com/liferay/liferay-js-themes-toolkit/pull/442))
- docs: update version ranges in README ([\#439](https://github.com/liferay/liferay-js-themes-toolkit/pull/439))

### :house: Chores

- chore: update for compliance with current Outbound Licensing Policy ([\#441](https://github.com/liferay/liferay-js-themes-toolkit/pull/441))

### :nail_care: Style

- style: fix mangled changelog ([\#438](https://github.com/liferay/liferay-js-themes-toolkit/pull/438))

## [v9.5.0](https://github.com/liferay/liferay-js-themes-toolkit/tree/v9.5.0) (2020-01-30)

[Full changelog](https://github.com/liferay/liferay-js-themes-toolkit/compare/v9.5.0-beta.0...v9.5.0)
Expand Down
4 changes: 2 additions & 2 deletions packages/generator-liferay-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-liferay-theme",
"version": "9.5.0",
"version": "9.5.1",
"description": "Yeoman generator for creating Liferay themes",
"license": "MIT",
"main": "generators/app/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"got": "^10.2.2",
"inquirer": "^0.12.0",
"liferay-npm-build-tools-common": "^2.17.1",
"liferay-theme-tasks": "^9.5.0",
"liferay-theme-tasks": "^9.5.1",
"lodash": "^4.17.10",
"rimraf": "^3.0.0",
"semver": "^7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/liferay-theme-mixins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"url": "https://github.com/liferay/liferay-js-themes-toolkit",
"directory": "packages/liferay-theme-mixins"
},
"version": "9.5.0"
"version": "9.5.1"
}
2 changes: 1 addition & 1 deletion packages/liferay-theme-tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@
"url": "https://github.com/liferay/liferay-js-themes-toolkit",
"directory": "packages/liferay-theme-tasks"
},
"version": "9.5.0"
"version": "9.5.1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"gulp": "3.9.1",
"liferay-theme-tasks": "^9.5.0",
"liferay-theme-tasks": "^9.5.1",
"compass-mixins": "0.12.10",
"liferay-frontend-common-css": "^1.0.4",
"liferay-frontend-theme-styled": "^4.0.0-alpha.1552930087997",
Expand Down

0 comments on commit 3221b79

Please sign in to comment.