Skip to content

Commit 272912e

Browse files
authored
prepare v1.1.1 (#48)
1 parent 2c7ef72 commit 272912e

File tree

3 files changed

+37
-17
lines changed

3 files changed

+37
-17
lines changed

CHANGELOG.md

Lines changed: 34 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,41 @@
11
# Leaflet.SidePanel Changelog
22

3+
## v1.1.1 (2024-11-14)
4+
5+
### Security
6+
7+
- chore(deps): bump rollup from 4.21.3 to 4.25.0 in the npm_and_yarn group<br />
8+
See [DOM Clobbering Gadget found in rollup bundled scripts that leads to XSS](https://github.com/cyclingbyte/vue-leaflet-sidepanel/security/dependabot/1)
9+
10+
### Dependencies
11+
12+
- chore(deps-dev): bump vue from 3.5.6 to 3.5.12
13+
- chore(deps-dev): bump eslint-plugin-oxlint from 0.9.6 to 0.11.1
14+
- chore(deps-dev): bump vite from 5.4.6 to 5.4.11
15+
- chore(deps-dev): bump vite-plugin-vue-devtools from 7.4.5 to 7.6.4
16+
- chore(deps-dev): bump @types/node from 22.5.5 to 22.9.0
17+
318
## v1.1.0 (2024-09-18)
419

5-
feat: set panel width via options
6-
chore(eslint): use flat config
7-
chore(deps): bump leaflet.sidepanel from 1.2.0 to 1.2.1
8-
chore(deps-dev): bump @types/node from 20.14.5 to 22.5.2
9-
chore(deps-dev): bump @vitejs/plugin-vue from 5.0.5 to 5.1.4
10-
chore(deps-dev): bump eslint from 8.57.0 to 8.57.1
11-
chore(deps-dev): bump eslint-plugin-vue from 9.23.0 to 9.28.0
12-
chore(deps-dev): bump jsdom from 24.1.0 to 25.0.0
13-
chore(deps-dev): bump typescript from 5.4.0 to 5.5.4
14-
chore(deps-dev): bump vite from 5.3.1 to 5.4.6
15-
chore(deps-dev): bump vitest from 1.6.0 to 2.1.1
16-
chore(deps-dev): bump vue 3.4.38 from to 3.5.6
17-
chore(deps-dev): bump vue-router from 4.4.3 to 4.4.5
18-
chore(deps-dev): bump vue-tsc from 2.0.21 to 2.1.6
20+
### Features
21+
22+
- feat: set panel width via options
23+
24+
### Dependencies
25+
26+
- chore(eslint): use flat config
27+
- chore(deps): bump leaflet.sidepanel from 1.2.0 to 1.2.1
28+
- chore(deps-dev): bump @types/node from 20.14.5 to 22.5.2
29+
- chore(deps-dev): bump @vitejs/plugin-vue from 5.0.5 to 5.1.4
30+
- chore(deps-dev): bump eslint from 8.57.0 to 8.57.1
31+
- chore(deps-dev): bump eslint-plugin-vue from 9.23.0 to 9.28.0
32+
- chore(deps-dev): bump jsdom from 24.1.0 to 25.0.0
33+
- chore(deps-dev): bump typescript from 5.4.0 to 5.5.4
34+
- chore(deps-dev): bump vite from 5.3.1 to 5.4.6
35+
- chore(deps-dev): bump vitest from 1.6.0 to 2.1.1
36+
- chore(deps-dev): bump vue 3.4.38 from to 3.5.6
37+
- chore(deps-dev): bump vue-router from 4.4.3 to 4.4.5
38+
- chore(deps-dev): bump vue-tsc from 2.0.21 to 2.1.6
1939

2040
## v1.0.0 (2024-08-29)
2141

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-leaflet-sidepanel",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Slide side panel plugin for vue-leaflet",
55
"author": "cyclingbyte <cyclingbyte@web.de>",
66
"license": "MIT",

0 commit comments

Comments
 (0)