Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit ab448b2

Browse files
committed
Version bump
1 parent c0c8405 commit ab448b2

13 files changed

Lines changed: 21 additions & 21 deletions

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ https://apalfrey.github.io/select2-bootstrap-5-theme/
2121
<!-- Styles -->
2222
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" />
2323
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2@4.0.13/dist/css/select2.min.css" />
24-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.2.0/dist/select2-bootstrap-5-theme.min.css" />
24+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.3.0/dist/select2-bootstrap-5-theme.min.css" />
2525
<!-- Or for RTL support -->
26-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.2.0/dist/select2-bootstrap-5-theme.rtl.min.css" />
26+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.3.0/dist/select2-bootstrap-5-theme.rtl.min.css" />
2727

2828
<!-- Scripts -->
2929
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.0/dist/jquery.slim.min.js"></script>
@@ -36,9 +36,9 @@ https://apalfrey.github.io/select2-bootstrap-5-theme/
3636
<!-- Styles -->
3737
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" />
3838
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" />
39-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.2.0/dist/select2-bootstrap-5-theme.min.css" />
39+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.3.0/dist/select2-bootstrap-5-theme.min.css" />
4040
<!-- Or for RTL support -->
41-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.2.0/dist/select2-bootstrap-5-theme.rtl.min.css" />
41+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.3.0/dist/select2-bootstrap-5-theme.rtl.min.css" />
4242

4343
<!-- Scripts -->
4444
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.0/dist/jquery.slim.min.js"></script>

dist/select2-bootstrap-5-theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Select2 v4 Bootstrap 5 theme v1.2.0
2+
* Select2 v4 Bootstrap 5 theme v1.3.0
33
*/
44
.select2-container--bootstrap-5 {
55
display: block;

dist/select2-bootstrap-5-theme.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/select2-bootstrap-5-theme.rtl.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Select2 v4 Bootstrap 5 theme v1.2.0
2+
* Select2 v4 Bootstrap 5 theme v1.3.0
33
*/
44
.select2-container--bootstrap-5 {
55
display: block;

dist/select2-bootstrap-5-theme.rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >- # ignore newlines until "baseurl:"
66
Google search results) and in your feed.xml site description.
77
baseurl: /select2-bootstrap-5-theme # the subpath of the site
88
url: https://apalfrey.github.io # the base hostname & protocol for the site
9-
version: 1.2.0
9+
version: 1.3.0
1010

1111
# Build settings
1212
theme: null # prevents style.css from being generated
@@ -39,8 +39,8 @@ styles:
3939
old: https://cdn.jsdelivr.net/npm/select2@4.0.13/dist/css/select2.min.css
4040
new: https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css
4141
s2bs5:
42-
ltr: https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.2.0/dist/select2-bootstrap-5-theme.min.css
43-
rtl: https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.2.0/dist/select2-bootstrap-5-theme.rtl.min.css
42+
ltr: https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.3.0/dist/select2-bootstrap-5-theme.min.css
43+
rtl: https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.3.0/dist/select2-bootstrap-5-theme.rtl.min.css
4444
docs:
4545
ltr: /assets/css/docs.css
4646
rtl: /assets/css/rtl.css

docs/_config_dev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >- # ignore newlines until "baseurl:"
66
Google search results) and in your feed.xml site description.
77
baseurl: /select2-bootstrap-5-theme # the subpath of the site
88
url: https://apalfrey.github.io # the base hostname & protocol for the site
9-
version: 1.2.0
9+
version: 1.3.0
1010

1111
# Build settings
1212
theme: null # prevents style.css from being generated
@@ -35,8 +35,8 @@ styles:
3535
old: https://cdn.jsdelivr.net/npm/select2@4.0.13/dist/css/select2.min.css
3636
new: https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css
3737
s2bs5:
38-
ltr: https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.2.0/dist/select2-bootstrap-5-theme.min.css
39-
rtl: https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.2.0/dist/select2-bootstrap-5-theme.rtl.min.css
38+
ltr: https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.3.0/dist/select2-bootstrap-5-theme.min.css
39+
rtl: https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.3.0/dist/select2-bootstrap-5-theme.rtl.min.css
4040
docs:
4141
ltr: /assets/css/docs.css
4242
rtl: /assets/css/rtl.css

docs/assets/css/docs.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/testing.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9321,7 +9321,7 @@ textarea.form-control-lg {
93219321
}
93229322
}
93239323
/*!
9324-
* Select2 v4 Bootstrap 5 theme v1.2.0
9324+
* Select2 v4 Bootstrap 5 theme v1.3.0
93259325
*/
93269326
.select2-container--bootstrap-5 {
93279327
display: block;

docs/assets/css/testing.rtl.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9311,7 +9311,7 @@ textarea.form-control-lg {
93119311
}
93129312
}
93139313
/*!
9314-
* Select2 v4 Bootstrap 5 theme v1.2.0
9314+
* Select2 v4 Bootstrap 5 theme v1.3.0
93159315
*/
93169316
.select2-container--bootstrap-5 {
93179317
display: block;

0 commit comments

Comments
 (0)