@capacitor/status-bar 1.0.3 → 1.0.5

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
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
+ ## [1.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/status-bar@1.0.4...@capacitor/status-bar@1.0.5) (2021-10-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * remove postpublish scripts ([#656](https://github.com/ionic-team/capacitor-plugins/issues/656)) ([ed6ac49](https://github.com/ionic-team/capacitor-plugins/commit/ed6ac499ebf4a47525071ccbfc36c27503e11f60))
12
+
13
+
14
+
15
+
16
+
17
+ ## [1.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/status-bar@1.0.3...@capacitor/status-bar@1.0.4) (2021-10-13)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * correct addListeners links ([#655](https://github.com/ionic-team/capacitor-plugins/issues/655)) ([f9871e7](https://github.com/ionic-team/capacitor-plugins/commit/f9871e7bd53478addb21155e148829f550c0e457))
23
+
24
+
25
+
26
+
27
+
6
28
  ## [1.0.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/status-bar@1.0.2...@capacitor/status-bar@1.0.3) (2021-09-01)
7
29
 
8
30
  **Note:** Version bump only for package @capacitor/status-bar
package/dist/plugin.js CHANGED
@@ -68,5 +68,5 @@ var capacitorStatusBar = (function (exports, core) {
68
68
 
69
69
  return exports;
70
70
 
71
- }({}, capacitorExports));
71
+ })({}, capacitorExports);
72
72
  //# sourceMappingURL=plugin.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/status-bar",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "The StatusBar API Provides methods for configuring the style of the Status Bar, along with showing or hiding it.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -42,13 +42,12 @@
42
42
  "clean": "rimraf ./dist",
43
43
  "watch": "tsc --watch",
44
44
  "prepublishOnly": "npm run build",
45
- "postpublish": "npm run publish:cocoapod",
46
45
  "publish:cocoapod": "pod trunk push ./CapacitorStatusBar.podspec --allow-warnings"
47
46
  },
48
47
  "devDependencies": {
49
48
  "@capacitor/android": "^3.0.0",
50
49
  "@capacitor/core": "^3.0.0",
51
- "@capacitor/docgen": "0.0.17",
50
+ "@capacitor/docgen": "0.0.18",
52
51
  "@capacitor/ios": "^3.0.0",
53
52
  "@ionic/eslint-config": "^0.3.0",
54
53
  "@ionic/prettier-config": "~1.0.1",
@@ -80,5 +79,5 @@
80
79
  "publishConfig": {
81
80
  "access": "public"
82
81
  },
83
- "gitHead": "f0dcbb1413ba781714dfdc44f41c0ccab735b1e9"
82
+ "gitHead": "eadbffd4bf9f0859bd301a639ab4e0c3337ea8db"
84
83
  }