Skip to content

Commit

Permalink
Version bump to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
apalfrey committed Mar 5, 2021
1 parent 9da27a4 commit ac028ab
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ https://apalfrey.github.io/select2-bootstrap-5-theme/

```html
<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/[email protected].1/dist/select2-bootstrap-5-theme.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/select2-bootstrap-5-theme.min.css" />
```

### Package Managers
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.0.1
* Select2 v4 Bootstrap 5 theme v1.0.2
*/
.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 docs/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.0.1
* Select2 v4 Bootstrap 5 theme v1.0.2
*/
.select2-container--bootstrap-5 {
display: block;
Expand Down
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.0.1",
"version": "1.0.2",
"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.0.1
* Select2 v4 Bootstrap 5 theme v1.0.2
*/

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

0 comments on commit ac028ab

Please sign in to comment.