Skip to content

Commit

Permalink
Merge pull request #1072 from rodekruis/develop
Browse files Browse the repository at this point in the history
Develop v24.07.0
  • Loading branch information
elwinschmitz authored Jul 9, 2024
2 parents a63828c + 6eee945 commit 7dfe174
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 54 deletions.
6 changes: 6 additions & 0 deletions .markdownlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# See: https://github.com/DavidAnson/vscode-markdownlint#configure

line-length: false
code-block-style: false
no-duplicate-heading:
siblings_only: true
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ This project uses the [`CalVer`](https://calver.org/#scheme)-format: `YY.0M.MICR

---

## [Unreleased](https://github.com/rodekruis/helpful-information/compare/v24.06.1...main)
## [Unreleased](https://github.com/rodekruis/helpful-information/compare/v24.07.0...main)

---

## 2024-07-10: [v24.07.0](https://github.com/rodekruis/helpful-information/releases/tag/v24.07.0)

### Fixed

- Duplicate page-views and/or unique-users tracking/logging prevented. (Mostly)

---

## 2024-06-28: [v24.06.1](https://github.com/rodekruis/helpful-information/releases/tag/v24.06.1)

### Added
Expand Down
106 changes: 60 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.4",
"@angular-eslint/builder": "^18.0.1",
"@angular-eslint/eslint-plugin": "^18.0.1",
"@angular-eslint/eslint-plugin-template": "^18.0.1",
"@angular-eslint/schematics": "^18.0.1",
"@angular-eslint/template-parser": "^18.0.1",
"@angular-eslint/builder": "^18.1.0",
"@angular-eslint/eslint-plugin": "^18.1.0",
"@angular-eslint/eslint-plugin-template": "^18.1.0",
"@angular-eslint/schematics": "^18.1.0",
"@angular-eslint/template-parser": "^18.1.0",
"@angular/cli": "^18.0.4",
"@angular/compiler": "^18.0.3",
"@angular/compiler-cli": "^18.0.3",
Expand Down

0 comments on commit 7dfe174

Please sign in to comment.