diff --git a/projects/js-toolkit/packages/portal-base/CHANGELOG.md b/projects/js-toolkit/packages/portal-base/CHANGELOG.md index f7bcd418b..93d16078a 100644 --- a/projects/js-toolkit/packages/portal-base/CHANGELOG.md +++ b/projects/js-toolkit/packages/portal-base/CHANGELOG.md @@ -1,3 +1,11 @@ +## [portal-base/v1.9.2](https://github.com/liferay/liferay-frontend-projects/tree/portal-base/v1.9.2) (2023-10-02) + +[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/portal-base/v1.9.1...portal-base/v1.9.2) + +### :wrench: Bug fixes + +- fix(js-toolkit): add warnings for when creating, building, and deploying projects within a liferay workspace ([\#1176](https://github.com/liferay/liferay-frontend-projects/pull/1176)) + ## [portal-base/v1.9.1](https://github.com/liferay/liferay-frontend-projects/tree/portal-base/v1.9.1) (2023-04-04) [Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/portal-base/v1.9.0...portal-base/v1.9.1) diff --git a/projects/js-toolkit/packages/portal-base/package.json b/projects/js-toolkit/packages/portal-base/package.json index 70a631790..ec4e5f004 100644 --- a/projects/js-toolkit/packages/portal-base/package.json +++ b/projects/js-toolkit/packages/portal-base/package.json @@ -60,7 +60,7 @@ "preversion": "liferay-workspace-scripts ci", "test": "liferay-workspace-scripts test" }, - "version": "1.9.1", + "version": "1.9.2", "devDependencies": { "@types/node": "^16.0.0" }