Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jshjohnson committed Aug 3, 2017
1 parent bab75d6 commit bfa7b1d
Show file tree
Hide file tree
Showing 7 changed files with 194 additions and 102 deletions.
276 changes: 184 additions & 92 deletions assets/scripts/dist/choices.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/scripts/dist/choices.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions assets/scripts/dist/choices.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "choices.js",
"version": "2.8.12",
"version": "3.0.0",
"description": "A vanilla JS customisable text input/select box plugin",
"main": [
"./assets/scripts/dist/choices.js",
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
<meta name="theme-color" content="#ffffff">

<!-- Ignore these -->
<link rel="stylesheet" href="assets/styles/css/base.min.css?version=2.8.12">
<link rel="stylesheet" href="assets/styles/css/base.min.css?version=3.0.0">
<!-- End ignore these -->

<!-- Optional includes -->
<script src="https://cdn.polyfill.io/v2/polyfill.js?features=es5,fetch,Element.prototype.classList,requestAnimationFrame,Node.insertBefore,Node.firstChild,Object.assign"></script>
<!-- End optional includes -->

<!-- Choices includes -->
<link rel="stylesheet" href="assets/styles/css/choices.min.css?version=2.8.12">
<link rel="stylesheet" href="assets/styles/css/choices.min.css?version=3.0.0">
<script src="assets/scripts/dist/choices.min.js?version=2.8.8"></script>
<!-- End Choices includes -->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "choices.js",
"version": "2.8.12",
"version": "3.0.0",
"description": "A vanilla JS customisable text input/select box plugin",
"main": "./assets/scripts/dist/choices.min.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Example usage: npm --newVersion=2.8.12 run version
// Example usage: npm --newVersion=3.0.0 run version

const fs = require('fs');
const path = require('path');
Expand Down

0 comments on commit bfa7b1d

Please sign in to comment.