Skip to content

Commit

Permalink
Merge pull request #1147 from dpc-sdp/release/v2.9.0
Browse files Browse the repository at this point in the history
chore: 🔖 release ripple 2.9.0
  • Loading branch information
dylankelly authored May 5, 2024
2 parents 3fc500a + 203f02c commit 83d29ed
Show file tree
Hide file tree
Showing 22 changed files with 98 additions and 26 deletions.
73 changes: 73 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,78 @@
# Changelog

## v2.9.0

[compare changes](https://github.com/dpc-sdp/ripple-framework/compare/v2.8.2...v2.9.0)


### 🚀 Enhancements

- **@dpc-sdp/ripple-ui-forms:** Add RplFormHidden component ([e9ed9534e](https://github.com/dpc-sdp/ripple-framework/commit/e9ed9534e))

### 🩹 Fixes

- 🐛 move stripsite id fn to auto import util ([b25df9392](https://github.com/dpc-sdp/ripple-framework/commit/b25df9392))
- 🐛 fix imports for compiler macros ([197b6d42b](https://github.com/dpc-sdp/ripple-framework/commit/197b6d42b))
- 🐛 move stripsite id fn to auto import util ([3855d319d](https://github.com/dpc-sdp/ripple-framework/commit/3855d319d))
- **@dpc-sdp/ripple-ui-core:** Updated tabs component based on design feedback ([fb6775cbd](https://github.com/dpc-sdp/ripple-framework/commit/fb6775cbd))
- **@dpc-sdp/ripple-ui-core:** 📝 fix missing argstable import ([0d48f3935](https://github.com/dpc-sdp/ripple-framework/commit/0d48f3935))
- **@dpc-sdp/ripple-ui-core:** Remove unused import to appease eslint ([119ceff0e](https://github.com/dpc-sdp/ripple-framework/commit/119ceff0e))
- **@dpc-sdp/ripple-ui-maps:** Fixed maps crashing after nuxt update ([141171b12](https://github.com/dpc-sdp/ripple-framework/commit/141171b12))
- **@dpc-sdp/ripple-ui-maps:** 🐛 remove default zoom controls after mount instead of hide ([50dea9d1a](https://github.com/dpc-sdp/ripple-framework/commit/50dea9d1a))
- **@dpc-sdp/ripple-ui-core:** Fixed back to top button being clickable when hidden ([0a844b970](https://github.com/dpc-sdp/ripple-framework/commit/0a844b970))

### 💅 Refactors

- **@dpc-sdp/ripple-ui-core:** ♻️ refactor as html el with data attr ([689edf17c](https://github.com/dpc-sdp/ripple-framework/commit/689edf17c))

### 📦 Build

- 👷 update to node v20 ([d1773c588](https://github.com/dpc-sdp/ripple-framework/commit/d1773c588))
- **@dpc-sdp/ripple-ui-core:** Use esm json import for token script ([91f6f36f6](https://github.com/dpc-sdp/ripple-framework/commit/91f6f36f6))
- 🔒️ add overrides for vulnerable packages ([12e5996d5](https://github.com/dpc-sdp/ripple-framework/commit/12e5996d5))
- Fix engines and remove unnecessary overrides ([7f5fa437d](https://github.com/dpc-sdp/ripple-framework/commit/7f5fa437d))
- **@dpc-sdp/ripple-ui-maps:** Fix outdated kit version ([609b9f43d](https://github.com/dpc-sdp/ripple-framework/commit/609b9f43d))

### 🏡 Chore

- Update nuxt to 3.10.2 ([353101f54](https://github.com/dpc-sdp/ripple-framework/commit/353101f54))
- **@dpc-sdp/ripple-ui-maps:** Update vue3openlayers ([a1ddd41c0](https://github.com/dpc-sdp/ripple-framework/commit/a1ddd41c0))
- ⬆️ upgrade nuxt to 3.11.2 ([92f0e00a4](https://github.com/dpc-sdp/ripple-framework/commit/92f0e00a4))
- **@dpc-sdp/nuxt-ripple:** 🧪 fix breadcrumb unit test ([44255dad8](https://github.com/dpc-sdp/ripple-framework/commit/44255dad8))
- 🔖 release ripple 2.8.1 ([352e779be](https://github.com/dpc-sdp/ripple-framework/commit/352e779be))
- **@dpc-sdp/ripple-ui-core:** Update CSS loading order for storybook ([3c0653214](https://github.com/dpc-sdp/ripple-framework/commit/3c0653214))
- **@dpc-sdp/ripple-ui-maps:** Move ui-maps imports to auto import ([b35045bd6](https://github.com/dpc-sdp/ripple-framework/commit/b35045bd6))
- **@dpc-sdp/nuxt-ripple:** 🧪 fix breadcrumb unit test ([db10b51da](https://github.com/dpc-sdp/ripple-framework/commit/db10b51da))
- ✅ update cypress to v13 ([fb516c415](https://github.com/dpc-sdp/ripple-framework/commit/fb516c415))
- **@dpc-sdp/nuxt-ripple-cli:** ⬆️ update cli nuxt kit version ([5cf271d74](https://github.com/dpc-sdp/ripple-framework/commit/5cf271d74))
- **nuxt-app:** Add recommended vscode debug config ([ab3f102f5](https://github.com/dpc-sdp/ripple-framework/commit/ab3f102f5))
- ⬆️ update pnpm and node versions ([8f9618710](https://github.com/dpc-sdp/ripple-framework/commit/8f9618710))
- 🔧 remove vscode circleci extension ([2404a3ba3](https://github.com/dpc-sdp/ripple-framework/commit/2404a3ba3))
- 🔧 redundant devdep ([ff7e084b2](https://github.com/dpc-sdp/ripple-framework/commit/ff7e084b2))
- Remove packagemanager from subpackages ([578dd77e6](https://github.com/dpc-sdp/ripple-framework/commit/578dd77e6))
- Remove jest override in node 20 ([93b8cb53b](https://github.com/dpc-sdp/ripple-framework/commit/93b8cb53b))
- ⬆️ upgrade vite to fix security vulnerablity ([faa7f6a84](https://github.com/dpc-sdp/ripple-framework/commit/faa7f6a84))
- **@dpc-sdp/ripple-tide-landing-page:** ⬆️ update ofetch ([ccf2df75d](https://github.com/dpc-sdp/ripple-framework/commit/ccf2df75d))
- Update lockfile ([bcee645a3](https://github.com/dpc-sdp/ripple-framework/commit/bcee645a3))
- ➖ remove unused vue-jest ([fc814dc27](https://github.com/dpc-sdp/ripple-framework/commit/fc814dc27))
- **ripple-storybook:** ⬆️ update waiton ([552af3b35](https://github.com/dpc-sdp/ripple-framework/commit/552af3b35))

### ✅ Tests

- **@dpc-sdp/ripple-tide-search:** Fixed tests after tabs update ([fa82cb0b3](https://github.com/dpc-sdp/ripple-framework/commit/fa82cb0b3))
- **@dpc-sdp/ripple-test-utils:** 🐛 fix path not encoded correctly in test request ([d1297137b](https://github.com/dpc-sdp/ripple-framework/commit/d1297137b))
- **@dpc-sdp/ripple-ui-core:** ✅ fix tabs test ([c3eb343bb](https://github.com/dpc-sdp/ripple-framework/commit/c3eb343bb))
- Update VSBA test snapshot ([ae1d087f7](https://github.com/dpc-sdp/ripple-framework/commit/ae1d087f7))
- Add additional waits for tile req ([63a46337a](https://github.com/dpc-sdp/ripple-framework/commit/63a46337a))
- Increase image diff threshold ([f2dcf7f8c](https://github.com/dpc-sdp/ripple-framework/commit/f2dcf7f8c))

### ❤️ Contributors

- Dylan Kelly <dylan.kelly@dpc.vic.gov.au>
- Jason Smith <jason.smith@dpc.vic.gov.au>
- Jeffrey Dowdle <jeffrey.dowdle@dpc.vic.gov.au>
- David Featherston <david.featherstone@dpc.vic.gov.au>

## v2.8.2

[compare changes](https://github.com/dpc-sdp/ripple-framework/compare/v2.8.1...v2.8.2)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.8.2",
"version": "2.9.0",
"npmClient": "pnpm",
"exact": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-ripple/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dpc-sdp/eslint-config-ripple",
"description": "ESLint config for Ripple projects",
"version": "2.8.2",
"version": "2.9.0",
"license": "Apache-2.0",
"repository": "https://github.com/dpc-sdp/ripple-framework",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt-ripple-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dpc-sdp/nuxt-ripple-analytics",
"description": "Nuxt module for handling event tracking.",
"version": "2.8.2",
"version": "2.9.0",
"license": "Apache-2.0",
"main": "./nuxt.config.ts",
"repository": "https://github.com/dpc-sdp/ripple-framework",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt-ripple-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dpc-sdp/nuxt-ripple-cli",
"description": "A CLI for simplifying common setup and scaffolding tasks",
"version": "2.8.2",
"version": "2.9.0",
"license": "Apache-2.0",
"repository": "https://github.com/dpc-sdp/ripple-framework",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt-ripple-preview/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dpc-sdp/nuxt-ripple-preview",
"description": "Adds support for drupal preview links in Ripple frontend sites",
"version": "2.8.2",
"version": "2.9.0",
"license": "Apache-2.0",
"main": "./nuxt.config.ts",
"repository": "https://github.com/dpc-sdp/ripple-framework",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt-ripple/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dpc-sdp/nuxt-ripple",
"description": "Nuxt module for integrating Ripple and Tide",
"version": "2.8.2",
"version": "2.9.0",
"license": "Apache-2.0",
"main": "./nuxt.config.ts",
"repository": "https://github.com/dpc-sdp/ripple-framework",
Expand Down
2 changes: 1 addition & 1 deletion packages/ripple-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ripple-storybook",
"description": "Ripple Storybook instance",
"version": "2.8.2",
"version": "2.9.0",
"license": "Apache-2.0",
"private": true,
"repository": "https://github.com/dpc-sdp/ripple-framework",
Expand Down
2 changes: 1 addition & 1 deletion packages/ripple-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dpc-sdp/ripple-test-utils",
"description": "Test utils for Ripple sites",
"version": "2.8.2",
"version": "2.9.0",
"license": "Apache-2.0",
"type": "module",
"main": "./dist/config/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/ripple-tide-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dpc-sdp/ripple-tide-api",
"description": "Ripple API endpoints for Tide Drupal backend",
"version": "2.8.2",
"version": "2.9.0",
"license": "Apache-2.0",
"repository": "https://github.com/dpc-sdp/ripple-framework",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/ripple-tide-event/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dpc-sdp/ripple-tide-event",
"description": "Ripple mappings and components for Tide Event Content type",
"version": "2.8.2",
"version": "2.9.0",
"license": "Apache-2.0",
"main": "./nuxt.config.ts",
"repository": "https://github.com/dpc-sdp/ripple-framework",
Expand Down
2 changes: 1 addition & 1 deletion packages/ripple-tide-grant/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dpc-sdp/ripple-tide-grant",
"description": "Ripple mappings and components for Tide Grant Content type",
"version": "2.8.2",
"version": "2.9.0",
"license": "Apache-2.0",
"repository": "https://github.com/dpc-sdp/ripple-framework",
"main": "./nuxt.config.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/ripple-tide-landing-page/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dpc-sdp/ripple-tide-landing-page",
"description": "Ripple mappings and components for Tide landing-page Content type",
"version": "2.8.2",
"version": "2.9.0",
"license": "Apache-2.0",
"repository": "https://github.com/dpc-sdp/ripple-framework",
"main": "./nuxt.config.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/ripple-tide-media/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dpc-sdp/ripple-tide-media",
"description": "Ripple mappings and components for Tide media",
"version": "2.8.2",
"version": "2.9.0",
"license": "Apache-2.0",
"repository": "https://github.com/dpc-sdp/ripple-framework",
"main": "./nuxt.config.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/ripple-tide-news/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dpc-sdp/ripple-tide-news",
"description": "Ripple mappings and components for Tide News content type",
"version": "2.8.2",
"version": "2.9.0",
"license": "Apache-2.0",
"repository": "https://github.com/dpc-sdp/ripple-framework",
"main": "./nuxt.config.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/ripple-tide-publication/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dpc-sdp/ripple-tide-publication",
"description": "Ripple mappings and components for Tide Publication Content type",
"version": "2.8.2",
"version": "2.9.0",
"license": "Apache-2.0",
"repository": "https://github.com/dpc-sdp/ripple-framework",
"main": "./nuxt.config.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/ripple-tide-search/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dpc-sdp/ripple-tide-search",
"description": "Ripple search UI and services for connecting to Tide search",
"version": "2.8.2",
"version": "2.9.0",
"license": "Apache-2.0",
"repository": "https://github.com/dpc-sdp/ripple-framework",
"main": "./nuxt.config.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/ripple-tide-topic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"./mapping": "./mapping/index.ts",
"./types": "./types.ts"
},
"version": "2.8.2",
"version": "2.9.0",
"dependencies": {
"@dpc-sdp/nuxt-ripple": "workspace:*",
"@dpc-sdp/ripple-tide-api": "workspace:*",
Expand Down
3 changes: 1 addition & 2 deletions packages/ripple-ui-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dpc-sdp/ripple-ui-core",
"description": "Ripple UI Core component library",
"version": "2.8.2",
"version": "2.9.0",
"license": "Apache-2.0",
"repository": "https://github.com/dpc-sdp/ripple-framework",
"files": [
Expand Down Expand Up @@ -57,7 +57,6 @@
"postcss-preset-env": "^8.1.0",
"swiper": "^8.4.5",
"vite-svg-loader": "^4.0.0"

},
"peerDependencies": {
"vue": "^3.4.21"
Expand Down
2 changes: 1 addition & 1 deletion packages/ripple-ui-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dpc-sdp/ripple-ui-forms",
"description": "A form component library built with Formkit",
"version": "2.8.2",
"version": "2.9.0",
"license": "Apache-2.0",
"repository": "https://github.com/dpc-sdp/ripple-framework",
"main": "./dist/rpl-forms.umd.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/ripple-ui-maps/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dpc-sdp/ripple-ui-maps",
"description": "Ripple UI Core component library",
"version": "2.8.2",
"version": "2.9.0",
"license": "Apache-2.0",
"repository": "https://github.com/dpc-sdp/ripple-framework",
"files": [
Expand Down Expand Up @@ -42,14 +42,14 @@
"@nuxt/kit": "3.11.2",
"@vueuse/core": "^10.9.0",
"@vueuse/integrations": "^10.9.0",
"ol": "^9.1.0",
"ol-contextmenu": "^5.4.0",
"ol-ext": "^4.0.18",
"postcss-each": "^1.1.0",
"postcss-nested": "^6.0.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^8.1.0",
"vue3-openlayers": "^7.0.0",
"ol": "^9.1.0",
"ol-contextmenu": "^5.4.0",
"ol-ext": "^4.0.18"
"vue3-openlayers": "^7.0.0"
},
"peerDependencies": {
"vue": "^3.4.21"
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-ripple/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dpc-sdp/stylelint-config-ripple",
"description": "ESLint config for Ripple projects",
"version": "2.8.2",
"version": "2.9.0",
"license": "Apache-2.0",
"repository": "https://github.com/dpc-sdp/ripple-framework",
"main": "index.js",
Expand Down

0 comments on commit 83d29ed

Please sign in to comment.