@operato/scene-chartjs 1.0.0-alpha.1 → 1.0.0-alpha.2

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 (3) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/LICENSE +1 -1
  3. package/package.json +3 -3
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.0.0-alpha.2](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2022-03-13)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * [@operato](https://github.com/operato) 1.0.0-alpha.14 ([c124d67](https://github.com/things-scene/operato-scene/commit/c124d672260ac940175a2a831f702aa3b5f5c996))
12
+
13
+
14
+
6
15
  ## [1.0.0-alpha.1](https://github.com/things-scene/operato-scene/compare/v0.1.5...v1.0.0-alpha.1) (2022-03-13)
7
16
 
8
17
 
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021 Hearty, Oh
3
+ Copyright (c) hatiolab.com
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@operato/scene-chartjs",
3
3
  "description": "Things Scene ChartJS Component",
4
- "version": "1.0.0-alpha.1",
4
+ "version": "1.0.0-alpha.2",
5
5
  "license": "MIT",
6
6
  "author": "heartyoh",
7
7
  "main": "dist/index.js",
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "@hatiolab/prettier-config": "^1.0.0",
49
- "@operato/board": "^1.0.0-alpha.13",
49
+ "@operato/board": "^1.0.0-alpha.14",
50
50
  "@things-factory/builder": "^5.0.0-alpha.5",
51
51
  "@things-factory/operato-board": "^5.0.0-alpha.5",
52
52
  "@types/chart.js": "2.9.34",
@@ -74,5 +74,5 @@
74
74
  "prettier --write"
75
75
  ]
76
76
  },
77
- "gitHead": "f7ad50f082b788b2776f16c9a329d57c9db9dc77"
77
+ "gitHead": "5cdd6fef45cb25cbc17638b400443d93592a6136"
78
78
  }