Skip to content

Commit

Permalink
chore(js-themes-toolkit): prepare v9.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wincent committed Dec 14, 2020
1 parent 16c6bff commit 01b98f8
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
27 changes: 27 additions & 0 deletions maintenance/projects/js-themes-toolkit-v9-x/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## [js-themes-toolkit-v9-x/v9.5.3](https://github.com/liferay/liferay-frontend-projects/tree/js-themes-toolkit-v9-x/v9.5.3) (2020-12-14)

[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/liferay-js-themes-toolkit/v9.5.2...js-themes-toolkit-v9-x/v9.5.3)

### :wrench: Bug fixes

- fix(js-themes-toolkit): make adjustments to make CI pass on GitHub ([\#260](https://github.com/liferay/liferay-frontend-projects/pull/260))

### :book: Documentation

- docs(js-themes-toolkit): update links to point at new repo ([\#283](https://github.com/liferay/liferay-frontend-projects/pull/283))

### :house: Chores

- chore(js-themes-toolkit): make final tweaks for monorepo releases ([\#292](https://github.com/liferay/liferay-frontend-projects/pull/292))
- chore(js-themes-toolkit): hoist v9 devDependencies to workspace root ([\#286](https://github.com/liferay/liferay-frontend-projects/pull/286))
- chore(js-themes-tookit): clean up irrelevant .github directories ([\#279](https://github.com/liferay/liferay-frontend-projects/pull/279))
- chore(monorepo): clean up orphaned Travis config files ([\#276](https://github.com/liferay/liferay-frontend-projects/pull/276))

### :woman_juggling: Refactoring

- refactor(js-themes-toolikt): hoist lint and formatting config to repo root ([\#281](https://github.com/liferay/liferay-frontend-projects/pull/281))

### :eyeglasses: Tests

- test(monorepo): adjust CI coverage ([\#289](https://github.com/liferay/liferay-frontend-projects/pull/289))

## [v9.5.2](https://github.com/liferay/liferay-js-themes-toolkit/tree/v9.5.2) (2020-05-07)

[Full changelog](https://github.com/liferay/liferay-js-themes-toolkit/compare/v9.5.1...v9.5.2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"got": "^10.2.2",
"inquirer": "^0.12.0",
"liferay-npm-build-tools-common": "^2.17.1",
"liferay-theme-tasks": "^9.5.2",
"liferay-theme-tasks": "^9.5.3",
"lodash": "^4.17.10",
"rimraf": "^3.0.0",
"semver": "^7.1.1",
Expand Down Expand Up @@ -37,5 +37,5 @@
"type": "git",
"url": "https://github.com/liferay/liferay-frontend-projects"
},
"version": "9.5.2"
"version": "9.5.3"
}
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@
"type": "git",
"url": "https://github.com/liferay/liferay-frontend-projects"
},
"version": "9.5.2"
"version": "9.5.3"
}
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.2",
"liferay-theme-tasks": "^9.5.3",
"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 01b98f8

Please sign in to comment.