Skip to content

Commit

Permalink
📦 v1.0.0-beta.15
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaswise committed Apr 27, 2016
1 parent dde88bd commit 2bdab05
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 1.0.0-beta.15

### Modified
- cursor: not-allowed on disabled buttons
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ That will give you everything including sass utilities. You will also need to co
To install Calcite Web with npm, type:

```
npm install --save-dev Esri/calcite-web#v1.0.0-beta.14
npm install --save-dev Esri/calcite-web#v1.0.0-beta.15
```

You must add the current version in order to get the `dist/` folder.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/get-started/_npm.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
To install Calcite Web with npm, type:

```
npm install --save-dev Esri/calcite-web#v0.14.1
npm install --save-dev Esri/calcite-web#v1.0.0-beta.15
```

You must add the current version in order to get the `dist/` folder.
Expand Down
2 changes: 1 addition & 1 deletion lib/js/calcite-web.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function init () {
// └────────────┘
// define all public api methods
export default {
version: '1.0.0-beta.7',
version: '1.0.0-beta.15',
click: event.click,
addEvent: event.add,
removeEvent: event.remove,
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": "calcite-web",
"version": "1.0.0-beta.14",
"version": "1.0.0-beta.15",
"description": "SASS & CSS Framework for Esri websites",
"private": true,
"homepage": "https://github.com/esri/calcite-web",
Expand Down

0 comments on commit 2bdab05

Please sign in to comment.