Skip to content

Commit 181dda6

Browse files
committed
🔖 (New release) Updated version number and change-log
1 parent b83f0da commit 181dda6

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ If you enjoyed this project — or just feeling generous, consider buying me a
7373

7474
## Changelog
7575

76+
### v: 1.2.6 (2023-12-28
77+
* __Fixed Issue__ Problem if layout doesnt have static item [PullRequest](https://github.com/gwinnem/vue-responsive-grid-layout/pull/47)
78+
79+
7680
### v: 1.2.5 (2023-12-14)
7781
* __Fixed Issue__ [editMode not working as expected](https://github.com/gwinnem/vue-responsive-grid-layout/issues/33)
7882
* __Documentation__ Updated config so when refreshing a page it loads the correct page and not the 404 page.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-ts-responsive-grid-layout",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"type": "module",
55
"description": "Vue 3 Responsive & Dynamic Grid / Dashboard layout with drag, drop and resizable actions.",
66
"author": "Geirr Winnem <[email protected]>",

vitepress-docs/guide/changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ title: Changelog
88
# Changelog
99

1010

11+
### v: 1.2.6 (2023-12-28
12+
* __Fixed Issue__ Problem if layout doesnt have static item [PullRequest](https://github.com/gwinnem/vue-responsive-grid-layout/pull/47)
13+
14+
1115
### v: 1.2.5 (2023-12-14)
1216
* __Fixed Issue__ [editMode not working as expected](https://github.com/gwinnem/vue-responsive-grid-layout/issues/33)
1317
* __Documentation__ Updated config so when refreshing a page it loads the correct page and not the 404 page.

0 commit comments

Comments
 (0)