@operato/scene-timer 1.0.0-alpha.34 → 1.0.0-alpha.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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.0.0-alpha.35](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.34...v1.0.0-alpha.35) (2022-07-15)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * add draft menu for gangsters ([8460622](https://github.com/things-scene/operato-scene/commit/8460622e7cef9cd7ad47f179c59d864b091867f6))
12
+ * latest dependencies ([f5ea226](https://github.com/things-scene/operato-scene/commit/f5ea2264cde9ee6a0e20586ce9e86e47a3d8d922))
13
+ * latest dependencies ([7438dd3](https://github.com/things-scene/operato-scene/commit/7438dd3de9bdef939051ff72aad4c1b5608b6ab9))
14
+
15
+
16
+
6
17
  ## [1.0.0-alpha.34](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.33...v1.0.0-alpha.34) (2022-07-11)
7
18
 
8
19
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Timer component for things-scene",
4
4
  "license": "MIT",
5
5
  "author": "heartyoh",
6
- "version": "1.0.0-alpha.34",
6
+ "version": "1.0.0-alpha.35",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.js",
9
9
  "things-scene": true,
@@ -30,8 +30,8 @@
30
30
  },
31
31
  "devDependencies": {
32
32
  "@hatiolab/prettier-config": "^1.0.0",
33
- "@things-factory/builder": "^5.0.0-zeta.16",
34
- "@things-factory/operato-board": "^5.0.0-zeta.16",
33
+ "@things-factory/builder": "^5.0.0-zeta.19",
34
+ "@things-factory/operato-board": "^5.0.0-zeta.19",
35
35
  "@typescript-eslint/eslint-plugin": "^4.33.0",
36
36
  "@typescript-eslint/parser": "^4.33.0",
37
37
  "@web/dev-server": "^0.1.28",
@@ -56,5 +56,5 @@
56
56
  "prettier --write"
57
57
  ]
58
58
  },
59
- "gitHead": "6c871517949addad3dbb8cc1127dbc7bdcf2d90b"
59
+ "gitHead": "75b82d7276c8c6e5a8139ae624505a4ec743b2d3"
60
60
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "keyword": "키워드",
3
3
  "label.background-color": "배경 색상",
4
- "label.days": "일수",
4
+ "label.days": "",
5
5
  "label.due": "종료시간",
6
6
  "label.hours": "시간",
7
7
  "label.minutes": "분",
8
8
  "label.seconds": "초",
9
9
  "label.format-run": "포맷",
10
10
  "label.format-stop": "멈춤"
11
- }
11
+ }