From 0ac39301d10d5b5883eb3341646c6a4e18ce1396 Mon Sep 17 00:00:00 2001 From: Nathaniel Blackburn Date: Sat, 12 Nov 2022 23:09:25 +0000 Subject: [PATCH 1/2] chore: update stack links --- src/config/stack.ts | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/config/stack.ts b/src/config/stack.ts index 670da846..66eb22f0 100644 --- a/src/config/stack.ts +++ b/src/config/stack.ts @@ -41,12 +41,22 @@ export const stack: StackItem[] = [ }, { title: 'Affinity Designer', - href: 'https://affinity.serif.com', + href: 'https://affinity.serif.com/en-gb/designer', type: StackType.DESIGN }, { - title: 'Figma', - href: 'https://figma.com', + title: 'Affinity Photo', + href: 'https://affinity.serif.com/en-gb/photo', + type: StackType.DESIGN + }, + { + title: 'Affinity Publisher', + href: 'https://affinity.serif.com/en-gb/publisher', + type: StackType.DESIGN + }, + { + title: 'Stark', + href: 'https://www.getstark.co', type: StackType.DESIGN }, { From 6d77cdb4dc3c0afe2cc57069f652443b25da0575 Mon Sep 17 00:00:00 2001 From: Nathaniel Blackburn Date: Sat, 12 Nov 2022 23:10:04 +0000 Subject: [PATCH 2/2] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 14fa03d6..5459fa3a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nblackburn/website", "private": true, - "version": "1.9.0", + "version": "1.9.1", "scripts": { "start": "astro dev", "build": "astro build",