@operato/input 2.0.0-beta.20 → 2.0.0-beta.22

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
+ ## [2.0.0-beta.22](https://github.com/hatiolab/operato/compare/v2.0.0-beta.21...v2.0.0-beta.22) (2024-06-13)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * operato tag for all package.json ([2334960](https://github.com/hatiolab/operato/commit/2334960db2186ade87ee590796a269fe5f5e9419))
12
+
13
+
14
+
6
15
  ## [2.0.0-beta.20](https://github.com/hatiolab/operato/compare/v2.0.0-beta.19...v2.0.0-beta.20) (2024-06-11)
7
16
 
8
17
 
package/package.json CHANGED
@@ -2,10 +2,11 @@
2
2
  "name": "@operato/input",
3
3
  "description": "Webcomponents for input following open-wc recommendations",
4
4
  "author": "heartyoh@hatiolab.com",
5
- "version": "2.0.0-beta.20",
5
+ "version": "2.0.0-beta.22",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "license": "MIT",
9
+ "operato": true,
9
10
  "publishConfig": {
10
11
  "access": "public",
11
12
  "@operato:registry": "https://registry.npmjs.org"
@@ -203,11 +204,11 @@
203
204
  "@codemirror/view": "^6.22.1",
204
205
  "@lit/localize": "^0.12.1",
205
206
  "@material/web": "^1.4.0",
206
- "@operato/color-picker": "^2.0.0-beta.0",
207
- "@operato/i18n": "^2.0.0-beta.16",
208
- "@operato/popup": "^2.0.0-beta.14",
209
- "@operato/styles": "^2.0.0-beta.13",
210
- "@operato/utils": "^2.0.0-beta.13",
207
+ "@operato/color-picker": "^2.0.0-beta.22",
208
+ "@operato/i18n": "^2.0.0-beta.22",
209
+ "@operato/popup": "^2.0.0-beta.22",
210
+ "@operato/styles": "^2.0.0-beta.22",
211
+ "@operato/utils": "^2.0.0-beta.22",
211
212
  "@polymer/paper-dropdown-menu": "^3.2.0",
212
213
  "@polymer/paper-item": "^3.0.1",
213
214
  "@thebespokepixel/es-tinycolor": "^3.1.0",
@@ -251,5 +252,5 @@
251
252
  "prettier --write"
252
253
  ]
253
254
  },
254
- "gitHead": "b17cf676ccdd3d005ae2cba046bb8fb51379a2ba"
255
+ "gitHead": "a0c43af5506fd7786061d78a6946489be6c37336"
255
256
  }