Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
94e5f7c
fix(2889): fix build error with --prod
danielsogl Jan 12, 2018
06bbd06
fix(serve): start listening when watch is ready
imhoffd Jan 24, 2018
09bd434
Merge pull request #1372 from ionic-team/listen
imhoffd Jan 25, 2018
718d2fc
Merge pull request #1365 from danielsogl/patch-6
imhoffd Apr 2, 2018
1591c81
fix(live-server): update android platform path (#1407)
itslenny Apr 18, 2018
262a748
docs(changelog): 3.1.9
imhoffd Apr 18, 2018
6cd813a
3.1.9
imhoffd Apr 18, 2018
89ce9a5
Update node-sass dependency (#1435)
Fabious Jun 11, 2018
684fc42
chore(package): bump deps (#1421)
danielsogl Jun 11, 2018
4f6e029
chore(deps): no package lock
imhoffd Jun 11, 2018
885c159
chore(changelog): 3.1.10
imhoffd Jun 11, 2018
4b4874b
3.1.10
imhoffd Jun 11, 2018
271a6e1
fix(serve): fix EADDRINUSE issue with dev logger server
imhoffd Jul 12, 2018
e3d7f2a
docs(changelog): 3.1.11 changes
imhoffd Jul 12, 2018
ab96e23
3.1.11
imhoffd Jul 12, 2018
53fc341
feat(environments): configuration via process.env.VAR replacement (#1…
nphyatt Aug 24, 2018
1e2035e
fix(sass): remove PostCSS warning (#1364)
StefanRein Aug 24, 2018
29c3e23
fix(serve): use wss protocol for secure websocket when page is using …
rall Aug 24, 2018
190cc20
docs(changelog): 3.2.0
imhoffd Aug 24, 2018
cde0c4b
3.2.0
imhoffd Aug 24, 2018
50667cc
docs(readme): add note about existing declaration
imhoffd Aug 29, 2018
4b7119b
chore(deps): update webpack to 3.12.0 (#1477)
potremblay Oct 2, 2018
82a692e
chore(deps): bump node-sass to 4.9.3 to fix security warnings (#1483)
vially Oct 2, 2018
08d1638
chore(deps): bump node-sass to 4.10.0 to fix security warnings (#1493)
CyberBLN Nov 26, 2018
9c81010
docs(changelog): 3.2.1
imhoffd Nov 26, 2018
441301f
3.2.1
imhoffd Nov 26, 2018
a1739f6
Merge remote-tracking branch 'origin/master' into 3.2.1
trsrm Jan 2, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
3.2.1
  • Loading branch information
imhoffd committed Nov 26, 2018
commit 441301ff9ba96d1fb131e770d60e4bad58f1465f
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/app-scripts",
"version": "3.2.0",
"version": "3.2.1",
"description": "Scripts for Ionic Projects",
"homepage": "https://ionicframework.com/",
"author": "Ionic Team <[email protected]> (https://ionic.io)",
Expand Down