Skip to content

Commit

Permalink
Release 1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
qathom committed Dec 15, 2017
1 parent e48b070 commit a7a140c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
### 1.4.8 (2017-12-15)

### Features

* Added the ability to position dynamic popovers [#274](https://github.com/quark-dev/Phonon-Framework/pull/274)

### 1.4.7 (2017-11-29)

### Features

* Added the ability to update the state of dynamically created inputs [#271](https://github.com/quark-dev/Phonon-Framework/issues/271))
* Added the ability to update the state of dynamically created inputs [#271](https://github.com/quark-dev/Phonon-Framework/issues/271)

### 1.4.6 (2017-11-19)

Expand Down
2 changes: 1 addition & 1 deletion dist/js/components/popovers.min.js

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

8 changes: 1 addition & 7 deletions dist/js/phonon.min.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phonon",
"version": "1.4.7",
"version": "1.4.8",
"description": "Phonon is a lightweight & scalable Javascript/CSS3/HTML5 mobile framework to develop a single page application based on Phonegap / Apache Cordova.",
"repository": {
"type": "git",
Expand All @@ -14,12 +14,12 @@
"homepage": "https://github.com/quark-dev/Phonon-Framework",
"main": "dist/js/phonon.js",
"dependencies": {
"awesomplete": "^1.1.1",
"platform": "^1.3.3"
"awesomplete": "^1.1.2",
"platform": "^1.3.4"
},
"devDependencies": {
"autoprefixer": "^7.1.6",
"eslint": "^4.11.0",
"autoprefixer": "^7.2.3",
"eslint": "^4.13.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
Expand Down

0 comments on commit a7a140c

Please sign in to comment.