Skip to content

Commit

Permalink
chore(release): release
Browse files Browse the repository at this point in the history
  • Loading branch information
datumgeek committed Dec 15, 2022
1 parent 2aaf6f4 commit f2d3723
Show file tree
Hide file tree
Showing 74 changed files with 237 additions and 37 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions apps/a/porrtal-app-e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/a/porrtal-app-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "a-porrtal-app-e2e",
"version": "0.7.0"
"version": "0.8.0"
}
4 changes: 4 additions & 0 deletions apps/a/porrtal-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/a/porrtal-app/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "a-porrtal-app",
"version": "0.7.0"
"version": "0.8.0"
}
4 changes: 4 additions & 0 deletions apps/a/porrtal-io-app-e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/a/porrtal-io-app-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "a-porrtal-io-app-e2e",
"version": "0.7.0"
"version": "0.8.0"
}
4 changes: 4 additions & 0 deletions apps/a/porrtal-io-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/a/porrtal-io-app/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "a-porrtal-io-app",
"version": "0.7.0"
"version": "0.8.0"
}
4 changes: 4 additions & 0 deletions apps/n/porrtal-app-e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/n/porrtal-app-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "n-porrtal-app-e2e",
"version": "0.7.0"
"version": "0.8.0"
}
4 changes: 4 additions & 0 deletions apps/n/porrtal-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/n/porrtal-app/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "n-porrtal-app",
"version": "0.7.0"
"version": "0.8.0"
}
4 changes: 4 additions & 0 deletions apps/n/porrtal-io-app-e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/n/porrtal-io-app-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "n-porrtal-io-app-e2e",
"version": "0.7.0"
"version": "0.8.0"
}
13 changes: 13 additions & 0 deletions apps/n/porrtal-io-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/n/porrtal-io-app/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "n-porrtal-io-app",
"version": "0.7.0"
"version": "0.8.0"
}
4 changes: 4 additions & 0 deletions apps/porrtal-components-a-learning-e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/porrtal-components-a-learning-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "porrtal-components-a-learning-e2e",
"version": "0.7.0"
"version": "0.8.0"
}
4 changes: 4 additions & 0 deletions apps/porrtal-components-r-learning-e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/porrtal-components-r-learning-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "porrtal-components-r-learning-e2e",
"version": "0.7.0"
"version": "0.8.0"
}
4 changes: 4 additions & 0 deletions apps/r/porrtal-app-e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/r/porrtal-app-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "r-porrtal-app-e2e",
"version": "0.7.0"
"version": "0.8.0"
}
4 changes: 4 additions & 0 deletions apps/r/porrtal-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/r/porrtal-app/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "r-porrtal-app",
"version": "0.7.0"
"version": "0.8.0"
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
}
},
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.7.0"
"version": "0.8.0"
}
4 changes: 4 additions & 0 deletions libs/porrtal-components/a-first-test-comp-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/porrtal-components/a-first-test-comp-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@porrtal-components/a-first-test-comp-lib",
"version": "0.7.0",
"version": "0.8.0",
"repository": {
"type": "git",
"url": "[email protected]:Comcast/Porrtal.git"
Expand Down
4 changes: 4 additions & 0 deletions libs/porrtal-components/a-learning/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/porrtal-components/a-learning/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@porrtal-components/a-learning",
"version": "0.7.0",
"version": "0.8.0",
"repository": {
"type": "git",
"url": "[email protected]:Comcast/Porrtal.git"
Expand Down
6 changes: 6 additions & 0 deletions libs/porrtal-components/a-quick-start-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/porrtal-components/a-quick-start-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@porrtal-components/a-quick-start-demo",
"version": "0.7.0",
"version": "0.8.0",
"repository": {
"type": "git",
"url": "[email protected]:Comcast/Porrtal.git"
Expand Down
4 changes: 4 additions & 0 deletions libs/porrtal-components/a-quick-start-material/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@porrtal-components/a-quick-start-material",
"version": "0.7.0",
"version": "0.8.0",
"repository": {
"type": "git",
"url": "[email protected]:Comcast/Porrtal.git"
Expand Down
4 changes: 4 additions & 0 deletions libs/porrtal-components/a-second-test-comp-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@porrtal-components/a-second-comp-test-lib",
"version": "0.7.0",
"version": "0.8.0",
"repository": {
"type": "git",
"url": "[email protected]:Comcast/Porrtal.git"
Expand Down
4 changes: 4 additions & 0 deletions libs/porrtal-components/r-first-test-comp-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/porrtal-components/r-first-test-comp-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@porrtal-components/r-first-test-comp-lib",
"version": "0.7.0",
"version": "0.8.0",
"repository": {
"type": "git",
"url": "[email protected]:Comcast/Porrtal.git"
Expand Down
4 changes: 4 additions & 0 deletions libs/porrtal-components/r-learning/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/porrtal-components/r-learning/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@porrtal-components/r-learning",
"version": "0.7.0",
"version": "0.8.0",
"repository": {
"type": "git",
"url": "[email protected]:Comcast/Porrtal.git"
Expand Down
Loading

0 comments on commit f2d3723

Please sign in to comment.