Skip to content

Commit 939ba88

Browse files
committedApr 23, 2023
chore: updates changelog
1 parent f8f2fa9 commit 939ba88

File tree

2 files changed

+22
-11
lines changed

2 files changed

+22
-11
lines changed
 

‎CHANGELOG.md

+21-10
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,38 @@
1+
# 4.6.0
2+
3+
# features
4+
5+
- **component-create-script:** re-adds hygen template for components
6+
- **storybook:** re-implements storybook
7+
8+
# fixes
9+
10+
- **linting:** fixes linting errors
11+
112
# 4.5.0
213

314
## features
415

5-
- services: adds service component
6-
- services: moves services into sanity
7-
- sanity: adds vercel deploy plugin
8-
- dependencies: updates all dependencies
9-
- work-experience: improves ui
16+
- **services:** adds service component
17+
- **services:** moves services into sanity
18+
- **sanity:** adds vercel deploy plugin
19+
- **dependencies:** updates all dependencies
20+
- **work-experience:** improves ui
1021

1122
## fixes
1223

13-
- a11y: improves color contract
14-
- content-block: updates link styling
15-
- case-study: reduces width after box component changes
16-
- hooks-tests: updates tests for hooks in react 18
24+
- **a11y:** improves color contract
25+
- **content-block:** updates link styling
26+
- **case-study:** reduces width after box component changes
27+
- **hooks-tests:** updates tests for hooks in react 18
1728

1829
## ci/cd
1930

2031
- implements pipeline to run unit tests on pull requests
2132

2233
## refactors
2334

24-
- tailwind: adds auto sorting off css classes with prettier
35+
- **tailwind:** adds auto sorting off css classes with prettier
2536

2637
# 4.4.0
2738

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "portfolio",
33
"description": "A redesign of my portfolio website.",
4-
"version": "4.5.0",
4+
"version": "4.6.0",
55
"author": {
66
"name": "Jacob Herper",
77
"email": "jacob@herper.io",

1 commit comments

Comments
 (1)

vercel[bot] commented on Apr 23, 2023

@vercel[bot]
Please sign in to comment.