Skip to content

Commit 569b1d5

Browse files
chore(main): release souls-studio 0.1.2 (#27)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 31d3244 commit 569b1d5

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"apps/souls-studio": "0.1.1"
2+
"apps/souls-studio": "0.1.2"
33
}

apps/souls-studio/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
1212
src/generated/changelog.json for use in the What's New modal.
1313
-->
1414

15+
## [0.1.2](https://github.com/thedaviddias/souls-directory/compare/souls-studio-v0.1.1...souls-studio-v0.1.2) (2026-03-16)
16+
17+
18+
### Bug Fixes
19+
20+
* migrate Souls Studio from Tailwind v3 to v4 ([31d3244](https://github.com/thedaviddias/souls-directory/commit/31d32445e9d7bc6de65a39537054c3ee2c81d203))
21+
1522
## [0.1.1](https://github.com/thedaviddias/souls-directory/compare/souls-studio-v0.1.0...souls-studio-v0.1.1) (2026-03-16)
1623

1724

apps/souls-studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@souls-directory/studio",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/souls-studio/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Souls Studio",
44
"identifier": "com.soulsdirectory.studio",
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"build": {
77
"beforeBuildCommand": "pnpm run build",
88
"beforeDevCommand": "pnpm run dev",

0 commit comments

Comments
 (0)