Skip to content

Commit 915648a

Browse files
chore(release): publish 0.2.0
1 parent 1812444 commit 915648a

File tree

5 files changed

+63
-2
lines changed

5 files changed

+63
-2
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 0.2.0 (2024-12-02)
2+
3+
4+
### 🚀 Features
5+
6+
- **repo:** refactor electronService.serialPort to be able to listen to all serialport events ([d22e529](https://github.com/robsonos/spie/commit/d22e529))
7+
- **spie:** fix auto updater ([37166b5](https://github.com/robsonos/spie/commit/37166b5))
8+
- **spie-ui:** update theme ([2b3391b](https://github.com/robsonos/spie/commit/2b3391b))
9+
10+
### 🩹 Fixes
11+
12+
- **spie:** add app name to notifications ([fb6017a](https://github.com/robsonos/spie/commit/fb6017a))
13+
- **spie-ui:** standardise UI ([12e3a8a](https://github.com/robsonos/spie/commit/12e3a8a))
14+
- **spie-ui:** rename connection component for clarity ([8f577ed](https://github.com/robsonos/spie/commit/8f577ed))
15+
16+
### ❤️ Thank You
17+
18+
- Robson Oliveira dos Santos @robsonos
19+
120
## 0.1.0 (2024-11-19)
221

322

apps/spie-ui/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## 0.2.0 (2024-12-02)
2+
3+
4+
### 🚀 Features
5+
6+
- **spie:** fix auto updater ([37166b5](https://github.com/robsonos/spie/commit/37166b5))
7+
8+
- **repo:** refactor electronService.serialPort to be able to listen to all serialport events ([d22e529](https://github.com/robsonos/spie/commit/d22e529))
9+
10+
- **spie-ui:** update theme ([2b3391b](https://github.com/robsonos/spie/commit/2b3391b))
11+
12+
13+
### 🩹 Fixes
14+
15+
- **spie-ui:** standardise UI ([12e3a8a](https://github.com/robsonos/spie/commit/12e3a8a))
16+
17+
- **spie-ui:** rename connection component for clarity ([8f577ed](https://github.com/robsonos/spie/commit/8f577ed))
18+
19+
20+
### ❤️ Thank You
21+
22+
- Robson Oliveira dos Santos @robsonos
23+
124
## 0.1.0 (2024-11-19)
225

326

apps/spie-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "0.1.0",
2+
"version": "0.2.0",
33
"name": "spie-ui"
44
}

apps/spie/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 0.2.0 (2024-12-02)
2+
3+
4+
### 🚀 Features
5+
6+
- **spie:** fix auto updater ([37166b5](https://github.com/robsonos/spie/commit/37166b5))
7+
8+
- **repo:** refactor electronService.serialPort to be able to listen to all serialport events ([d22e529](https://github.com/robsonos/spie/commit/d22e529))
9+
10+
11+
### 🩹 Fixes
12+
13+
- **spie:** add app name to notifications ([fb6017a](https://github.com/robsonos/spie/commit/fb6017a))
14+
15+
16+
### ❤️ Thank You
17+
18+
- Robson Oliveira dos Santos @robsonos
19+
120
## 0.1.0 (2024-11-19)
221

322

apps/spie/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "0.1.0",
2+
"version": "0.2.0",
33
"name": "spie"
44
}

0 commit comments

Comments
 (0)