@capacitor/core 3.6.0 → 4.0.0-beta.0

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 (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [4.0.0-beta.0](https://github.com/ionic-team/capacitor/compare/3.6.0...4.0.0-beta.0) (2022-06-17)
7
+
8
+ **Note:** Version bump only for package @capacitor/core
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.6.0](https://github.com/ionic-team/capacitor/compare/3.5.1...3.6.0) (2022-06-17)
7
15
 
8
16
  **Note:** Version bump only for package @capacitor/core
@@ -11,6 +19,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
19
 
12
20
 
13
21
 
22
+ # [4.0.0-alpha.2](https://github.com/ionic-team/capacitor/compare/3.4.1...4.0.0-alpha.2) (2022-05-12)
23
+
24
+ **Note:** Version bump only for package @capacitor/core
25
+
26
+
27
+
28
+
14
29
  ## [3.5.1](https://github.com/ionic-team/capacitor/compare/3.5.0...3.5.1) (2022-05-04)
15
30
 
16
31
 
@@ -30,6 +45,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
30
45
 
31
46
 
32
47
 
48
+
49
+ # [4.0.0-alpha.1](https://github.com/ionic-team/capacitor/compare/3.4.1...4.0.0-alpha.1) (2022-03-25)
50
+
51
+ **Note:** Version bump only for package @capacitor/core
52
+
53
+
54
+
55
+
56
+
33
57
  ## [3.4.3](https://github.com/ionic-team/capacitor/compare/3.4.2...3.4.3) (2022-03-04)
34
58
 
35
59
  **Note:** Version bump only for package @capacitor/core
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/core",
3
- "version": "3.6.0",
3
+ "version": "4.0.0-beta.0",
4
4
  "description": "Capacitor: Cross-platform apps with JavaScript and the web",
5
5
  "homepage": "https://capacitorjs.com",
6
6
  "author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
@@ -51,5 +51,5 @@
51
51
  "publishConfig": {
52
52
  "access": "public"
53
53
  },
54
- "gitHead": "1e06a199a44bb5321f0fb48b5fbca961cc1dbb50"
54
+ "gitHead": "d9e553f76fac74df6ab0f2bf5c3da18e51b2282b"
55
55
  }