[READ-ONLY] Mirror of https://github.com/danielroe/ripple-framework. Ripple is the presentation layer for building websites on the DPC Single Digital Presence platform.
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(release): publish v2.1.0-alpha.116 [skip ci]

+84 -12
+9
CHANGELOG.md
··· 3 3 All notable changes to this project will be documented in this file. 4 4 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 5 5 6 + # [2.1.0-alpha.116](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.115...v2.1.0-alpha.116) (2023-03-17) 7 + 8 + ### Bug Fixes 9 + 10 + * **@dpc-sdp/nuxt-ripple:** fixed content rating still showing when turned off in cms ([8a5c595](https://github.com/dpc-sdp/ripple-framework/commit/8a5c595bf8700f2c8d8415207c75036a8c76e533)) 11 + * **@dpc-sdp/ripple-tide-event:** fixed event page crashing when event has no location ([885742b](https://github.com/dpc-sdp/ripple-framework/commit/885742b870c5f8be0fdabbbdf0ec54449e3a94e1)) 12 + * **@dpc-sdp/ripple-tide-grant:** fixed audience not appearing when funding was blank ([aa8e676](https://github.com/dpc-sdp/ripple-framework/commit/aa8e6765875ba9bac287a21f8eef273bf180d4b3)) 13 + * **@dpc-sdp/ripple-tide-grant:** updated order of grant details to match designs ([9363281](https://github.com/dpc-sdp/ripple-framework/commit/9363281e3562e7a7a12b221f909df54bd7d4505a)) 14 + 6 15 # [2.1.0-alpha.115](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.114...v2.1.0-alpha.115) (2023-03-17) 7 16 8 17 ### Bug Fixes
+1 -1
lerna.json
··· 1 1 { 2 - "version": "2.1.0-alpha.115", 2 + "version": "2.1.0-alpha.116", 3 3 "npmClient": "pnpm", 4 4 "exact": true, 5 5 "command": {
+6
packages/nuxt-ripple/CHANGELOG.md
··· 3 3 All notable changes to this project will be documented in this file. 4 4 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 5 5 6 + # [2.1.0-alpha.116](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.115...v2.1.0-alpha.116) (2023-03-17) 7 + 8 + ### Bug Fixes 9 + 10 + * **@dpc-sdp/nuxt-ripple:** fixed content rating still showing when turned off in cms ([8a5c595](https://github.com/dpc-sdp/ripple-framework/commit/8a5c595bf8700f2c8d8415207c75036a8c76e533)) 11 + 6 12 # [2.1.0-alpha.115](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.114...v2.1.0-alpha.115) (2023-03-17) 7 13 8 14 ### Bug Fixes
+1 -1
packages/nuxt-ripple/package.json
··· 1 1 { 2 2 "packageManager": "pnpm@7.23.0", 3 3 "license": "Apache-2.0", 4 - "version": "2.1.0-alpha.115", 4 + "version": "2.1.0-alpha.116", 5 5 "name": "@dpc-sdp/nuxt-ripple", 6 6 "main": "./nuxt.config.ts", 7 7 "exports": {
+6
packages/ripple-tide-api/CHANGELOG.md
··· 3 3 All notable changes to this project will be documented in this file. 4 4 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 5 5 6 + # [2.1.0-alpha.116](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.115...v2.1.0-alpha.116) (2023-03-17) 7 + 8 + ### Bug Fixes 9 + 10 + * **@dpc-sdp/nuxt-ripple:** fixed content rating still showing when turned off in cms ([8a5c595](https://github.com/dpc-sdp/ripple-framework/commit/8a5c595bf8700f2c8d8415207c75036a8c76e533)) 11 + 6 12 # [2.1.0-alpha.112](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.111...v2.1.0-alpha.112) (2023-03-15) 7 13 8 14 ### Bug Fixes
+1 -1
packages/ripple-tide-api/package.json
··· 1 1 { 2 2 "name": "@dpc-sdp/ripple-tide-api", 3 - "version": "2.1.0-alpha.112", 3 + "version": "2.1.0-alpha.116", 4 4 "description": "Ripple API endpoints for Tide Drupal backend", 5 5 "main": "./dist/index.js", 6 6 "module": "./dist/index.js",
+7
packages/ripple-tide-event/CHANGELOG.md
··· 3 3 All notable changes to this project will be documented in this file. 4 4 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 5 5 6 + # [2.1.0-alpha.116](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.115...v2.1.0-alpha.116) (2023-03-17) 7 + 8 + ### Bug Fixes 9 + 10 + * **@dpc-sdp/nuxt-ripple:** fixed content rating still showing when turned off in cms ([8a5c595](https://github.com/dpc-sdp/ripple-framework/commit/8a5c595bf8700f2c8d8415207c75036a8c76e533)) 11 + * **@dpc-sdp/ripple-tide-event:** fixed event page crashing when event has no location ([885742b](https://github.com/dpc-sdp/ripple-framework/commit/885742b870c5f8be0fdabbbdf0ec54449e3a94e1)) 12 + 6 13 # [2.1.0-alpha.115](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.114...v2.1.0-alpha.115) (2023-03-17) 7 14 8 15 **Note:** Version bump only for package @dpc-sdp/ripple-tide-event
+1 -1
packages/ripple-tide-event/package.json
··· 3 3 "description": "Ripple mappings and components for Tide Event Content type", 4 4 "main": "./nuxt.config.ts", 5 5 "packageManager": "pnpm@7.23.0", 6 - "version": "2.1.0-alpha.115", 6 + "version": "2.1.0-alpha.116", 7 7 "license": "Apache-2.0", 8 8 "exports": { 9 9 ".": "./nuxt.config.ts",
+8
packages/ripple-tide-grant/CHANGELOG.md
··· 3 3 All notable changes to this project will be documented in this file. 4 4 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 5 5 6 + # [2.1.0-alpha.116](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.115...v2.1.0-alpha.116) (2023-03-17) 7 + 8 + ### Bug Fixes 9 + 10 + * **@dpc-sdp/nuxt-ripple:** fixed content rating still showing when turned off in cms ([8a5c595](https://github.com/dpc-sdp/ripple-framework/commit/8a5c595bf8700f2c8d8415207c75036a8c76e533)) 11 + * **@dpc-sdp/ripple-tide-grant:** fixed audience not appearing when funding was blank ([aa8e676](https://github.com/dpc-sdp/ripple-framework/commit/aa8e6765875ba9bac287a21f8eef273bf180d4b3)) 12 + * **@dpc-sdp/ripple-tide-grant:** updated order of grant details to match designs ([9363281](https://github.com/dpc-sdp/ripple-framework/commit/9363281e3562e7a7a12b221f909df54bd7d4505a)) 13 + 6 14 # [2.1.0-alpha.115](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.114...v2.1.0-alpha.115) (2023-03-17) 7 15 8 16 **Note:** Version bump only for package @dpc-sdp/ripple-tide-grant
+1 -1
packages/ripple-tide-grant/package.json
··· 3 3 "description": "Ripple mappings and components for Tide Grant Content type", 4 4 "main": "./nuxt.config.ts", 5 5 "packageManager": "pnpm@7.23.0", 6 - "version": "2.1.0-alpha.115", 6 + "version": "2.1.0-alpha.116", 7 7 "license": "Apache-2.0", 8 8 "exports": { 9 9 ".": "./nuxt.config.ts",
+6
packages/ripple-tide-landing-page/CHANGELOG.md
··· 3 3 All notable changes to this project will be documented in this file. 4 4 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 5 5 6 + # [2.1.0-alpha.116](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.115...v2.1.0-alpha.116) (2023-03-17) 7 + 8 + ### Bug Fixes 9 + 10 + * **@dpc-sdp/nuxt-ripple:** fixed content rating still showing when turned off in cms ([8a5c595](https://github.com/dpc-sdp/ripple-framework/commit/8a5c595bf8700f2c8d8415207c75036a8c76e533)) 11 + 6 12 # [2.1.0-alpha.115](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.114...v2.1.0-alpha.115) (2023-03-17) 7 13 8 14 **Note:** Version bump only for package @dpc-sdp/ripple-tide-landing-page
+1 -1
packages/ripple-tide-landing-page/package.json
··· 3 3 "description": "Ripple mappings and components for Tide landing-page Content type", 4 4 "main": "./nuxt.config.ts", 5 5 "packageManager": "pnpm@7.23.0", 6 - "version": "2.1.0-alpha.115", 6 + "version": "2.1.0-alpha.116", 7 7 "license": "Apache-2.0", 8 8 "exports": { 9 9 ".": "./nuxt.config.ts",
+6
packages/ripple-tide-media/CHANGELOG.md
··· 3 3 All notable changes to this project will be documented in this file. 4 4 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 5 5 6 + # [2.1.0-alpha.116](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.115...v2.1.0-alpha.116) (2023-03-17) 7 + 8 + ### Bug Fixes 9 + 10 + * **@dpc-sdp/nuxt-ripple:** fixed content rating still showing when turned off in cms ([8a5c595](https://github.com/dpc-sdp/ripple-framework/commit/8a5c595bf8700f2c8d8415207c75036a8c76e533)) 11 + 6 12 # [2.1.0-alpha.115](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.114...v2.1.0-alpha.115) (2023-03-17) 7 13 8 14 **Note:** Version bump only for package @dpc-sdp/ripple-tide-media
+1 -1
packages/ripple-tide-media/package.json
··· 9 9 "./mapping": "./mapping/index.ts", 10 10 "./types": "./types.ts" 11 11 }, 12 - "version": "2.1.0-alpha.115", 12 + "version": "2.1.0-alpha.116", 13 13 "dependencies": { 14 14 "@dpc-sdp/nuxt-ripple": "workspace:*", 15 15 "@dpc-sdp/ripple-ui-core": "workspace:*"
+6
packages/ripple-tide-news/CHANGELOG.md
··· 3 3 All notable changes to this project will be documented in this file. 4 4 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 5 5 6 + # [2.1.0-alpha.116](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.115...v2.1.0-alpha.116) (2023-03-17) 7 + 8 + ### Bug Fixes 9 + 10 + * **@dpc-sdp/nuxt-ripple:** fixed content rating still showing when turned off in cms ([8a5c595](https://github.com/dpc-sdp/ripple-framework/commit/8a5c595bf8700f2c8d8415207c75036a8c76e533)) 11 + 6 12 # [2.1.0-alpha.115](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.114...v2.1.0-alpha.115) (2023-03-17) 7 13 8 14 **Note:** Version bump only for package @dpc-sdp/ripple-tide-news
+1 -1
packages/ripple-tide-news/package.json
··· 9 9 "./mapping": "./mapping/index.ts", 10 10 "./types": "./types.ts" 11 11 }, 12 - "version": "2.1.0-alpha.115", 12 + "version": "2.1.0-alpha.116", 13 13 "dependencies": { 14 14 "@dpc-sdp/nuxt-ripple": "workspace:*", 15 15 "@dpc-sdp/ripple-tide-api": "workspace:*"
+6
packages/ripple-tide-publication/CHANGELOG.md
··· 3 3 All notable changes to this project will be documented in this file. 4 4 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 5 5 6 + # [2.1.0-alpha.116](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.115...v2.1.0-alpha.116) (2023-03-17) 7 + 8 + ### Bug Fixes 9 + 10 + * **@dpc-sdp/nuxt-ripple:** fixed content rating still showing when turned off in cms ([8a5c595](https://github.com/dpc-sdp/ripple-framework/commit/8a5c595bf8700f2c8d8415207c75036a8c76e533)) 11 + 6 12 # [2.1.0-alpha.115](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.114...v2.1.0-alpha.115) (2023-03-17) 7 13 8 14 **Note:** Version bump only for package @dpc-sdp/ripple-tide-publication
+1 -1
packages/ripple-tide-publication/package.json
··· 3 3 "description": "Ripple mappings and components for Tide Publication Content type", 4 4 "main": "./nuxt.config.ts", 5 5 "packageManager": "pnpm@7.23.0", 6 - "version": "2.1.0-alpha.115", 6 + "version": "2.1.0-alpha.116", 7 7 "license": "Apache-2.0", 8 8 "exports": { 9 9 ".": "./nuxt.config.ts",
+4
packages/ripple-tide-search/CHANGELOG.md
··· 3 3 All notable changes to this project will be documented in this file. 4 4 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 5 5 6 + # [2.1.0-alpha.116](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.115...v2.1.0-alpha.116) (2023-03-17) 7 + 8 + **Note:** Version bump only for package @dpc-sdp/ripple-tide-search 9 + 6 10 # [2.1.0-alpha.115](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.114...v2.1.0-alpha.115) (2023-03-17) 7 11 8 12 **Note:** Version bump only for package @dpc-sdp/ripple-tide-search
+1 -1
packages/ripple-tide-search/package.json
··· 1 1 { 2 2 "name": "@dpc-sdp/ripple-tide-search", 3 3 "packageManager": "pnpm@7.23.0", 4 - "version": "2.1.0-alpha.115", 4 + "version": "2.1.0-alpha.116", 5 5 "description": "Ripple search UI and services for connecting to Tide search", 6 6 "main": "./nuxt.config.ts", 7 7 "license": "Apache-2.0",
+4
packages/ripple-ui-core/CHANGELOG.md
··· 3 3 All notable changes to this project will be documented in this file. 4 4 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 5 5 6 + # [2.1.0-alpha.116](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.115...v2.1.0-alpha.116) (2023-03-17) 7 + 8 + **Note:** Version bump only for package @dpc-sdp/ripple-ui-core 9 + 6 10 # [2.1.0-alpha.115](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.114...v2.1.0-alpha.115) (2023-03-17) 7 11 8 12 ### Bug Fixes
+1 -1
packages/ripple-ui-core/package.json
··· 1 1 { 2 2 "name": "@dpc-sdp/ripple-ui-core", 3 3 "packageManager": "pnpm@7.23.0", 4 - "version": "2.1.0-alpha.115", 4 + "version": "2.1.0-alpha.116", 5 5 "license": "Apache-2.0", 6 6 "files": [ 7 7 "dist",
+4
packages/ripple-ui-forms/CHANGELOG.md
··· 3 3 All notable changes to this project will be documented in this file. 4 4 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 5 5 6 + # [2.1.0-alpha.116](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.115...v2.1.0-alpha.116) (2023-03-17) 7 + 8 + **Note:** Version bump only for package @dpc-sdp/ripple-ui-forms 9 + 6 10 # [2.1.0-alpha.115](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.114...v2.1.0-alpha.115) (2023-03-17) 7 11 8 12 **Note:** Version bump only for package @dpc-sdp/ripple-ui-forms
+1 -1
packages/ripple-ui-forms/package.json
··· 1 1 { 2 2 "name": "@dpc-sdp/ripple-ui-forms", 3 3 "packageManager": "pnpm@7.23.0", 4 - "version": "2.1.0-alpha.115", 4 + "version": "2.1.0-alpha.116", 5 5 "license": "Apache-2.0", 6 6 "main": "./dist/rpl-forms.umd.js", 7 7 "module": "./dist/rpl-forms.es.js",