Skip to content

Commit 44d809c

Browse files
chore(master): release 1.1.6 (#28)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e28db7e commit 44d809c

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.6](https://github.com/notz/gwtbootstrap3/compare/v1.1.5...v1.1.6) (2025-04-17)
4+
5+
6+
### Bug Fixes
7+
8+
* Initially hide tab list item from keyboard focus ([#27](https://github.com/notz/gwtbootstrap3/issues/27)) ([e28db7e](https://github.com/notz/gwtbootstrap3/commit/e28db7e3bd956fcd419a89f2160632df2fc19b4d))
9+
310
## [1.1.5](https://github.com/notz/gwtbootstrap3/compare/v1.1.4...v1.1.5) (2025-04-10)
411

512

gwtbootstrap3-extras/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.gwtbootstrap3</groupId>
77
<artifactId>gwtbootstrap3-parent</artifactId>
8-
<version>1.1.6-SNAPSHOT</version>
8+
<version>1.1.6</version>
99
</parent>
1010

1111
<artifactId>gwtbootstrap3-extras</artifactId>

gwtbootstrap3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.gwtbootstrap3</groupId>
77
<artifactId>gwtbootstrap3-parent</artifactId>
8-
<version>1.1.6-SNAPSHOT</version>
8+
<version>1.1.6</version>
99
</parent>
1010

1111
<artifactId>gwtbootstrap3</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.gwtbootstrap3</groupId>
66
<artifactId>gwtbootstrap3-parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.1.6-SNAPSHOT</version>
8+
<version>1.1.6</version>
99
<name>GwtBootstrap3 Parent</name>
1010
<description>GWT wrapper for the Bootstrap front-end framework</description>
1111
<url>http://gwtbootstrap3.org</url>

0 commit comments

Comments
 (0)