@operato/app 1.1.52 → 1.1.53

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 +14 -14
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.1.53](https://github.com/hatiolab/operato/compare/v1.1.52...v1.1.53) (2023-01-01)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * lit@2.5.0 ([f156614](https://github.com/hatiolab/operato/commit/f15661455da80ec50e0ec12fde70f0d3e24ca096))
12
+
13
+
14
+
6
15
  ### [1.1.52](https://github.com/hatiolab/operato/compare/v1.1.51...v1.1.52) (2022-12-31)
7
16
 
8
17
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/app",
3
3
  "description": "WebApplication production supporting components following open-wc recommendations",
4
4
  "author": "heartyoh",
5
- "version": "1.1.52",
5
+ "version": "1.1.53",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "exports": {
@@ -114,17 +114,17 @@
114
114
  "@material/mwc-button": "^0.27.0",
115
115
  "@material/mwc-icon": "^0.27.0",
116
116
  "@material/mwc-icon-button": "^0.27.0",
117
- "@operato/attachment": "^1.1.52",
118
- "@operato/data-grist": "^1.1.52",
119
- "@operato/font": "^1.1.52",
120
- "@operato/form": "^1.1.52",
121
- "@operato/graphql": "^1.1.52",
122
- "@operato/i18n": "^1.1.52",
123
- "@operato/input": "^1.1.52",
124
- "@operato/layout": "^1.1.52",
125
- "@operato/property-editor": "^1.1.52",
126
- "@operato/shell": "^1.1.52",
127
- "@operato/styles": "^1.1.52",
117
+ "@operato/attachment": "^1.1.53",
118
+ "@operato/data-grist": "^1.1.53",
119
+ "@operato/font": "^1.1.53",
120
+ "@operato/form": "^1.1.53",
121
+ "@operato/graphql": "^1.1.53",
122
+ "@operato/i18n": "^1.1.53",
123
+ "@operato/input": "^1.1.53",
124
+ "@operato/layout": "^1.1.53",
125
+ "@operato/property-editor": "^1.1.53",
126
+ "@operato/shell": "^1.1.53",
127
+ "@operato/styles": "^1.1.53",
128
128
  "@operato/utils": "^1.1.52",
129
129
  "codemirror": "^5.64.0",
130
130
  "codemirror-graphql": "^1.3.2",
@@ -132,7 +132,7 @@
132
132
  "cross-fetch": "^3.1.5",
133
133
  "graphql": "^16.5.0",
134
134
  "graphql-tag": "^2.12.6",
135
- "lit": "^2.4.0"
135
+ "lit": "^2.5.0"
136
136
  },
137
137
  "devDependencies": {
138
138
  "@custom-elements-manifest/analyzer": "^0.4.17",
@@ -166,5 +166,5 @@
166
166
  "prettier --write"
167
167
  ]
168
168
  },
169
- "gitHead": "127a7b565d59baadf7764255dcc98c70ac836d70"
169
+ "gitHead": "a9bb8e84ab1f5ba8a7ffd4a0d4f1f4228aa7b5e2"
170
170
  }