@operato/board 1.2.33 → 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.33](https://github.com/hatiolab/operato/compare/v1.2.32...v1.2.33) (2023-05-07)
7
16
 
8
17
 
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@operato/board",
3
- "version": "1.2.33",
3
+ "version": "1.2.35",
4
4
  "description": "Webcomponent for board following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
+ "license": "MIT",
8
9
  "publishConfig": {
9
10
  "access": "public",
10
11
  "@operato:registry": "https://registry.npmjs.org"
@@ -87,18 +88,18 @@
87
88
  },
88
89
  "dependencies": {
89
90
  "@open-wc/scoped-elements": "^2.0.0-next.6",
90
- "@operato/app": "^1.2.32",
91
- "@operato/data-grist": "^1.2.31",
92
- "@operato/font": "^1.2.31",
93
- "@operato/graphql": "^1.2.28",
94
- "@operato/i18n": "^1.2.28",
95
- "@operato/input": "^1.2.29",
96
- "@operato/layout": "^1.2.28",
97
- "@operato/markdown": "^1.2.28",
98
- "@operato/popup": "^1.2.28",
99
- "@operato/property-editor": "^1.2.31",
100
- "@operato/styles": "^1.2.28",
101
- "@operato/utils": "^1.2.28",
91
+ "@operato/app": "^1.2.35",
92
+ "@operato/data-grist": "^1.2.35",
93
+ "@operato/font": "^1.2.35",
94
+ "@operato/graphql": "^1.2.35",
95
+ "@operato/i18n": "^1.2.35",
96
+ "@operato/input": "^1.2.35",
97
+ "@operato/layout": "^1.2.35",
98
+ "@operato/markdown": "^1.2.35",
99
+ "@operato/popup": "^1.2.35",
100
+ "@operato/property-editor": "^1.2.35",
101
+ "@operato/styles": "^1.2.35",
102
+ "@operato/utils": "^1.2.35",
102
103
  "@polymer/paper-dropdown-menu": "^3.2.0",
103
104
  "@types/file-saver": "^2.0.4",
104
105
  "@types/sortablejs": "^1.10.7",
@@ -147,5 +148,5 @@
147
148
  "prettier --write"
148
149
  ]
149
150
  },
150
- "gitHead": "b75225c41dd16f55c1d2ad3ebe0f218b97759cb0"
151
+ "gitHead": "2cf1488b4b0f72f8309b8b8f24620a4f1b3a685c"
151
152
  }