Skip to content

Commit c7444fd

Browse files
committed
[VERSION] 0.9.0
1 parent fbd862e commit c7444fd

4 files changed

Lines changed: 30 additions & 3 deletions

File tree

docs/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## **0.9.0** <sub><sup>2022-12-30 ([1b6525f...fbd862e](https://github.com/lumium-technologies/lumium/compare/1b6525f...fbd862e?diff=split))</sup></sub>
2+
3+
### Features
4+
##### `space`
5+
* start work on workspace interface ([541ace7](https://github.com/lumium-technologies/lumium/commit/541ace7))
6+
7+
8+
### Bug Fixes
9+
* add authenticator to workspace ([cce3d04](https://github.com/lumium-technologies/lumium/commit/cce3d04))
10+
* add parameters back to sidebarheader ([e644f34](https://github.com/lumium-technologies/lumium/commit/e644f34))
11+
12+
##### `space`
13+
* empty effect dependencies ([9e28b51](https://github.com/lumium-technologies/lumium/commit/9e28b51))
14+
* effect loop ([c36bf89](https://github.com/lumium-technologies/lumium/commit/c36bf89))
15+
* infinite retrigger ([5d6e049](https://github.com/lumium-technologies/lumium/commit/5d6e049))
16+
17+
18+
### Merged Branches
19+
* develop ([aa76c0c](https://github.com/lumium-technologies/lumium/commit/aa76c0c))
20+
* develop ([4fe924a](https://github.com/lumium-technologies/lumium/commit/4fe924a))
21+
* develop ([9e56a1a](https://github.com/lumium-technologies/lumium/commit/9e56a1a))
22+
* develop ([5e8d4d9](https://github.com/lumium-technologies/lumium/commit/5e8d4d9))
23+
* develop ([7e3b515](https://github.com/lumium-technologies/lumium/commit/7e3b515))
24+
* develop ([7cf8c2b](https://github.com/lumium-technologies/lumium/commit/7cf8c2b))
25+
* develop ([7bdc4bc](https://github.com/lumium-technologies/lumium/commit/7bdc4bc))
26+
27+
128
## **0.8.1** <sub><sup>2022-12-29 ([7b64b8b...751bf1e](https://github.com/lumium-technologies/lumium/compare/7b64b8b...751bf1e?diff=split))</sup></sub>
229

330
### Bug Fixes

lumium-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lumium-api",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/lumium-technologies/lumium"

lumium-space/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lumium-space",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/lumium-technologies/lumium"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lumium",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/lumium-technologies/lumium"

0 commit comments

Comments
 (0)