Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](1.1.0...1.2.0) (2023-02-11)

### Bug Fixes

* 1.style conflict bug ([a5c834a](a5c834a))

### Features

* 1.i18n support(not really finish) ([fa96d86](fa96d86))
  • Loading branch information
semantic-release-bot committed Feb 11, 2023
1 parent 6a3c0d7 commit 6d1213d
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 63 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.2.0](https://github.com/JuckZ/awesome-brain-manager/compare/1.1.0...1.2.0) (2023-02-11)


### Bug Fixes

* 1.style conflict bug ([a5c834a](https://github.com/JuckZ/awesome-brain-manager/commit/a5c834ae55cd7b84e6a94ec531f3c50623ef6191))


### Features

* 1.i18n support(not really finish) ([fa96d86](https://github.com/JuckZ/awesome-brain-manager/commit/fa96d865fd2f56c42c3365cd6c6bf2a8ecf6e496))

# [1.1.0](https://github.com/JuckZ/awesome-brain-manager/compare/1.0.1...1.1.0) (2023-02-11)


Expand Down
96 changes: 59 additions & 37 deletions dest/main.js

Large diffs are not rendered by default.

32 changes: 9 additions & 23 deletions dest/styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* sfc-style:D:\projects\awesome-brain-manager\src\ui\PomodoroListView.vue?type=style&index=0 */
/* sfc-style:/home/runner/work/awesome-brain-manager/awesome-brain-manager/src/ui/PomodoroListView.vue?type=style&index=0 */
#pomodoroList {
background-color: none !important;
}
Expand All @@ -13,28 +13,28 @@
flex: 1;
}

/* sfc-style:D:\projects\awesome-brain-manager\src\ui\CalendarView.vue?type=style&index=0 */
#calendarContainerInSelf[data-v-c3071a59] .n-calendar-header__extra .n-button-group .n-button {
/* sfc-style:/home/runner/work/awesome-brain-manager/awesome-brain-manager/src/ui/CalendarView.vue?type=style&index=0 */
#calendarContainerInSelf[data-v-fa20c457] .n-calendar-header__extra .n-button-group .n-button {
max-width: max-content;
}

/* sfc-style:D:\projects\awesome-brain-manager\src\ui\ClockView.vue?type=style&index=0 */
.radialTimeText[data-v-3b6139ec] {
/* sfc-style:/home/runner/work/awesome-brain-manager/awesome-brain-manager/src/ui/ClockView.vue?type=style&index=0 */
.radialTimeText[data-v-8dea1342] {
font-size: 32px;
font-weight: 600;
}

/* sfc-style:D:\projects\awesome-brain-manager\src\ui\PomodoroHistory.vue?type=style&index=0 */
#historyViewContainer[data-v-fb617fc8] {
/* sfc-style:/home/runner/work/awesome-brain-manager/awesome-brain-manager/src/ui/PomodoroHistory.vue?type=style&index=0 */
#historyViewContainer[data-v-81d758ef] {
padding: 5px 10px;
}

/* fakecss:D:/projects/awesome-brain-manager/src/ui/components/Icon.esbuild-svelte-fake-css */
/* fakecss:/home/runner/work/awesome-brain-manager/awesome-brain-manager/src/ui/components/Icon.esbuild-svelte-fake-css */
.icon.svelte-1gcidq0 {
vertical-align: middle;
}

/* fakecss:D:/projects/awesome-brain-manager/src/ui/components/Reminder.esbuild-svelte-fake-css */
/* fakecss:/home/runner/work/awesome-brain-manager/awesome-brain-manager/src/ui/components/Reminder.esbuild-svelte-fake-css */
main.svelte-ero3m8 {
padding: 1em;
margin: 0 auto;
Expand All @@ -57,17 +57,3 @@ main.svelte-ero3m8 {
}

/* src/main.scss */
body {
font: 100% Helvetica, sans-serif;
color: #333;
}
.book {
border: 1px solid var(--background-modifier-border);
padding: 10px;
}
.book__title {
font-weight: 600;
}
.book__author {
color: var(--text-muted);
}
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "awesome-brain-manager",
"name": "Awesome Brain Manager",
"version": "1.1.0",
"version": "1.2.0",
"minAppVersion": "0.15.0",
"description": "A toolkit tries to solve all the trivial problems most people usually encountered in obsidian.",
"author": "Juck",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "awesome-brain-manager",
"version": "1.1.0",
"version": "1.2.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"husky": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.1.0": "0.15.0"
"1.1.0": "0.15.0",
"1.2.0": "0.15.0"
}

0 comments on commit 6d1213d

Please sign in to comment.