We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3cea2d commit bcfdba0Copy full SHA for bcfdba0
3 files changed
.changeset/forty-pumas-breathe.md
CHANGELOG.md
@@ -1,5 +1,20 @@
1
# landing-page
2
3
+## 1.8.0
4
+
5
+### Minor Changes
6
7
+- Add new link border
8
+ Add aria-label
9
+ Change sections images to the same size and tiny png
10
+ Illustration background animation is now equal in all sections
11
12
+## 1.7.0 2023-11-10
13
14
15
16
+- 268e214: Add new cicd workflow
17
18
## 1.6.3 - 2023-10-28
19
20
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "landing-page",
- "version": "1.6.3",
+ "version": "1.8.0",
"private": true,
"scripts": {
"dev": "next dev",
0 commit comments