@operato/app 1.2.32 → 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 +15 -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.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.32](https://github.com/hatiolab/operato/compare/v1.2.31...v1.2.32) (2023-05-06)
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.2.32",
5
+ "version": "1.2.35",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "exports": {
@@ -92,6 +92,7 @@
92
92
  ]
93
93
  }
94
94
  },
95
+ "license": "MIT",
95
96
  "publishConfig": {
96
97
  "access": "public",
97
98
  "@operato:registry": "https://registry.npmjs.org"
@@ -118,18 +119,18 @@
118
119
  "@material/mwc-button": "^0.27.0",
119
120
  "@material/mwc-icon": "^0.27.0",
120
121
  "@material/mwc-icon-button": "^0.27.0",
121
- "@operato/attachment": "^1.2.31",
122
- "@operato/data-grist": "^1.2.31",
123
- "@operato/font": "^1.2.31",
124
- "@operato/form": "^1.2.28",
125
- "@operato/graphql": "^1.2.28",
126
- "@operato/i18n": "^1.2.28",
127
- "@operato/input": "^1.2.29",
128
- "@operato/layout": "^1.2.28",
129
- "@operato/property-editor": "^1.2.31",
130
- "@operato/shell": "^1.2.28",
131
- "@operato/styles": "^1.2.28",
132
- "@operato/utils": "^1.2.28",
122
+ "@operato/attachment": "^1.2.35",
123
+ "@operato/data-grist": "^1.2.35",
124
+ "@operato/font": "^1.2.35",
125
+ "@operato/form": "^1.2.35",
126
+ "@operato/graphql": "^1.2.35",
127
+ "@operato/i18n": "^1.2.35",
128
+ "@operato/input": "^1.2.35",
129
+ "@operato/layout": "^1.2.35",
130
+ "@operato/property-editor": "^1.2.35",
131
+ "@operato/shell": "^1.2.35",
132
+ "@operato/styles": "^1.2.35",
133
+ "@operato/utils": "^1.2.35",
133
134
  "codemirror": "^5.64.0",
134
135
  "codemirror-graphql": "^1.3.2",
135
136
  "cronstrue": "^2.2.0",
@@ -170,5 +171,5 @@
170
171
  "prettier --write"
171
172
  ]
172
173
  },
173
- "gitHead": "08e016b41b9f60690fa51e0ac937ce83d471ac5d"
174
+ "gitHead": "2cf1488b4b0f72f8309b8b8f24620a4f1b3a685c"
174
175
  }