Skip to content

Commit a0cc3cb

Browse files
committed
Taking us out of beta
1 parent d8941e4 commit a0cc3cb

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Changelog
22

3+
## 2020-09-30 v5.0.0
4+
Updated to work with Angular 9 and Ionic 5
5+
36
## 2020-03-08 • v4.0.0-beta.4
47
Fixed glitch when changing orientation or resuming app from background
58

69
## 2020-02-02
710
Added usage notes and demo page
811

912
## 2020-01-18 • v4.0.0-beta.3
10-
First release compatible with Angular 8 and Ionic 4
13+
First release compatible with Angular 8 and Ionic 4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ionic-pullup",
33
"description": "ionic-pullup for Angular 9/Ionic 5+",
4-
"version": "4.0.0-beta.7",
4+
"version": "5.0.0",
55
"author": "Nick Blain",
66
"homepage": "https://github.com/nickmblain/ionic-pullup.git",
77
"scripts": {

projects/ionic-pullup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionic-pullup",
3-
"version": "4.0.0-beta.7",
3+
"version": "5.0.0",
44
"devDependencies": {
55
"@types/hammerjs": "^2.0.36"
66
},

0 commit comments

Comments
 (0)