@operato/process 1.4.75 → 1.4.77

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
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.4.77](https://github.com/heartyoh/ioperato/compare/v1.4.76...v1.4.77) (2023-09-19)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * ensure a robust scaling on mobile browsers ([651a8a4](https://github.com/heartyoh/ioperato/commit/651a8a4157b131db0cda7f90cbc6d35082ee556d))
12
+
13
+
14
+
15
+ ### [1.4.76](https://github.com/heartyoh/ioperato/compare/v1.4.75...v1.4.76) (2023-09-18)
16
+
17
+ **Note:** Version bump only for package @operato/process
18
+
19
+
20
+
21
+
22
+
6
23
  ### [1.4.75](https://github.com/heartyoh/ioperato/compare/v1.4.74...v1.4.75) (2023-09-15)
7
24
 
8
25
  **Note:** Version bump only for package @operato/process
@@ -2,7 +2,7 @@
2
2
  <html lang="en-GB">
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
6
6
  <style>
7
7
  body {
8
8
  margin: 0;
@@ -2,7 +2,7 @@
2
2
  <html lang="en-GB">
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
6
6
  <style>
7
7
  body {
8
8
  margin: 0;
package/demo/index.html CHANGED
@@ -2,7 +2,7 @@
2
2
  <html lang="en-GB">
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
6
6
  <style>
7
7
  body {
8
8
  margin: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/process",
3
- "version": "1.4.75",
3
+ "version": "1.4.77",
4
4
  "description": "Webcomponent for business process modeling following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/src/index.js",
@@ -68,16 +68,16 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "@open-wc/scoped-elements": "^2.1.3",
71
- "@operato/app": "^1.4.64",
72
- "@operato/board": "^1.4.75",
73
- "@operato/data-grist": "^1.4.64",
74
- "@operato/font": "^1.4.64",
75
- "@operato/graphql": "^1.4.64",
71
+ "@operato/app": "^1.4.77",
72
+ "@operato/board": "^1.4.77",
73
+ "@operato/data-grist": "^1.4.77",
74
+ "@operato/font": "^1.4.77",
75
+ "@operato/graphql": "^1.4.76",
76
76
  "@operato/i18n": "^1.4.64",
77
77
  "@operato/input": "^1.4.64",
78
78
  "@operato/markdown": "^1.4.64",
79
79
  "@operato/popup": "^1.4.64",
80
- "@operato/property-editor": "^1.4.64",
80
+ "@operato/property-editor": "^1.4.77",
81
81
  "@operato/styles": "^1.4.64",
82
82
  "@operato/utils": "^1.4.64",
83
83
  "@polymer/paper-dropdown-menu": "^3.2.0",
@@ -128,5 +128,5 @@
128
128
  "prettier --write"
129
129
  ]
130
130
  },
131
- "gitHead": "8cd62a2f484591b8e9e265084ba2963bcb939608"
131
+ "gitHead": "e35db95bf129f3b40bfb1920ff5914707cb013b6"
132
132
  }