Skip to content

Commit

Permalink
Upgraded to Bootstrap 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haubek committed Apr 11, 2018
1 parent 83f63e3 commit 4ceb3a4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 1.0.1

* Upgraded to Bootstrap 4.1.0

## 1.0.0

* First release
2 changes: 1 addition & 1 deletion dist/css/component-slidebars.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
*
* Bootstrap 4 Component - Slidebars
* Version: 1.0.0
* Version: 1.0.1
* Copyright (c) 2018 Martin Haubek
*
*
Expand Down
4 changes: 2 additions & 2 deletions example.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Example</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" rel="stylesheet">
<link href="dist/css/component-slidebars.min.css" rel="stylesheet">
</head>
<body>
Expand Down Expand Up @@ -138,7 +138,7 @@ <h6>Menu 3</h6>

<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
<script src="node_modules/slidebars/dist/slidebars.min.js"></script>
<script src="dist/js/component-slidebars.min.js"></script>

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bootstrap4c-slidebars",
"description": "Bootstrap 4 Component - Slidebars",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"author": {
"name": "Martin Haubek",
Expand All @@ -26,10 +26,10 @@
"css"
],
"dependencies": {
"bootstrap": "^4.0.0",
"slidebars": "^2.0.2"
},
"devDependencies": {
"bootstrap": "^4.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/scss/build.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
*
* Bootstrap 4 Component - Slidebars
* Version: 1.0.0
* Version: 1.0.1
* Copyright (c) 2018 Martin Haubek
*
*
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ [email protected]:
hoek "4.x.x"

bootstrap@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.0.0.tgz#ceb03842c145fcc1b9b4e15da2a05656ba68469a"
version "4.1.0"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.1.0.tgz#110b05c31a236d56dbc9adcda6dd16f53738a28a"

brace-expansion@^1.0.0, brace-expansion@^1.1.7:
version "1.1.11"
Expand Down

0 comments on commit 4ceb3a4

Please sign in to comment.