@operato/app 1.1.72 → 1.1.73

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 +8 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.73](https://github.com/hatiolab/operato/compare/v1.1.72...v1.1.73) (2023-01-20)
7
+
8
+ **Note:** Version bump only for package @operato/app
9
+
10
+
11
+
12
+
13
+
6
14
  ### [1.1.72](https://github.com/hatiolab/operato/compare/v1.1.71...v1.1.72) (2023-01-20)
7
15
 
8
16
  **Note:** Version bump only for package @operato/app
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.72",
5
+ "version": "1.1.73",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "exports": {
@@ -114,15 +114,15 @@
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.72",
118
- "@operato/data-grist": "^1.1.72",
119
- "@operato/font": "^1.1.72",
117
+ "@operato/attachment": "^1.1.73",
118
+ "@operato/data-grist": "^1.1.73",
119
+ "@operato/font": "^1.1.73",
120
120
  "@operato/form": "^1.1.66",
121
121
  "@operato/graphql": "^1.1.53",
122
122
  "@operato/i18n": "^1.1.53",
123
123
  "@operato/input": "^1.1.67",
124
124
  "@operato/layout": "^1.1.67",
125
- "@operato/property-editor": "^1.1.72",
125
+ "@operato/property-editor": "^1.1.73",
126
126
  "@operato/shell": "^1.1.67",
127
127
  "@operato/styles": "^1.1.67",
128
128
  "@operato/utils": "^1.1.66",
@@ -166,5 +166,5 @@
166
166
  "prettier --write"
167
167
  ]
168
168
  },
169
- "gitHead": "70b92734ac67be826b7030bf9f3aee9242b0501a"
169
+ "gitHead": "e71a174d9a616d980226ca1cb5e731bfdf10026b"
170
170
  }