Skip to content

Commit

Permalink
Merge branch 'master' into GN-4961
Browse files Browse the repository at this point in the history
  • Loading branch information
lagartoverde authored Aug 21, 2024
2 parents 0439cba + 98fd55f commit 0def693
Show file tree
Hide file tree
Showing 10 changed files with 72 additions and 249 deletions.
5 changes: 0 additions & 5 deletions .changeset/nine-trains-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-yaks-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-paws-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-ladybugs-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-islands-call.md

This file was deleted.

4 changes: 3 additions & 1 deletion .woodpecker/.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ steps:
image: woodpeckerci/plugin-docker-buildx
settings:
repo: ${CI_REPO}
tags: [ "latest", "${CI_COMMIT_TAG##v}" ]
tags:
- "${CI_COMMIT_TAG##v}"
- "latest"
secrets: [ docker_username, docker_password ]
when:
event: tag
Expand Down
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# frontend-gelinkt-notuleren

## 5.22.0

### Minor Changes

- [#701](https://github.com/lblod/frontend-gelinkt-notuleren/pull/701) [`8730def`](https://github.com/lblod/frontend-gelinkt-notuleren/commit/8730def66b22462f4c22f503d798407cd6ace278) Thanks [@lagartoverde](https://github.com/lagartoverde)! - BUmp plugins to 2.22.1

## 5.21.0

### Minor Changes

- [#667](https://github.com/lblod/frontend-gelinkt-notuleren/pull/667) [`74542c6`](https://github.com/lblod/frontend-gelinkt-notuleren/commit/74542c614559541f83acc87f0d2d63a58aede5f3) Thanks [@dkozickis](https://github.com/dkozickis)! - GN-4693: Bump `@lblod/ember-rdfa-editor-lblod-plugins` to `19.2.0` and enable `LPDC` plugin

- [#696](https://github.com/lblod/frontend-gelinkt-notuleren/pull/696) [`0201665`](https://github.com/lblod/frontend-gelinkt-notuleren/commit/02016653bade630d84a6c7bd94d831d823c47820) Thanks [@elpoelma](https://github.com/elpoelma)! - Remove seperate edit button for agenda items and make agenda item titles clickable

### Patch Changes

- [#698](https://github.com/lblod/frontend-gelinkt-notuleren/pull/698) [`6013e9f`](https://github.com/lblod/frontend-gelinkt-notuleren/commit/6013e9f21acd5c37c54798a5a059b6b2feede347) Thanks [@elpoelma](https://github.com/elpoelma)! - Exlude ember-leaflet assets from fingerprinting

- [#695](https://github.com/lblod/frontend-gelinkt-notuleren/pull/695) [`65a57f1`](https://github.com/lblod/frontend-gelinkt-notuleren/commit/65a57f1577b4abeb112ae10bdb8000ca06638939) Thanks [@elpoelma](https://github.com/elpoelma)! - Update `@lblod/ember-rdfa-editor` to version 10.0.3

- [#695](https://github.com/lblod/frontend-gelinkt-notuleren/pull/695) [`65a57f1`](https://github.com/lblod/frontend-gelinkt-notuleren/commit/65a57f1577b4abeb112ae10bdb8000ca06638939) Thanks [@elpoelma](https://github.com/elpoelma)! - Update `@lblod/ember-rdfa-editor-lblod-plugins` to version 22.1.0

- [#693](https://github.com/lblod/frontend-gelinkt-notuleren/pull/693) [`c04e82f`](https://github.com/lblod/frontend-gelinkt-notuleren/commit/c04e82feb03b5138bb9e994544dda420bb3d181c) Thanks [@elpoelma](https://github.com/elpoelma)! - Fix links in meeting sidebar

## 5.20.2

### Patch Changes
Expand Down Expand Up @@ -39,6 +63,12 @@

- [`40e8403`](https://github.com/lblod/frontend-gelinkt-notuleren/commit/40e84030f378437bc9536f6a1d970f61dd58bd8f) Thanks [@elpoelma](https://github.com/elpoelma)! - Update `@lblod/ember-rdfa-editor` to version 10.0.0

## 5.19.2

### Patch Changes

- [`7544ef6`](https://github.com/lblod/frontend-gelinkt-notuleren/commit/7544ef6a502f0bb612be7b36c869d986cf3756a0) Thanks [@elpoelma](https://github.com/elpoelma)! - Exlude ember-leaflet assets from fingerprinting

## 5.19.1

### Patch Changes
Expand Down
9 changes: 9 additions & 0 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ module.exports = function (defaults) {
babel: {
sourceMaps: 'inline',
},
fingerprint: {
exclude: [
'images/layers-2x.png',
'images/layers.png',
'images/marker-icon-2x.png',
'images/marker-icon.png',
'images/marker-shadow.png',
],
},
});

return app.toTree();
Expand Down
Loading

0 comments on commit 0def693

Please sign in to comment.