Skip to content

Commit

Permalink
4.1.1 version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
dioslaska committed Apr 5, 2018
1 parent c81b3c7 commit 187bb34
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 46 deletions.
60 changes: 30 additions & 30 deletions package-lock.json

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

19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "mobiscroll",
"version": "4.1.0",
"version": "4.1.1",
"description": "Cross platform UI controls for progressive web an hybrid apps",
"homepage": "https://mobiscroll.com/",
"license": "Apache-2.0",
"scripts": {
"transpile": "ngc"
"transpile": "ngc",
"publish": "cd ./packages/angular && npm publish && cd ../angularjs && npm publish && cd ../javascript && npm publish && cd ../jquery && npm publish && cd ../react && npm publish"
},
"keywords": [
"mobile web",
Expand Down Expand Up @@ -44,13 +45,13 @@
"dist/css/icons_mobiscroll.woff"
],
"devDependencies": {
"@angular/animations": "^4.2.4",
"@angular/common": "^4.2.4",
"@angular/compiler": "^4.2.4",
"@angular/compiler-cli": "^4.2.4",
"@angular/core": "^4.2.4",
"@angular/forms": "^4.2.4",
"@angular/platform-browser": "^4.2.4",
"@angular/animations": "^4.4.5",
"@angular/common": "^4.4.5",
"@angular/compiler": "^4.4.5",
"@angular/compiler-cli": "^4.4.5",
"@angular/core": "^4.4.5",
"@angular/forms": "^4.4.5",
"@angular/platform-browser": "^4.4.5",
"babel-eslint": "^7.1.1",
"babel-helpers": "^6.22.0",
"babel-install": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mobiscroll/angular-lite",
"version": "4.1.0",
"version": "4.1.1",
"description": "Angular UI library for progressive web and hybrid apps",
"homepage": "https://mobiscroll.com/",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angularjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mobiscroll/angularjs-lite",
"version": "4.1.0",
"version": "4.1.1",
"description": "AngularJS UI library for progressive web and hybrid apps",
"homepage": "https://mobiscroll.com/",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mobiscroll/javascript-lite",
"version": "4.1.0",
"version": "4.1.1",
"description": "Framework agnostic UI library for progressive web and hybrid apps",
"homepage": "https://mobiscroll.com/",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jquery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mobiscroll/jquery-lite",
"version": "4.1.0",
"version": "4.1.1",
"description": "jQuery and jQuery Mobile UI library for progressive web and hybrid apps",
"homepage": "https://mobiscroll.com/",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mobiscroll/react-lite",
"version": "4.1.0",
"version": "4.1.1",
"description": "React UI library for progressive web and hybrid apps",
"homepage": "https://mobiscroll.com/",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions src/js/core/core.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Mobiscroll v4.1.0
* Mobiscroll v4.1.1
* http://mobiscroll.com
*
* Copyright 2010-2018, Acid Media
Expand Down Expand Up @@ -68,7 +68,7 @@ var ms,

ms = extend(mobiscroll, {
$: $,
version: '4.1.0',
version: '4.1.1',
autoTheme: 'mobiscroll',
themes: {
form: {},
Expand Down

0 comments on commit 187bb34

Please sign in to comment.