[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.103 [skip ci]

+16 -2
+7
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.103](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.102...v2.1.0-alpha.103) (2023-03-09) 7 + 8 + ### Bug Fixes 9 + 10 + * **@dpc-sdp/ripple-tide-publication:** fixed stats grid breaking pub parent ([2680eca](https://github.com/dpc-sdp/ripple-framework/commit/2680eca38a0357b26750adcc9b647c60701362ec)) 11 + * **@dpc-sdp/ripple-tide-publication:** replaced custom card with nav card ([faa33be](https://github.com/dpc-sdp/ripple-framework/commit/faa33be57636c99b1694bb4600ae98807a0ffbd9)) 12 + 6 13 # [2.1.0-alpha.102](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.101...v2.1.0-alpha.102) (2023-03-08) 7 14 8 15 **Note:** Version bump only for package @dpc-sdp/ripple-monorepo
+1 -1
lerna.json
··· 1 1 { 2 - "version": "2.1.0-alpha.102", 2 + "version": "2.1.0-alpha.103", 3 3 "npmClient": "pnpm", 4 4 "exact": true, 5 5 "command": {
+7
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.103](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.102...v2.1.0-alpha.103) (2023-03-09) 7 + 8 + ### Bug Fixes 9 + 10 + * **@dpc-sdp/ripple-tide-publication:** fixed stats grid breaking pub parent ([2680eca](https://github.com/dpc-sdp/ripple-framework/commit/2680eca38a0357b26750adcc9b647c60701362ec)) 11 + * **@dpc-sdp/ripple-tide-publication:** replaced custom card with nav card ([faa33be](https://github.com/dpc-sdp/ripple-framework/commit/faa33be57636c99b1694bb4600ae98807a0ffbd9)) 12 + 6 13 # [2.1.0-alpha.101](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.100...v2.1.0-alpha.101) (2023-03-08) 7 14 8 15 **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.101", 6 + "version": "2.1.0-alpha.103", 7 7 "license": "Apache-2.0", 8 8 "exports": { 9 9 ".": "./nuxt.config.ts",