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

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -3,7 +3,7 @@
3
3
  "description": "Firebase datasource component for things-scene.",
4
4
  "license": "MIT",
5
5
  "author": "heartyoh",
6
- "version": "1.0.0-alpha.1",
6
+ "version": "1.0.0-alpha.2",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.js",
9
9
  "things-scene": true,
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "devDependencies": {
32
32
  "@hatiolab/prettier-config": "^1.0.0",
33
- "@operato/board": "^1.0.0-alpha.13",
33
+ "@operato/board": "^1.0.0-alpha.14",
34
34
  "@things-factory/builder": "^5.0.0-alpha.5",
35
35
  "@things-factory/operato-board": "^5.0.0-alpha.5",
36
36
  "@typescript-eslint/eslint-plugin": "^4.33.0",
@@ -57,5 +57,5 @@
57
57
  "prettier --write"
58
58
  ]
59
59
  },
60
- "gitHead": "f7ad50f082b788b2776f16c9a329d57c9db9dc77"
60
+ "gitHead": "5cdd6fef45cb25cbc17638b400443d93592a6136"
61
61
  }