Skip to content

Commit 8fd7dd2

Browse files
chore(main): release 1.7.0 (#865)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1e97d3d commit 8fd7dd2

File tree

4 files changed

+29
-5
lines changed

4 files changed

+29
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.6.0"
2+
".": "1.7.0"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.7.0](https://github.com/codelearncreate/weavly.org/compare/v1.6.0...v1.7.0) (2024-05-06)
6+
7+
8+
### Features
9+
10+
* add co-design to menu (resolves [#874](https://github.com/codelearncreate/weavly.org/issues/874)) ([#876](https://github.com/codelearncreate/weavly.org/issues/876)) ([03e10d9](https://github.com/codelearncreate/weavly.org/commit/03e10d9668a43f846c4e1083819718fafe53d091))
11+
* add phone number and display IDRC project lead email on footer ([#872](https://github.com/codelearncreate/weavly.org/issues/872)) ([55df1a4](https://github.com/codelearncreate/weavly.org/commit/55df1a41149d5096074a521c7c28508100e733ba))
12+
* add redirects ([#873](https://github.com/codelearncreate/weavly.org/issues/873)) ([de10652](https://github.com/codelearncreate/weavly.org/commit/de106524d58f76c64bd5a14ae84c7a88a206effd))
13+
* remove analytics (resolves [#863](https://github.com/codelearncreate/weavly.org/issues/863)) ([#864](https://github.com/codelearncreate/weavly.org/issues/864)) ([b65bdcd](https://github.com/codelearncreate/weavly.org/commit/b65bdcdc3d36e1b0a1f91357246786658d42837a))
14+
* remove large media ([#875](https://github.com/codelearncreate/weavly.org/issues/875)) ([79c43f4](https://github.com/codelearncreate/weavly.org/commit/79c43f46d1da3f19150cc3f3c3b4fa8862b2d0b5))
15+
* support four cards on home page ([#893](https://github.com/codelearncreate/weavly.org/issues/893)) ([bf1f472](https://github.com/codelearncreate/weavly.org/commit/bf1f47294819ad2c31d1d8b775ee98c667871bcf))
16+
* update footer content ([#853](https://github.com/codelearncreate/weavly.org/issues/853)) ([0f393a9](https://github.com/codelearncreate/weavly.org/commit/0f393a9960c817233ed6456005f8551c9320b8a0))
17+
* update footer layout and content for supports ([#871](https://github.com/codelearncreate/weavly.org/issues/871)) ([67a6b00](https://github.com/codelearncreate/weavly.org/commit/67a6b00cffa8961d4f34b48658c3301732ffb3b9))
18+
19+
20+
### Bug Fixes
21+
22+
* idrc email address ([#870](https://github.com/codelearncreate/weavly.org/issues/870)) ([525a658](https://github.com/codelearncreate/weavly.org/commit/525a6587862ba313ba51f8b451e69710f8f2a3d8))
23+
* issue with form field style applying to UIO options ([#869](https://github.com/codelearncreate/weavly.org/issues/869)) ([3b14652](https://github.com/codelearncreate/weavly.org/commit/3b146528c1d337bab50aa7ec413874fba5b06e60))
24+
* use Netlify redirects file ([045218c](https://github.com/codelearncreate/weavly.org/commit/045218c27596dc4c36453647f67a10891e8f98df))
25+
526
## [1.6.0](https://github.com/codelearncreate/weavly.org/compare/v1.5.0...v1.6.0) (2023-08-29)
627

728

package-lock.json

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

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codelearncreate/weavly.org",
33
"private": true,
4-
"version": "1.6.0",
4+
"version": "1.7.0",
55
"description": "Fluid is an open, collaborative project to improve the user experience and inclusiveness of open source software.",
66
"scripts": {
77
"build": "npm-run-all -l clean -p build:*",
@@ -69,6 +69,9 @@
6969
"lint-staged": {
7070
"*.scss": "stylelint --fix",
7171
"*.{js,yml}": "eslint --fix",
72-
"*.md": ["markdownlint-cli2 --fix", "eslint --fix"]
72+
"*.md": [
73+
"markdownlint-cli2 --fix",
74+
"eslint --fix"
75+
]
7376
}
7477
}

0 commit comments

Comments
 (0)