Skip to content

Commit ee799ed

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2024-12-29) ### Bug Fixes * before slideshow fullscreen changes ([3794774](3794774)) * css ([5578c5b](5578c5b)) * **deps-dev:** bump @commitlint/cli from 19.6.0 to 19.6.1 ([b6df6d2](b6df6d2)) * **deps-dev:** bump hugo-bin from 0.136.4 to 0.137.0 ([6d41c4f](6d41c4f)) * **deps-dev:** bump hugo-bin from 0.137.0 to 0.137.1 ([d72f2fa](d72f2fa)) * **deps-dev:** update playwright requirement from ^1.20.0 to ^1.49.1 ([46b6691](46b6691)) ### Features * wip css slideshow fullscreen ([1455831](1455831)) * add md sample ([83217e6](83217e6)) * caption title working ([bfc0160](bfc0160)) * css ([4b7797a](4b7797a)) * lightbox caption handling ([dc35b55](dc35b55)) * playwright tests ([8d2feed](8d2feed)) * release npm ([4a83025](4a83025)) * tests ([799404d](799404d)) * wip css ([3202915](3202915)) * wip lightbox css fullscreen ([ae0408e](ae0408e)) * wip slideshow gallery screen height ([a1ddb7e](a1ddb7e))
1 parent 90ec9c1 commit ee799ed

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

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: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@d-oit/hinode-mod-slideshow-gallery",
3-
"version": "0.0.1-rc1",
3+
"version": "1.0.0",
44
"description": "Hugo Slideshow Gallery module compatible for Hinode",
55
"keywords": [
66
"hugo",
@@ -47,10 +47,9 @@
4747
"cz-conventional-changelog": "^3.3.0",
4848
"hugo-bin": "^0.137.1",
4949
"husky": "^9.1.7",
50-
"playwright": "^1.20.0",
50+
"playwright": "^1.49.1",
5151
"rimraf": "^6.0.1",
52-
"semantic-release": "^24.2.0",
53-
"playwright": "^1.49.1"
52+
"semantic-release": "^24.2.0"
5453
},
5554
"hugo-bin": {
5655
"buildTags": "extended"

0 commit comments

Comments
 (0)