diff --git a/CHANGELOG.md b/CHANGELOG.md index 11bf6b77..d22401de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,37 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/Comcast/Porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +### Bug Fixes + +- **@porrtal-components/r-quick-start-blueprint:** publish fix for npm install in quick start ([d662606](https://github.com/Comcast/Porrtal/commit/d6626061b5521a0ee622a70887d7cae2794608a5)) +- **@porrtal-components/r-quick-start-blueprint:** update install with legacy peer deps ([608e004](https://github.com/Comcast/Porrtal/commit/608e004bd14fd4fe8401756fba8957b7af6e24d5)) +- **@porrtal/a-shell-material:** fix transparent background for cascading menu ([754c9a0](https://github.com/Comcast/Porrtal/commit/754c9a0b496b3f146212b9e5f93e295555b0c7e8)) +- **@porrtal/r-shell-material:** don't allow close tab or move tab for search views ([17f39f9](https://github.com/Comcast/Porrtal/commit/17f39f90435a64f924a23ba2fd362392d31bad38)) +- **@porrtal/r-shell-material:** fix banner key and banner menu icons ([b40746f](https://github.com/Comcast/Porrtal/commit/b40746f5427dba9b31eb0b79864bd8c64bd1e5c9)) +- **@porrtal/r-shell-material:** fix context menu item callback not called ([b792d11](https://github.com/Comcast/Porrtal/commit/b792d1137e1900886c5d6ab67da6f844c9059e81)) +- **a-porrtal-io-app:** publish new angular porrtal-io app ([1bff29b](https://github.com/Comcast/Porrtal/commit/1bff29b165243158ebe17b7e0d3db56e2a07fe82)) +- **workspace:** define COPYRIGHTLEN for copyright script ([bed2aa8](https://github.com/Comcast/Porrtal/commit/bed2aa88e5af85926742d686561da8be22f663b8)) +- **workspace:** display npm audit results as part of npm install ([878a75f](https://github.com/Comcast/Porrtal/commit/878a75fdf0cc74feec983044e9e7c7e0dc43ceab)) +- **workspace:** remove unused prune option from copyright script ([72ee9cc](https://github.com/Comcast/Porrtal/commit/72ee9cc958d261dcf9e5b33aecf168cd937ed89f)) +- **workspace:** resolve dev npm vulnerabilties ([1fe601d](https://github.com/Comcast/Porrtal/commit/1fe601d08c663dd428b2648440379fa3a881b85e)) +- **workspace:** resolve npm vulnerabilities - part 1 ([f42e6ab](https://github.com/Comcast/Porrtal/commit/f42e6abbb6b3de8e15a68e3a27967c94883ee3fd)) +- **workspace:** undo audit fixes to repair angular build ([0407fd2](https://github.com/Comcast/Porrtal/commit/0407fd218df3c2e828953f9540a7d2d110cb1a06)) +- **workspace:** update storybook to remove npm vulnerabilities ([74e7f55](https://github.com/Comcast/Porrtal/commit/74e7f5548edbf1a8ac0bb550c2aee8835f9c6bc2)) + +### Features + +- **n-porrtal-io-app:** fix build errors and publish new version ([e4975ad](https://github.com/Comcast/Porrtal/commit/e4975ade4883cacd63b25291571e3bf3c399ebe8)) +- remove esri samples due to license agreement restrictions ([6842fd7](https://github.com/Comcast/Porrtal/commit/6842fd799db2ad2f9615c874bdeb6a4a238d6b58)) +- **workspace:** add copyright scripts ([156f4d5](https://github.com/Comcast/Porrtal/commit/156f4d5f58f447ad7391543d588d107330906bf6)) +- **workspace:** add repolinter config and output ([55e4e2f](https://github.com/Comcast/Porrtal/commit/55e4e2f789df97c4c5065f137929f67dba7dcb2b)) +- **workspace:** enhance Porrtal readme ([be308c2](https://github.com/Comcast/Porrtal/commit/be308c2d3a10c4b051e50c95322883cf095f54ce)) +- **workspace:** enhance Porrtal readme ([c66376e](https://github.com/Comcast/Porrtal/commit/c66376e5fb5eeee05b5377d41dd49e10a2049b32)) +- **workspace:** remove @nrwl/nx-cloud dependency (licensing issue) and lock down mui-nested-menu ([586880e](https://github.com/Comcast/Porrtal/commit/586880e500c76374ebfea160afaa18e6d8deaca6)) +- **workspace:** rerun license report ([d481746](https://github.com/Comcast/Porrtal/commit/d481746608ecef3e373c773bab1ce56acadacfcc)) +- **workspace:** update repolinter.json to include .ts and .tsx files and rerun ([d8ef011](https://github.com/Comcast/Porrtal/commit/d8ef0115e9b869ef098b0d9a81352c5225a7097a)) + # [0.7.0](https://github.com/Comcast/Porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) ### Bug Fixes diff --git a/apps/a/porrtal-app-e2e/CHANGELOG.md b/apps/a/porrtal-app-e2e/CHANGELOG.md index 7aa3d870..133b845d 100644 --- a/apps/a/porrtal-app-e2e/CHANGELOG.md +++ b/apps/a/porrtal-app-e2e/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/datumgeek/porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package a-porrtal-app-e2e + # [0.7.0](https://github.com/datumgeek/porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) **Note:** Version bump only for package a-porrtal-app-e2e diff --git a/apps/a/porrtal-app-e2e/package.json b/apps/a/porrtal-app-e2e/package.json index 573503ab..3ae42dc2 100644 --- a/apps/a/porrtal-app-e2e/package.json +++ b/apps/a/porrtal-app-e2e/package.json @@ -1,4 +1,4 @@ { "name": "a-porrtal-app-e2e", - "version": "0.7.0" + "version": "0.8.0" } diff --git a/apps/a/porrtal-app/CHANGELOG.md b/apps/a/porrtal-app/CHANGELOG.md index e3739d45..79e170f1 100644 --- a/apps/a/porrtal-app/CHANGELOG.md +++ b/apps/a/porrtal-app/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/datumgeek/porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package a-porrtal-app + # [0.7.0](https://github.com/datumgeek/porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) **Note:** Version bump only for package a-porrtal-app diff --git a/apps/a/porrtal-app/package.json b/apps/a/porrtal-app/package.json index 6b75cc39..7ebf71bd 100644 --- a/apps/a/porrtal-app/package.json +++ b/apps/a/porrtal-app/package.json @@ -1,4 +1,4 @@ { "name": "a-porrtal-app", - "version": "0.7.0" + "version": "0.8.0" } diff --git a/apps/a/porrtal-io-app-e2e/CHANGELOG.md b/apps/a/porrtal-io-app-e2e/CHANGELOG.md index 1d1f3282..ef9aa491 100644 --- a/apps/a/porrtal-io-app-e2e/CHANGELOG.md +++ b/apps/a/porrtal-io-app-e2e/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/datumgeek/porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package a-porrtal-io-app-e2e + # [0.7.0](https://github.com/datumgeek/porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) **Note:** Version bump only for package a-porrtal-io-app-e2e diff --git a/apps/a/porrtal-io-app-e2e/package.json b/apps/a/porrtal-io-app-e2e/package.json index 0f484203..70ec5dde 100644 --- a/apps/a/porrtal-io-app-e2e/package.json +++ b/apps/a/porrtal-io-app-e2e/package.json @@ -1,4 +1,4 @@ { "name": "a-porrtal-io-app-e2e", - "version": "0.7.0" + "version": "0.8.0" } diff --git a/apps/a/porrtal-io-app/CHANGELOG.md b/apps/a/porrtal-io-app/CHANGELOG.md index ad7fdcb2..3a6b2ee0 100644 --- a/apps/a/porrtal-io-app/CHANGELOG.md +++ b/apps/a/porrtal-io-app/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/datumgeek/porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package a-porrtal-io-app + # [0.7.0](https://github.com/datumgeek/porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) **Note:** Version bump only for package a-porrtal-io-app diff --git a/apps/a/porrtal-io-app/package.json b/apps/a/porrtal-io-app/package.json index e7d6bc19..5726d8fa 100644 --- a/apps/a/porrtal-io-app/package.json +++ b/apps/a/porrtal-io-app/package.json @@ -1,4 +1,4 @@ { "name": "a-porrtal-io-app", - "version": "0.7.0" + "version": "0.8.0" } diff --git a/apps/n/porrtal-app-e2e/CHANGELOG.md b/apps/n/porrtal-app-e2e/CHANGELOG.md index a583cced..31bc1fae 100644 --- a/apps/n/porrtal-app-e2e/CHANGELOG.md +++ b/apps/n/porrtal-app-e2e/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/datumgeek/porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package n-porrtal-app-e2e + # [0.7.0](https://github.com/datumgeek/porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) **Note:** Version bump only for package n-porrtal-app-e2e diff --git a/apps/n/porrtal-app-e2e/package.json b/apps/n/porrtal-app-e2e/package.json index 71217306..9c93c031 100644 --- a/apps/n/porrtal-app-e2e/package.json +++ b/apps/n/porrtal-app-e2e/package.json @@ -1,4 +1,4 @@ { "name": "n-porrtal-app-e2e", - "version": "0.7.0" + "version": "0.8.0" } diff --git a/apps/n/porrtal-app/CHANGELOG.md b/apps/n/porrtal-app/CHANGELOG.md index f86ac6bc..e0219a7c 100644 --- a/apps/n/porrtal-app/CHANGELOG.md +++ b/apps/n/porrtal-app/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/datumgeek/porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package n-porrtal-app + # [0.7.0](https://github.com/datumgeek/porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) **Note:** Version bump only for package n-porrtal-app diff --git a/apps/n/porrtal-app/package.json b/apps/n/porrtal-app/package.json index 1a938880..864e95d9 100644 --- a/apps/n/porrtal-app/package.json +++ b/apps/n/porrtal-app/package.json @@ -1,4 +1,4 @@ { "name": "n-porrtal-app", - "version": "0.7.0" + "version": "0.8.0" } diff --git a/apps/n/porrtal-io-app-e2e/CHANGELOG.md b/apps/n/porrtal-io-app-e2e/CHANGELOG.md index 23fba376..20f0f6d6 100644 --- a/apps/n/porrtal-io-app-e2e/CHANGELOG.md +++ b/apps/n/porrtal-io-app-e2e/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/datumgeek/porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package n-porrtal-io-app-e2e + # [0.7.0](https://github.com/datumgeek/porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) **Note:** Version bump only for package n-porrtal-io-app-e2e diff --git a/apps/n/porrtal-io-app-e2e/package.json b/apps/n/porrtal-io-app-e2e/package.json index 5f28568f..b3ce5458 100644 --- a/apps/n/porrtal-io-app-e2e/package.json +++ b/apps/n/porrtal-io-app-e2e/package.json @@ -1,4 +1,4 @@ { "name": "n-porrtal-io-app-e2e", - "version": "0.7.0" + "version": "0.8.0" } diff --git a/apps/n/porrtal-io-app/CHANGELOG.md b/apps/n/porrtal-io-app/CHANGELOG.md index c68e1ac0..86bffe86 100644 --- a/apps/n/porrtal-io-app/CHANGELOG.md +++ b/apps/n/porrtal-io-app/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/datumgeek/porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +### Bug Fixes + +- **@porrtal-components/r-quick-start-blueprint:** publish fix for npm install in quick start ([d662606](https://github.com/datumgeek/porrtal/commit/d6626061b5521a0ee622a70887d7cae2794608a5)) +- **@porrtal/r-shell-material:** fix banner key and banner menu icons ([b40746f](https://github.com/datumgeek/porrtal/commit/b40746f5427dba9b31eb0b79864bd8c64bd1e5c9)) +- **a-porrtal-io-app:** publish new angular porrtal-io app ([1bff29b](https://github.com/datumgeek/porrtal/commit/1bff29b165243158ebe17b7e0d3db56e2a07fe82)) + +### Features + +- **n-porrtal-io-app:** fix build errors and publish new version ([e4975ad](https://github.com/datumgeek/porrtal/commit/e4975ade4883cacd63b25291571e3bf3c399ebe8)) +- remove esri samples due to license agreement restrictions ([6842fd7](https://github.com/datumgeek/porrtal/commit/6842fd799db2ad2f9615c874bdeb6a4a238d6b58)) + # [0.7.0](https://github.com/datumgeek/porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) ### Bug Fixes diff --git a/apps/n/porrtal-io-app/package.json b/apps/n/porrtal-io-app/package.json index 046f1c05..43708a21 100644 --- a/apps/n/porrtal-io-app/package.json +++ b/apps/n/porrtal-io-app/package.json @@ -1,4 +1,4 @@ { "name": "n-porrtal-io-app", - "version": "0.7.0" + "version": "0.8.0" } diff --git a/apps/porrtal-components-a-learning-e2e/CHANGELOG.md b/apps/porrtal-components-a-learning-e2e/CHANGELOG.md index 2fd98c98..62ca51d5 100644 --- a/apps/porrtal-components-a-learning-e2e/CHANGELOG.md +++ b/apps/porrtal-components-a-learning-e2e/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/datumgeek/porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package porrtal-components-a-learning-e2e + # [0.7.0](https://github.com/datumgeek/porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) **Note:** Version bump only for package porrtal-components-a-learning-e2e diff --git a/apps/porrtal-components-a-learning-e2e/package.json b/apps/porrtal-components-a-learning-e2e/package.json index 58b63516..e8219ac0 100644 --- a/apps/porrtal-components-a-learning-e2e/package.json +++ b/apps/porrtal-components-a-learning-e2e/package.json @@ -1,4 +1,4 @@ { "name": "porrtal-components-a-learning-e2e", - "version": "0.7.0" + "version": "0.8.0" } diff --git a/apps/porrtal-components-r-learning-e2e/CHANGELOG.md b/apps/porrtal-components-r-learning-e2e/CHANGELOG.md index 0ecf0d9a..1a93f14a 100644 --- a/apps/porrtal-components-r-learning-e2e/CHANGELOG.md +++ b/apps/porrtal-components-r-learning-e2e/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/datumgeek/porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package porrtal-components-r-learning-e2e + # [0.7.0](https://github.com/datumgeek/porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) **Note:** Version bump only for package porrtal-components-r-learning-e2e diff --git a/apps/porrtal-components-r-learning-e2e/package.json b/apps/porrtal-components-r-learning-e2e/package.json index 2b3c6799..10b479cc 100644 --- a/apps/porrtal-components-r-learning-e2e/package.json +++ b/apps/porrtal-components-r-learning-e2e/package.json @@ -1,4 +1,4 @@ { "name": "porrtal-components-r-learning-e2e", - "version": "0.7.0" + "version": "0.8.0" } diff --git a/apps/r/porrtal-app-e2e/CHANGELOG.md b/apps/r/porrtal-app-e2e/CHANGELOG.md index c97042da..2c5b751d 100644 --- a/apps/r/porrtal-app-e2e/CHANGELOG.md +++ b/apps/r/porrtal-app-e2e/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/datumgeek/porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package r-porrtal-app-e2e + # [0.7.0](https://github.com/datumgeek/porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) **Note:** Version bump only for package r-porrtal-app-e2e diff --git a/apps/r/porrtal-app-e2e/package.json b/apps/r/porrtal-app-e2e/package.json index 8c9a38fd..5a309323 100644 --- a/apps/r/porrtal-app-e2e/package.json +++ b/apps/r/porrtal-app-e2e/package.json @@ -1,4 +1,4 @@ { "name": "r-porrtal-app-e2e", - "version": "0.7.0" + "version": "0.8.0" } diff --git a/apps/r/porrtal-app/CHANGELOG.md b/apps/r/porrtal-app/CHANGELOG.md index 719e1ac9..6db51ab0 100644 --- a/apps/r/porrtal-app/CHANGELOG.md +++ b/apps/r/porrtal-app/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/datumgeek/porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package r-porrtal-app + # [0.7.0](https://github.com/datumgeek/porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) **Note:** Version bump only for package r-porrtal-app diff --git a/apps/r/porrtal-app/package.json b/apps/r/porrtal-app/package.json index ac3dcdc1..b1fa7c26 100644 --- a/apps/r/porrtal-app/package.json +++ b/apps/r/porrtal-app/package.json @@ -1,4 +1,4 @@ { "name": "r-porrtal-app", - "version": "0.7.0" + "version": "0.8.0" } diff --git a/lerna.json b/lerna.json index 4ff17df2..27a7ea78 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ } }, "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.7.0" + "version": "0.8.0" } diff --git a/libs/porrtal-components/a-first-test-comp-lib/CHANGELOG.md b/libs/porrtal-components/a-first-test-comp-lib/CHANGELOG.md index 3ffdd880..8c6220c8 100644 --- a/libs/porrtal-components/a-first-test-comp-lib/CHANGELOG.md +++ b/libs/porrtal-components/a-first-test-comp-lib/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/Comcast/Porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package @porrtal-components/a-first-test-comp-lib + # [0.7.0](https://github.com/Comcast/Porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) ### Features diff --git a/libs/porrtal-components/a-first-test-comp-lib/package.json b/libs/porrtal-components/a-first-test-comp-lib/package.json index 637deba8..7c4d62c5 100644 --- a/libs/porrtal-components/a-first-test-comp-lib/package.json +++ b/libs/porrtal-components/a-first-test-comp-lib/package.json @@ -1,6 +1,6 @@ { "name": "@porrtal-components/a-first-test-comp-lib", - "version": "0.7.0", + "version": "0.8.0", "repository": { "type": "git", "url": "git@github.com:Comcast/Porrtal.git" diff --git a/libs/porrtal-components/a-learning/CHANGELOG.md b/libs/porrtal-components/a-learning/CHANGELOG.md index 5230f6f8..6c1ac5d3 100644 --- a/libs/porrtal-components/a-learning/CHANGELOG.md +++ b/libs/porrtal-components/a-learning/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/Comcast/Porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package @porrtal-components/a-learning + # [0.7.0](https://github.com/Comcast/Porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) ### Features diff --git a/libs/porrtal-components/a-learning/package.json b/libs/porrtal-components/a-learning/package.json index 312d6454..7bfce24a 100644 --- a/libs/porrtal-components/a-learning/package.json +++ b/libs/porrtal-components/a-learning/package.json @@ -1,6 +1,6 @@ { "name": "@porrtal-components/a-learning", - "version": "0.7.0", + "version": "0.8.0", "repository": { "type": "git", "url": "git@github.com:Comcast/Porrtal.git" diff --git a/libs/porrtal-components/a-quick-start-demo/CHANGELOG.md b/libs/porrtal-components/a-quick-start-demo/CHANGELOG.md index 71664ac0..fc83da26 100644 --- a/libs/porrtal-components/a-quick-start-demo/CHANGELOG.md +++ b/libs/porrtal-components/a-quick-start-demo/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/Comcast/Porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +### Features + +- remove esri samples due to license agreement restrictions ([6842fd7](https://github.com/Comcast/Porrtal/commit/6842fd799db2ad2f9615c874bdeb6a4a238d6b58)) + # [0.7.0](https://github.com/Comcast/Porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) ### Features diff --git a/libs/porrtal-components/a-quick-start-demo/package.json b/libs/porrtal-components/a-quick-start-demo/package.json index d8eadac5..7605b1de 100644 --- a/libs/porrtal-components/a-quick-start-demo/package.json +++ b/libs/porrtal-components/a-quick-start-demo/package.json @@ -1,6 +1,6 @@ { "name": "@porrtal-components/a-quick-start-demo", - "version": "0.7.0", + "version": "0.8.0", "repository": { "type": "git", "url": "git@github.com:Comcast/Porrtal.git" diff --git a/libs/porrtal-components/a-quick-start-material/CHANGELOG.md b/libs/porrtal-components/a-quick-start-material/CHANGELOG.md index 3d4993c9..39575c34 100644 --- a/libs/porrtal-components/a-quick-start-material/CHANGELOG.md +++ b/libs/porrtal-components/a-quick-start-material/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/Comcast/Porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package @porrtal-components/a-quick-start-material + # [0.7.0](https://github.com/Comcast/Porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) ### Features diff --git a/libs/porrtal-components/a-quick-start-material/package.json b/libs/porrtal-components/a-quick-start-material/package.json index ad6f5f8a..25eb473e 100644 --- a/libs/porrtal-components/a-quick-start-material/package.json +++ b/libs/porrtal-components/a-quick-start-material/package.json @@ -1,6 +1,6 @@ { "name": "@porrtal-components/a-quick-start-material", - "version": "0.7.0", + "version": "0.8.0", "repository": { "type": "git", "url": "git@github.com:Comcast/Porrtal.git" diff --git a/libs/porrtal-components/a-second-test-comp-lib/CHANGELOG.md b/libs/porrtal-components/a-second-test-comp-lib/CHANGELOG.md index 0e4bd2e1..25d452df 100644 --- a/libs/porrtal-components/a-second-test-comp-lib/CHANGELOG.md +++ b/libs/porrtal-components/a-second-test-comp-lib/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/Comcast/Porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package @porrtal-components/a-second-comp-test-lib + # [0.7.0](https://github.com/Comcast/Porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) ### Features diff --git a/libs/porrtal-components/a-second-test-comp-lib/package.json b/libs/porrtal-components/a-second-test-comp-lib/package.json index a484f8c9..751e1f6b 100644 --- a/libs/porrtal-components/a-second-test-comp-lib/package.json +++ b/libs/porrtal-components/a-second-test-comp-lib/package.json @@ -1,6 +1,6 @@ { "name": "@porrtal-components/a-second-comp-test-lib", - "version": "0.7.0", + "version": "0.8.0", "repository": { "type": "git", "url": "git@github.com:Comcast/Porrtal.git" diff --git a/libs/porrtal-components/r-first-test-comp-lib/CHANGELOG.md b/libs/porrtal-components/r-first-test-comp-lib/CHANGELOG.md index f1e7bea8..a65f4f7b 100644 --- a/libs/porrtal-components/r-first-test-comp-lib/CHANGELOG.md +++ b/libs/porrtal-components/r-first-test-comp-lib/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/Comcast/Porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package @porrtal-components/r-first-test-comp-lib + # [0.7.0](https://github.com/Comcast/Porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) ### Features diff --git a/libs/porrtal-components/r-first-test-comp-lib/package.json b/libs/porrtal-components/r-first-test-comp-lib/package.json index 45e830bc..0ec7cba4 100644 --- a/libs/porrtal-components/r-first-test-comp-lib/package.json +++ b/libs/porrtal-components/r-first-test-comp-lib/package.json @@ -1,6 +1,6 @@ { "name": "@porrtal-components/r-first-test-comp-lib", - "version": "0.7.0", + "version": "0.8.0", "repository": { "type": "git", "url": "git@github.com:Comcast/Porrtal.git" diff --git a/libs/porrtal-components/r-learning/CHANGELOG.md b/libs/porrtal-components/r-learning/CHANGELOG.md index 7984457f..134eaf6d 100644 --- a/libs/porrtal-components/r-learning/CHANGELOG.md +++ b/libs/porrtal-components/r-learning/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/Comcast/Porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package @porrtal-components/r-learning + # [0.7.0](https://github.com/Comcast/Porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) ### Features diff --git a/libs/porrtal-components/r-learning/package.json b/libs/porrtal-components/r-learning/package.json index cab2fa64..dec2f3a8 100644 --- a/libs/porrtal-components/r-learning/package.json +++ b/libs/porrtal-components/r-learning/package.json @@ -1,6 +1,6 @@ { "name": "@porrtal-components/r-learning", - "version": "0.7.0", + "version": "0.8.0", "repository": { "type": "git", "url": "git@github.com:Comcast/Porrtal.git" diff --git a/libs/porrtal-components/r-porrtal-io/CHANGELOG.md b/libs/porrtal-components/r-porrtal-io/CHANGELOG.md index 1422dfd9..ca1f0d71 100644 --- a/libs/porrtal-components/r-porrtal-io/CHANGELOG.md +++ b/libs/porrtal-components/r-porrtal-io/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/Comcast/Porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package @porrtal-components/r-porrtal-io + # [0.7.0](https://github.com/Comcast/Porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) ### Bug Fixes diff --git a/libs/porrtal-components/r-porrtal-io/package.json b/libs/porrtal-components/r-porrtal-io/package.json index a96bd7d4..3847c1a0 100644 --- a/libs/porrtal-components/r-porrtal-io/package.json +++ b/libs/porrtal-components/r-porrtal-io/package.json @@ -1,6 +1,6 @@ { "name": "@porrtal-components/r-porrtal-io", - "version": "0.7.0", + "version": "0.8.0", "repository": { "type": "git", "url": "git@github.com:Comcast/Porrtal.git" diff --git a/libs/porrtal-components/r-quick-start-blueprint/CHANGELOG.md b/libs/porrtal-components/r-quick-start-blueprint/CHANGELOG.md index 8b820637..e723c474 100644 --- a/libs/porrtal-components/r-quick-start-blueprint/CHANGELOG.md +++ b/libs/porrtal-components/r-quick-start-blueprint/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/Comcast/Porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +### Bug Fixes + +- **@porrtal-components/r-quick-start-blueprint:** update install with legacy peer deps ([608e004](https://github.com/Comcast/Porrtal/commit/608e004bd14fd4fe8401756fba8957b7af6e24d5)) + # [0.7.0](https://github.com/Comcast/Porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) ### Features diff --git a/libs/porrtal-components/r-quick-start-blueprint/package.json b/libs/porrtal-components/r-quick-start-blueprint/package.json index b52bd53a..a4d9be20 100644 --- a/libs/porrtal-components/r-quick-start-blueprint/package.json +++ b/libs/porrtal-components/r-quick-start-blueprint/package.json @@ -1,6 +1,6 @@ { "name": "@porrtal-components/r-quick-start-blueprint", - "version": "0.7.0", + "version": "0.8.0", "repository": { "type": "git", "url": "git@github.com:Comcast/Porrtal.git" diff --git a/libs/porrtal-components/r-quick-start-demo/CHANGELOG.md b/libs/porrtal-components/r-quick-start-demo/CHANGELOG.md index b6591458..443894d1 100644 --- a/libs/porrtal-components/r-quick-start-demo/CHANGELOG.md +++ b/libs/porrtal-components/r-quick-start-demo/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/Comcast/Porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +### Features + +- remove esri samples due to license agreement restrictions ([6842fd7](https://github.com/Comcast/Porrtal/commit/6842fd799db2ad2f9615c874bdeb6a4a238d6b58)) + # [0.7.0](https://github.com/Comcast/Porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) ### Features diff --git a/libs/porrtal-components/r-quick-start-demo/package.json b/libs/porrtal-components/r-quick-start-demo/package.json index 7b9779e6..4fca4891 100644 --- a/libs/porrtal-components/r-quick-start-demo/package.json +++ b/libs/porrtal-components/r-quick-start-demo/package.json @@ -1,6 +1,6 @@ { "name": "@porrtal-components/r-quick-start-demo", - "version": "0.7.0", + "version": "0.8.0", "repository": { "type": "git", "url": "git@github.com:Comcast/Porrtal.git" diff --git a/libs/porrtal-components/r-quick-start-material/CHANGELOG.md b/libs/porrtal-components/r-quick-start-material/CHANGELOG.md index d2893ebd..55d846da 100644 --- a/libs/porrtal-components/r-quick-start-material/CHANGELOG.md +++ b/libs/porrtal-components/r-quick-start-material/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/Comcast/Porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package @porrtal-components/r-quick-start-material + # [0.7.0](https://github.com/Comcast/Porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) ### Features diff --git a/libs/porrtal-components/r-quick-start-material/package.json b/libs/porrtal-components/r-quick-start-material/package.json index 8ac7ae05..f3966524 100644 --- a/libs/porrtal-components/r-quick-start-material/package.json +++ b/libs/porrtal-components/r-quick-start-material/package.json @@ -1,6 +1,6 @@ { "name": "@porrtal-components/r-quick-start-material", - "version": "0.7.0", + "version": "0.8.0", "repository": { "type": "git", "url": "git@github.com:Comcast/Porrtal.git" diff --git a/libs/porrtal-components/r-second-test-comp-lib/CHANGELOG.md b/libs/porrtal-components/r-second-test-comp-lib/CHANGELOG.md index 2f7b28b9..e67a322d 100644 --- a/libs/porrtal-components/r-second-test-comp-lib/CHANGELOG.md +++ b/libs/porrtal-components/r-second-test-comp-lib/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/Comcast/Porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package @porrtal-components/r-second-comp-test-lib + # [0.7.0](https://github.com/Comcast/Porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) ### Features diff --git a/libs/porrtal-components/r-second-test-comp-lib/package.json b/libs/porrtal-components/r-second-test-comp-lib/package.json index ba9e3051..13fc0a5d 100644 --- a/libs/porrtal-components/r-second-test-comp-lib/package.json +++ b/libs/porrtal-components/r-second-test-comp-lib/package.json @@ -1,6 +1,6 @@ { "name": "@porrtal-components/r-second-comp-test-lib", - "version": "0.7.0", + "version": "0.8.0", "repository": { "type": "git", "url": "git@github.com:Comcast/Porrtal.git" diff --git a/libs/porrtal-components/r-test/CHANGELOG.md b/libs/porrtal-components/r-test/CHANGELOG.md index 9830f9f3..e113c5b4 100644 --- a/libs/porrtal-components/r-test/CHANGELOG.md +++ b/libs/porrtal-components/r-test/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/Comcast/Porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package @porrtal-components/r-test + # [0.7.0](https://github.com/Comcast/Porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) ### Features diff --git a/libs/porrtal-components/r-test/package.json b/libs/porrtal-components/r-test/package.json index b5e048e5..d07e938b 100644 --- a/libs/porrtal-components/r-test/package.json +++ b/libs/porrtal-components/r-test/package.json @@ -1,6 +1,6 @@ { "name": "@porrtal-components/r-test", - "version": "0.7.0", + "version": "0.8.0", "repository": { "type": "git", "url": "git@github.com:Comcast/Porrtal.git" diff --git a/libs/porrtal/a-api/CHANGELOG.md b/libs/porrtal/a-api/CHANGELOG.md index 42435cea..ed48f9a9 100644 --- a/libs/porrtal/a-api/CHANGELOG.md +++ b/libs/porrtal/a-api/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/Comcast/Porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package @porrtal/a-api + # [0.7.0](https://github.com/Comcast/Porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) ### Features diff --git a/libs/porrtal/a-api/package.json b/libs/porrtal/a-api/package.json index f47fdee0..e6a8d83b 100644 --- a/libs/porrtal/a-api/package.json +++ b/libs/porrtal/a-api/package.json @@ -1,6 +1,6 @@ { "name": "@porrtal/a-api", - "version": "0.7.0", + "version": "0.8.0", "repository": { "type": "git", "url": "git@github.com:Comcast/Porrtal.git" diff --git a/libs/porrtal/a-shell-bootstrap/CHANGELOG.md b/libs/porrtal/a-shell-bootstrap/CHANGELOG.md index 0a7239fa..5133e6d6 100644 --- a/libs/porrtal/a-shell-bootstrap/CHANGELOG.md +++ b/libs/porrtal/a-shell-bootstrap/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/Comcast/Porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package @porrtal/a-shell-bootstrap + # [0.7.0](https://github.com/Comcast/Porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) ### Features diff --git a/libs/porrtal/a-shell-bootstrap/package.json b/libs/porrtal/a-shell-bootstrap/package.json index 5778df96..ee3f2a7b 100644 --- a/libs/porrtal/a-shell-bootstrap/package.json +++ b/libs/porrtal/a-shell-bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@porrtal/a-shell-bootstrap", - "version": "0.7.0", + "version": "0.8.0", "repository": { "type": "git", "url": "git@github.com:Comcast/Porrtal.git" diff --git a/libs/porrtal/a-shell-material/CHANGELOG.md b/libs/porrtal/a-shell-material/CHANGELOG.md index 8962b29f..2717e247 100644 --- a/libs/porrtal/a-shell-material/CHANGELOG.md +++ b/libs/porrtal/a-shell-material/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/Comcast/Porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +### Bug Fixes + +- **@porrtal/a-shell-material:** fix transparent background for cascading menu ([754c9a0](https://github.com/Comcast/Porrtal/commit/754c9a0b496b3f146212b9e5f93e295555b0c7e8)) + # [0.7.0](https://github.com/Comcast/Porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) ### Bug Fixes diff --git a/libs/porrtal/a-shell-material/package.json b/libs/porrtal/a-shell-material/package.json index e0cd3079..31a92de5 100644 --- a/libs/porrtal/a-shell-material/package.json +++ b/libs/porrtal/a-shell-material/package.json @@ -1,6 +1,6 @@ { "name": "@porrtal/a-shell-material", - "version": "0.7.0", + "version": "0.8.0", "repository": { "type": "git", "url": "git@github.com:Comcast/Porrtal.git" diff --git a/libs/porrtal/a-shell/CHANGELOG.md b/libs/porrtal/a-shell/CHANGELOG.md index 7d3c4e9a..020eee5c 100644 --- a/libs/porrtal/a-shell/CHANGELOG.md +++ b/libs/porrtal/a-shell/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/Comcast/Porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package @porrtal/a-shell + # [0.7.0](https://github.com/Comcast/Porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) ### Features diff --git a/libs/porrtal/a-shell/package.json b/libs/porrtal/a-shell/package.json index ba976a11..1a2ed6e0 100644 --- a/libs/porrtal/a-shell/package.json +++ b/libs/porrtal/a-shell/package.json @@ -1,6 +1,6 @@ { "name": "@porrtal/a-shell", - "version": "0.7.0", + "version": "0.8.0", "repository": { "type": "git", "url": "git@github.com:Comcast/Porrtal.git" diff --git a/libs/porrtal/a-user/CHANGELOG.md b/libs/porrtal/a-user/CHANGELOG.md index 373a807f..71637975 100644 --- a/libs/porrtal/a-user/CHANGELOG.md +++ b/libs/porrtal/a-user/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/Comcast/Porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package @porrtal/a-user + # [0.7.0](https://github.com/Comcast/Porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) ### Features diff --git a/libs/porrtal/a-user/package.json b/libs/porrtal/a-user/package.json index 49bcb247..cc632ca9 100644 --- a/libs/porrtal/a-user/package.json +++ b/libs/porrtal/a-user/package.json @@ -1,6 +1,6 @@ { "name": "@porrtal/a-user", - "version": "0.7.0", + "version": "0.8.0", "repository": { "type": "git", "url": "git@github.com:Comcast/Porrtal.git" diff --git a/libs/porrtal/r-api/CHANGELOG.md b/libs/porrtal/r-api/CHANGELOG.md index d1ee63ea..ec427738 100644 --- a/libs/porrtal/r-api/CHANGELOG.md +++ b/libs/porrtal/r-api/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/Comcast/Porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package @porrtal/r-api + # [0.7.0](https://github.com/Comcast/Porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) ### Features diff --git a/libs/porrtal/r-api/package.json b/libs/porrtal/r-api/package.json index 49b419b0..8fdc388c 100644 --- a/libs/porrtal/r-api/package.json +++ b/libs/porrtal/r-api/package.json @@ -1,6 +1,6 @@ { "name": "@porrtal/r-api", - "version": "0.7.0", + "version": "0.8.0", "repository": { "type": "git", "url": "git@github.com:Comcast/Porrtal.git" diff --git a/libs/porrtal/r-shell-blueprint/CHANGELOG.md b/libs/porrtal/r-shell-blueprint/CHANGELOG.md index 2dd36404..69fbc802 100644 --- a/libs/porrtal/r-shell-blueprint/CHANGELOG.md +++ b/libs/porrtal/r-shell-blueprint/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/Comcast/Porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package @porrtal/r-shell-blueprint + # [0.7.0](https://github.com/Comcast/Porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) ### Bug Fixes diff --git a/libs/porrtal/r-shell-blueprint/package.json b/libs/porrtal/r-shell-blueprint/package.json index 040b0bfc..715a7982 100644 --- a/libs/porrtal/r-shell-blueprint/package.json +++ b/libs/porrtal/r-shell-blueprint/package.json @@ -1,6 +1,6 @@ { "name": "@porrtal/r-shell-blueprint", - "version": "0.7.0", + "version": "0.8.0", "repository": { "type": "git", "url": "git@github.com:Comcast/Porrtal.git" diff --git a/libs/porrtal/r-shell-material/CHANGELOG.md b/libs/porrtal/r-shell-material/CHANGELOG.md index 3922631b..d0db3a25 100644 --- a/libs/porrtal/r-shell-material/CHANGELOG.md +++ b/libs/porrtal/r-shell-material/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/Comcast/Porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +### Bug Fixes + +- **@porrtal/r-shell-material:** don't allow close tab or move tab for search views ([17f39f9](https://github.com/Comcast/Porrtal/commit/17f39f90435a64f924a23ba2fd362392d31bad38)) +- **@porrtal/r-shell-material:** fix banner key and banner menu icons ([b40746f](https://github.com/Comcast/Porrtal/commit/b40746f5427dba9b31eb0b79864bd8c64bd1e5c9)) +- **@porrtal/r-shell-material:** fix context menu item callback not called ([b792d11](https://github.com/Comcast/Porrtal/commit/b792d1137e1900886c5d6ab67da6f844c9059e81)) + +### Features + +- **n-porrtal-io-app:** fix build errors and publish new version ([e4975ad](https://github.com/Comcast/Porrtal/commit/e4975ade4883cacd63b25291571e3bf3c399ebe8)) + # [0.7.0](https://github.com/Comcast/Porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) ### Bug Fixes diff --git a/libs/porrtal/r-shell-material/package.json b/libs/porrtal/r-shell-material/package.json index 76e2e1ef..1e65e91c 100644 --- a/libs/porrtal/r-shell-material/package.json +++ b/libs/porrtal/r-shell-material/package.json @@ -1,6 +1,6 @@ { "name": "@porrtal/r-shell-material", - "version": "0.7.0", + "version": "0.8.0", "repository": { "type": "git", "url": "git@github.com:Comcast/Porrtal.git" diff --git a/libs/porrtal/r-shell/CHANGELOG.md b/libs/porrtal/r-shell/CHANGELOG.md index a5cd9085..2d34b479 100644 --- a/libs/porrtal/r-shell/CHANGELOG.md +++ b/libs/porrtal/r-shell/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/Comcast/Porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package @porrtal/r-shell + # [0.7.0](https://github.com/Comcast/Porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) ### Bug Fixes diff --git a/libs/porrtal/r-shell/package.json b/libs/porrtal/r-shell/package.json index c4b4d775..f201c121 100644 --- a/libs/porrtal/r-shell/package.json +++ b/libs/porrtal/r-shell/package.json @@ -1,6 +1,6 @@ { "name": "@porrtal/r-shell", - "version": "0.7.0", + "version": "0.8.0", "repository": { "type": "git", "url": "git@github.com:Comcast/Porrtal.git" diff --git a/libs/porrtal/r-split/CHANGELOG.md b/libs/porrtal/r-split/CHANGELOG.md index fe27f45f..96245c2b 100644 --- a/libs/porrtal/r-split/CHANGELOG.md +++ b/libs/porrtal/r-split/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/Comcast/Porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package @porrtal/r-split + # [0.7.0](https://github.com/Comcast/Porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) ### Features diff --git a/libs/porrtal/r-split/package.json b/libs/porrtal/r-split/package.json index b9ba4fd8..5b7afc7a 100644 --- a/libs/porrtal/r-split/package.json +++ b/libs/porrtal/r-split/package.json @@ -1,6 +1,6 @@ { "name": "@porrtal/r-split", - "version": "0.7.0", + "version": "0.8.0", "repository": { "type": "git", "url": "git@github.com:Comcast/Porrtal.git" diff --git a/libs/porrtal/r-user/CHANGELOG.md b/libs/porrtal/r-user/CHANGELOG.md index fac3fc90..a8a6f59d 100644 --- a/libs/porrtal/r-user/CHANGELOG.md +++ b/libs/porrtal/r-user/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/Comcast/Porrtal/compare/v0.7.0...v0.8.0) (2022-12-15) + +**Note:** Version bump only for package @porrtal/r-user + # [0.7.0](https://github.com/Comcast/Porrtal/compare/v0.6.0...v0.7.0) (2022-12-03) ### Features diff --git a/libs/porrtal/r-user/package.json b/libs/porrtal/r-user/package.json index f2a49e1a..89143620 100644 --- a/libs/porrtal/r-user/package.json +++ b/libs/porrtal/r-user/package.json @@ -1,6 +1,6 @@ { "name": "@porrtal/r-user", - "version": "0.7.0", + "version": "0.8.0", "repository": { "type": "git", "url": "git@github.com:Comcast/Porrtal.git"