Skip to content

Commit ba2478a

Browse files
committed
Release new version.
1 parent 23caf0c commit ba2478a

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGES.md

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

33

44

5+
## [2.2.1](https://github.com/patternslib/pat-leaflet/compare/2.2.0...2.2.1) (2025-08-25)
6+
7+
8+
### Bug Fixes
9+
10+
11+
* Correctly initialize leaflet.locatecontrol. ([23caf0c](https://github.com/patternslib/pat-leaflet/commit/23caf0cd1316ce19700d65c03e3617dda5c45bf1))
12+
13+
14+
* Demo: Do not use an outdated jsdelivr Patternslib host bundle. Just use the leaflet bundle, which includes all we need. This fixes a problem popping up with the registration of the obscure focus pattern in the Patternslib registry. ([335e829](https://github.com/patternslib/pat-leaflet/commit/335e82980b406c525b3995d684f197674d0d0922))
15+
16+
17+
* Fix eslint warnings. ([755808a](https://github.com/patternslib/pat-leaflet/commit/755808a6d02214a5ec6e340ee65573f28eee1f86))
18+
19+
20+
* Run prettier. ([bd08d34](https://github.com/patternslib/pat-leaflet/commit/bd08d345c98de4d120de490b01a76a02b0028b15))
21+
22+
23+
24+
### Maintenance
25+
26+
27+
* @patternslib/dev upgrade - create eslint.config.js. ([937748e](https://github.com/patternslib/pat-leaflet/commit/937748e4d706f68f528a32aa42c62d19b37fb6f8))
28+
29+
30+
* @patternslib/dev upgrade - remove .husky directory in favor of git hooks. ([077d3af](https://github.com/patternslib/pat-leaflet/commit/077d3afc437f9746e51a8f5b6fbe3ed3e5236b68))
31+
32+
33+
* @patternslib/dev upgrade - remove old .eslintrc.js. ([2b638b6](https://github.com/patternslib/pat-leaflet/commit/2b638b6a2434147a60ef6c38f2def402854d8266))
34+
35+
36+
* Update GHA node version. ([f4c4c80](https://github.com/patternslib/pat-leaflet/commit/f4c4c800c844c35daf88a1b1274127da9129936e))
37+
38+
39+
* Update Makefile after upgrading @patternslib/dev. ([70dddad](https://github.com/patternslib/pat-leaflet/commit/70dddad0f5da28fb8c94c6bbab535a8041bf26f5))
40+
41+
42+
* Upgrade dependencies. ([9e25db4](https://github.com/patternslib/pat-leaflet/commit/9e25db4da08f8498e8c725374a8ca6b55781ba0e))
43+
544
## [2.2.0](https://github.com/patternslib/pat-leaflet/compare/2.1.1...2.2.0) (2024-08-27)
645

746

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/pat-leaflet",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Patternslib Leaflet integration",
55
"license": "MIT",
66
"main": "./src/leaflet.js",

0 commit comments

Comments
 (0)