@aquera/nile-elements 0.1.46-beta-1.6 → 0.1.46-beta-1.7

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/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -79,6 +79,10 @@ To run a local development server that serves the basic demo located in `demo/in
79
79
 
80
80
  In this section, you can find the updates for each release of `nile-elements`. It's a good practice to maintain detailed release notes to help users and developers understand what changes have been made from one version to another and how these changes might affect their projects.
81
81
 
82
+ #### Version 0.1.46-beta-1.7
83
+ - Nile Tokenization: Admin UI defect fixes
84
+ - Dependency Nile 0.3.69-beta-1.5
85
+
82
86
  #### Version 0.1.46-beta-1.4
83
87
  - Nile Tokenization: Admin UI defect fixes
84
88
  - Dependency Nile 0.3.69-beta-1.4
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent nile-elements following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "nile-elements",
6
- "version": "0.1.46-beta-1.6",
6
+ "version": "0.1.46-beta-1.7",
7
7
  "main": "dist/src/index.js",
8
8
  "type": "module",
9
9
  "module": "dist/src/index.js",