Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
apalfrey committed May 8, 2022
1 parent c0c8405 commit ab448b2
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ https://apalfrey.github.io/select2-bootstrap-5-theme/
<!-- Styles -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/select2.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.2.0/dist/select2-bootstrap-5-theme.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.3.0/dist/select2-bootstrap-5-theme.min.css" />
<!-- Or for RTL support -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.2.0/dist/select2-bootstrap-5-theme.rtl.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.3.0/dist/select2-bootstrap-5-theme.rtl.min.css" />

<!-- Scripts -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"></script>
Expand All @@ -36,9 +36,9 @@ https://apalfrey.github.io/select2-bootstrap-5-theme/
<!-- Styles -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/select2.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.2.0/dist/select2-bootstrap-5-theme.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.3.0/dist/select2-bootstrap-5-theme.min.css" />
<!-- Or for RTL support -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.2.0/dist/select2-bootstrap-5-theme.rtl.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.3.0/dist/select2-bootstrap-5-theme.rtl.min.css" />

<!-- Scripts -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion dist/select2-bootstrap-5-theme.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Select2 v4 Bootstrap 5 theme v1.2.0
* Select2 v4 Bootstrap 5 theme v1.3.0
*/
.select2-container--bootstrap-5 {
display: block;
Expand Down
2 changes: 1 addition & 1 deletion dist/select2-bootstrap-5-theme.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/select2-bootstrap-5-theme.rtl.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Select2 v4 Bootstrap 5 theme v1.2.0
* Select2 v4 Bootstrap 5 theme v1.3.0
*/
.select2-container--bootstrap-5 {
display: block;
Expand Down
2 changes: 1 addition & 1 deletion dist/select2-bootstrap-5-theme.rtl.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: >- # ignore newlines until "baseurl:"
Google search results) and in your feed.xml site description.
baseurl: /select2-bootstrap-5-theme # the subpath of the site
url: https://apalfrey.github.io # the base hostname & protocol for the site
version: 1.2.0
version: 1.3.0

# Build settings
theme: null # prevents style.css from being generated
Expand Down Expand Up @@ -39,8 +39,8 @@ styles:
old: https://cdn.jsdelivr.net/npm/[email protected]/dist/css/select2.min.css
new: https://cdn.jsdelivr.net/npm/[email protected]/dist/css/select2.min.css
s2bs5:
ltr: https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.2.0/dist/select2-bootstrap-5-theme.min.css
rtl: https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.2.0/dist/select2-bootstrap-5-theme.rtl.min.css
ltr: https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.3.0/dist/select2-bootstrap-5-theme.min.css
rtl: https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.3.0/dist/select2-bootstrap-5-theme.rtl.min.css
docs:
ltr: /assets/css/docs.css
rtl: /assets/css/rtl.css
Expand Down
6 changes: 3 additions & 3 deletions docs/_config_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: >- # ignore newlines until "baseurl:"
Google search results) and in your feed.xml site description.
baseurl: /select2-bootstrap-5-theme # the subpath of the site
url: https://apalfrey.github.io # the base hostname & protocol for the site
version: 1.2.0
version: 1.3.0

# Build settings
theme: null # prevents style.css from being generated
Expand Down Expand Up @@ -35,8 +35,8 @@ styles:
old: https://cdn.jsdelivr.net/npm/[email protected]/dist/css/select2.min.css
new: https://cdn.jsdelivr.net/npm/[email protected]/dist/css/select2.min.css
s2bs5:
ltr: https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.2.0/dist/select2-bootstrap-5-theme.min.css
rtl: https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.2.0/dist/select2-bootstrap-5-theme.rtl.min.css
ltr: https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.3.0/dist/select2-bootstrap-5-theme.min.css
rtl: https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.3.0/dist/select2-bootstrap-5-theme.rtl.min.css
docs:
ltr: /assets/css/docs.css
rtl: /assets/css/rtl.css
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/css/docs.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/css/testing.css
Original file line number Diff line number Diff line change
Expand Up @@ -9321,7 +9321,7 @@ textarea.form-control-lg {
}
}
/*!
* Select2 v4 Bootstrap 5 theme v1.2.0
* Select2 v4 Bootstrap 5 theme v1.3.0
*/
.select2-container--bootstrap-5 {
display: block;
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/css/testing.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -9311,7 +9311,7 @@ textarea.form-control-lg {
}
}
/*!
* Select2 v4 Bootstrap 5 theme v1.2.0
* Select2 v4 Bootstrap 5 theme v1.3.0
*/
.select2-container--bootstrap-5 {
display: block;
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "select2-bootstrap-5-theme",
"description": "Select2 v4 theme for Bootstrap 5",
"version": "1.2.0",
"version": "1.3.0",
"license": "MIT",
"author": "Andrew Palfrey <[email protected]>",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/select2-bootstrap-5-theme.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Select2 v4 Bootstrap 5 theme v1.2.0
* Select2 v4 Bootstrap 5 theme v1.3.0
*/

@import "node_modules/bootstrap/scss/functions";
Expand Down

0 comments on commit ab448b2

Please sign in to comment.