@operato/shell 2.0.0-beta.14 → 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 +7 -6
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.14](https://github.com/hatiolab/operato/compare/v2.0.0-beta.13...v2.0.0-beta.14) (2024-06-10)
7
16
 
8
17
  **Note:** Version bump only for package @operato/shell
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/shell",
3
3
  "description": "WebApplication architecturing shell following open-wc recommendations",
4
4
  "author": "heartyoh",
5
- "version": "2.0.0-beta.14",
5
+ "version": "2.0.0-beta.22",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "exports": {
@@ -33,6 +33,7 @@
33
33
  }
34
34
  },
35
35
  "license": "MIT",
36
+ "operato": true,
36
37
  "publishConfig": {
37
38
  "access": "public",
38
39
  "@operato:registry": "https://registry.npmjs.org"
@@ -57,10 +58,10 @@
57
58
  },
58
59
  "dependencies": {
59
60
  "@material/web": "^1.4.0",
60
- "@operato/graphql": "^2.0.0-beta.13",
61
- "@operato/popup": "^2.0.0-beta.14",
62
- "@operato/styles": "^2.0.0-beta.13",
63
- "@operato/utils": "^2.0.0-beta.13",
61
+ "@operato/graphql": "^2.0.0-beta.22",
62
+ "@operato/popup": "^2.0.0-beta.22",
63
+ "@operato/styles": "^2.0.0-beta.22",
64
+ "@operato/utils": "^2.0.0-beta.22",
64
65
  "@webcomponents/scoped-custom-element-registry": "^0.0.9",
65
66
  "lit": "^3.1.2",
66
67
  "lodash-es": "^4.17.21",
@@ -100,5 +101,5 @@
100
101
  "prettier --write"
101
102
  ]
102
103
  },
103
- "gitHead": "2f3c3eb99f4435dc4d0d66bc097647b3d8351ba1"
104
+ "gitHead": "a0c43af5506fd7786061d78a6946489be6c37336"
104
105
  }