Skip to content

Commit c7f798c

Browse files
authored
Merge pull request #9 from capacitor-community/browser-error
fix web errors and security update
2 parents 38f783a + f8eb3a1 commit c7f798c

File tree

6 files changed

+95
-99
lines changed

6 files changed

+95
-99
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Change Log
2+
3+
## [2.0.2](https://github.com/capacitor-community/app-icon/compare/v2.0.1...v2.0.2) (2021-06-29)
4+
5+
### Bug Fixes
6+
7+
* **web:** fix use of depricated webplugin api ([#8](https://github.com/capacitor-community/app-icon/issues/8)) ()
8+
* fix security vulnerability in package dependancy ()
9+
10+
## [2.0.1](https://github.com/capacitor-community/app-icon/compare/v2.0.0...v2.0.1) (2021-06-04)
11+
12+
### Bug Fixes
13+
14+
* **ios:** fix wrong podspec name ([a337613](https://github.com/capacitor-community/app-icon/commit/a337613120322b8db2174cb1999b1b6613f83522))

example/package-lock.json

Lines changed: 44 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"generate": "stencil generate"
1616
},
1717
"devDependencies": {
18-
"@ionic/core": "^5.6.5",
19-
"@stencil/core": "^2.5.2"
18+
"@ionic/core": "^5.6.10",
19+
"@stencil/core": "^2.6.0"
2020
},
2121
"dependencies": {
2222
"@capacitor-community/app-icon": "file:..",
23-
"@capacitor/cli": "^3.0.0-rc.0",
24-
"@capacitor/core": "^3.0.0-rc.0"
23+
"@capacitor/cli": "^3.0.1",
24+
"@capacitor/core": "^3.0.1"
2525
}
2626
}

package-lock.json

Lines changed: 24 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)