Skip to content

Commit 289770f

Browse files
chore(release): version 20.0.0
1 parent ce87117 commit 289770f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

projects/ngx-openlayers/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [20.0.0](https://github.com/quentinlampin/ngx-openlayers/compare/19.1.3...20.0.0) (2025-12-18)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Angular 18 is no more supported
11+
* ol peer dependency is now ~10.7.0
12+
13+
### build
14+
15+
* update to Angular 20 ([ce87117](https://github.com/quentinlampin/ngx-openlayers/commit/ce87117311c0eb6b5df95da0289a64392e0df8f3)), closes [#333](https://github.com/quentinlampin/ngx-openlayers/issues/333)
16+
517
## [19.1.3](https://github.com/quentinlampin/ngx-openlayers/compare/19.1.2...19.1.3) (2025-11-06)
618

719
## [19.1.2](https://github.com/quentin-ol/ngx-openlayers/compare/19.1.1...19.1.2) (2025-11-06)

projects/ngx-openlayers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "git",
55
"url": "https://github.com/quentinlampin/ngx-openlayers.git"
66
},
7-
"version": "19.1.3",
7+
"version": "20.0.0",
88
"scripts": {
99
"pre-release": "commit-and-tag-version -m \"chore(release): version %s\" -t \"\" --prerelease next",
1010
"release": "commit-and-tag-version -m \"chore(release): version %s\" -t \"\""

0 commit comments

Comments
 (0)