@operato/input 1.2.29 → 1.2.35

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 +9 -0
  2. package/package.json +8 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
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.2.35](https://github.com/hatiolab/operato/compare/v1.2.34...v1.2.35) (2023-05-12)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * license ([d14bd65](https://github.com/hatiolab/operato/commit/d14bd659d04ed69ff4332bd6e04aef4319ed6231))
12
+
13
+
14
+
6
15
  ### [1.2.29](https://github.com/hatiolab/operato/compare/v1.2.28...v1.2.29) (2023-05-02)
7
16
 
8
17
 
package/package.json CHANGED
@@ -2,9 +2,10 @@
2
2
  "name": "@operato/input",
3
3
  "description": "Webcomponents for input following open-wc recommendations",
4
4
  "author": "heartyoh@hatiolab.com",
5
- "version": "1.2.29",
5
+ "version": "1.2.35",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
+ "license": "MIT",
8
9
  "publishConfig": {
9
10
  "access": "public",
10
11
  "@operato:registry": "https://registry.npmjs.org"
@@ -169,11 +170,11 @@
169
170
  "dependencies": {
170
171
  "@lit/localize": "^0.11.2",
171
172
  "@material/mwc-icon": "^0.27.0",
172
- "@operato/color-picker": "^1.2.0",
173
- "@operato/i18n": "^1.2.28",
174
- "@operato/popup": "^1.2.28",
175
- "@operato/styles": "^1.2.28",
176
- "@operato/utils": "^1.2.28",
173
+ "@operato/color-picker": "^1.2.35",
174
+ "@operato/i18n": "^1.2.35",
175
+ "@operato/popup": "^1.2.35",
176
+ "@operato/styles": "^1.2.35",
177
+ "@operato/utils": "^1.2.35",
177
178
  "@polymer/paper-dropdown-menu": "^3.2.0",
178
179
  "@polymer/paper-item": "^3.0.1",
179
180
  "@thebespokepixel/es-tinycolor": "^3.1.0",
@@ -217,5 +218,5 @@
217
218
  "prettier --write"
218
219
  ]
219
220
  },
220
- "gitHead": "e890be0831bf9a908855420039f72063f13a9145"
221
+ "gitHead": "2cf1488b4b0f72f8309b8b8f24620a4f1b3a685c"
221
222
  }