Skip to content

Commit f395596

Browse files
committed
upd @capacitor/[email protected]
1 parent d120aa9 commit f395596

File tree

3 files changed

+26
-19
lines changed

3 files changed

+26
-19
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.1.0 (2021-09-17)
2+
3+
### Chore
4+
5+
- update to @capacitor/core 3.2.2
6+
- update to @capacitor-community/sqlite 3.2.2
7+
18
## 2.0.8 (2021-08-27) CAPACITOR 3 LATEST
29

310
### Bug Fixes

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
},
3131
"dependencies": {
3232
"core-js": "^3.8.3",
33-
"vue": "next"
33+
"vue": "^3.2.6"
3434
},
3535
"devDependencies": {
3636
"@babel/eslint-parser": "^7.13.14",
37-
"@capacitor-community/sqlite": "^3.2.0-7",
38-
"@capacitor/core": "3.2.0",
37+
"@capacitor-community/sqlite": "^3.2.2",
38+
"@capacitor/core": "^3.2.2",
3939
"@capacitor/docgen": "0.0.17",
4040
"@types/jest": "^26.0.20",
4141
"@vue/cli-plugin-babel": "next",

0 commit comments

Comments
 (0)