@capacitor/action-sheet 1.0.7 → 1.0.8

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,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
+ ## [1.0.8](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@1.0.7...@capacitor/action-sheet@1.0.8) (2022-02-10)
7
+
8
+ **Note:** Version bump only for package @capacitor/action-sheet
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.0.7](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@1.0.6...@capacitor/action-sheet@1.0.7) (2022-01-19)
7
15
 
8
16
 
package/README.md CHANGED
@@ -15,6 +15,10 @@ This plugin will use the following project variables (defined in your app's `var
15
15
 
16
16
  - `$androidxMaterialVersion`: version of `com.google.android.material:material` (default: `1.3.0`)
17
17
 
18
+ ## PWA Notes
19
+
20
+ [PWA Elements](https://capacitorjs.com/docs/web/pwa-elements) are required for Action Sheet plugin to work.
21
+
18
22
  ## Example
19
23
 
20
24
  ```typescript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/action-sheet",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "The Action Sheet API provides access to native Action Sheets, which come up from the bottom of the screen and display actions a user can take.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "f18ee6482e1ec8e5fb0290d51f598397133af990"
82
+ "gitHead": "5bebfefe9bdca4d49f0e02dab74b02a692d3ed86"
83
83
  }