@nativescript-community/ui-pager 14.0.0 → 14.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nativescript-community/ui-pager",
3
- "version": "14.0.0",
3
+ "version": "14.0.1",
4
4
  "description": "A NativeScript Pager / Carousel component that allows the user to swipe left and right through pages of data. ",
5
5
  "main": "index",
6
6
  "typings": "index.d.ts",
@@ -64,5 +64,5 @@
64
64
  },
65
65
  "license": "Apache-2.0",
66
66
  "readmeFilename": "README.md",
67
- "gitHead": "fb0cbc9d228c53d04c88951c1de960288ebb9100"
67
+ "gitHead": "0ad28d658b2940e07f3859cb4d261726d17fe2db"
68
68
  }