Skip to content

Commit 53a06c4

Browse files
committed
Merge branch 'main' into feat/account/emailOrUsername
2 parents d729ff5 + 7228d64 commit 53a06c4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+3819
-3915
lines changed

.github/workflows/browserslist-regex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
browserslist-regex:
10-
uses: dargmuesli/github-actions/.github/workflows/[email protected].7
10+
uses: dargmuesli/github-actions/.github/workflows/[email protected].9
1111
secrets:
1212
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1313
with:

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
release_semantic_dry:
2727
needs: prepare_jobs
2828
name: Release (semantic, dry)
29-
uses: dargmuesli/github-actions/.github/workflows/[email protected].7
29+
uses: dargmuesli/github-actions/.github/workflows/[email protected].9
3030
if: needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
3131
permissions:
3232
contents: write
@@ -37,7 +37,7 @@ jobs:
3737
DRY_RUN: true
3838
build:
3939
name: Build
40-
uses: dargmuesli/github-actions/.github/workflows/[email protected].7
40+
uses: dargmuesli/github-actions/.github/workflows/[email protected].9
4141
needs: release_semantic_dry
4242
permissions:
4343
packages: write
@@ -49,7 +49,7 @@ jobs:
4949
release_semantic:
5050
needs: build
5151
name: Release (semantic)
52-
uses: dargmuesli/github-actions/.github/workflows/[email protected].7
52+
uses: dargmuesli/github-actions/.github/workflows/[email protected].9
5353
permissions:
5454
contents: write
5555
secrets:

.github/workflows/release-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
release-schedule:
1010
name: "Release: Scheduled"
11-
uses: dargmuesli/github-actions/.github/workflows/[email protected].7
11+
uses: dargmuesli/github-actions/.github/workflows/[email protected].9
1212
secrets:
1313
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1414
with:

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
## [10.17.0](https://github.com/maevsi/vibetype/compare/10.16.1...10.17.0) (2025-05-06)
2+
3+
### Features
4+
5+
* **components:** update form validation design ([#1875](https://github.com/maevsi/vibetype/issues/1875)) ([d6c53ca](https://github.com/maevsi/vibetype/commit/d6c53ca49d6ea139c0dbacdd1dd0e9ee65785367))
6+
7+
## [10.16.1](https://github.com/maevsi/vibetype/compare/10.16.0...10.16.1) (2025-05-06)
8+
9+
### Bug Fixes
10+
11+
* **server:** use proper unsubscribe list header ([39a3e28](https://github.com/maevsi/vibetype/commit/39a3e284bd97d70886811be62cd0dd8e686cb0a8))
12+
13+
## [10.16.0](https://github.com/maevsi/vibetype/compare/10.15.0...10.16.0) (2025-05-06)
14+
15+
### Features
16+
17+
* **server:** update logo in emails ([9b9ef23](https://github.com/maevsi/vibetype/commit/9b9ef23379855520478ee39e7094ecf27b8771df))
18+
19+
### Bug Fixes
20+
21+
* **server:** remove username from password reset emails ([1d5864e](https://github.com/maevsi/vibetype/commit/1d5864e188a22adc1af92da57020f756faae1b26))
22+
23+
## [10.15.0](https://github.com/maevsi/vibetype/compare/10.14.1...10.15.0) (2025-05-06)
24+
25+
### Features
26+
27+
* **utils:** upgrade to ses api v2 ([cbb006d](https://github.com/maevsi/vibetype/commit/cbb006dc665bfd37b1255b3c28a3c1fa2368e05f))
28+
29+
## [10.14.1](https://github.com/maevsi/vibetype/compare/10.14.0...10.14.1) (2025-05-06)
30+
31+
### Bug Fixes
32+
33+
* **components:** correct authentication form success computation ([6af28af](https://github.com/maevsi/vibetype/commit/6af28af4befab6b99204c5e68a14c0309e489132))
34+
35+
## [10.14.0](https://github.com/maevsi/vibetype/compare/10.13.0...10.14.0) (2025-05-02)
36+
37+
### Features
38+
39+
* **account:** handle api errors gracefully ([#1889](https://github.com/maevsi/vibetype/issues/1889)) ([0cc3d27](https://github.com/maevsi/vibetype/commit/0cc3d2755573c412138a55a578f32e8d6547a0f2))
40+
141
## [10.13.0](https://github.com/maevsi/vibetype/compare/10.12.0...10.13.0) (2025-04-29)
242

343
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"conventional-changelog-conventionalcommits": "8.0.0",
1010
"husky": "9.1.7",
1111
"jiti": "2.4.2",
12-
"lint-staged": "15.5.1",
12+
"lint-staged": "15.5.2",
1313
"semantic-release": "24.2.3"
1414
},
1515
"engines": {

pnpm-lock.yaml

Lines changed: 3476 additions & 3665 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/assets/css/vibetype.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
--accent-weak: #dcf9ea;
1212
--base-white: #fafafc;
1313
--critic-string: #e00000;
14+
--critic-weak: #ffebeb;
1415
--faint-line: #f2f2f2;
1516
--faint-weak: #f2f2f2;
1617
--semantic-accent-accent-icon: #12683a;
@@ -44,6 +45,7 @@
4445
--accent-weak-hover: #9cd0a6;
4546
--accent-weak: #c1dcc6;
4647
--base-white: #e4e4eb;
48+
--critic-weak: #e67070;
4749
--faint-line: #2d2d2c;
4850
--faint-weak: #3e3e38;
4951
--semantic-accent-accent-icon: #0a841e;

src/app/components/app/AppTipTap.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ const editor = useEditor({
286286
editorProps: {
287287
attributes: {
288288
class:
289-
'rounded-lg border border-(--semantic-base-line) bg-(--semantic-base-input-field-fill) flex-1 px-4 py-3 placeholder-(--semantic-base-text-secondary) outline-0 min-h-[100px]',
289+
'rounded-lg border border-(--semantic-base-line) bg-(--semantic-base-input-field-fill) flex-1 px-4 py-3 placeholder-(--semantic-base-text-secondary) outline-none min-h-[100px]',
290290
},
291291
},
292292
extensions: [

src/app/components/app/button/AppButton.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@
3333
</template>
3434

3535
<script setup lang="ts">
36-
import { cn } from '@/utils/shadcn'
3736
import type { ButtonHTMLAttributes, HtmlHTMLAttributes } from 'vue'
3837
import type { RouteLocationRaw } from 'vue-router'
3938
39+
import { cn } from '@/utils/shadcn'
40+
4041
const {
4142
ariaLabel,
4243
class: classProps,

src/app/components/early-bird/EarlyBirdForm.vue

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
<TypographyH6 class="text-center">
55
{{ t('title') }}
66
</TypographyH6>
7-
<TypographyBodyMedium v-slot="attributes">
8-
<span v-bind="attributes">
9-
{{ t('description') }}
10-
</span>
7+
<TypographyBodyMedium>
8+
{{ t('description') }}
119
</TypographyBodyMedium>
1210
</div>
1311
<FormEarlyBird ref="form" @success="emit('next')" />

0 commit comments

Comments
 (0)