Skip to content

Commit 37d7da0

Browse files
chore: release 1.2.0 (#583)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5aea065 commit 37d7da0

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.2.0](https://www.github.com/codelearncreate/weavly.org/compare/v1.1.0...v1.2.0) (2022-06-21)
6+
7+
8+
### Features
9+
10+
* add styling for tables ([#582](https://www.github.com/codelearncreate/weavly.org/issues/582)) ([5384fd7](https://www.github.com/codelearncreate/weavly.org/commit/5384fd77e793f50ca80c1749ff3a2729c402fe9f))
11+
* implement logo (fixes [#628](https://www.github.com/codelearncreate/weavly.org/issues/628)) ([#644](https://www.github.com/codelearncreate/weavly.org/issues/644)) ([7be47b7](https://www.github.com/codelearncreate/weavly.org/commit/7be47b7e81b2c96f3cab765752cf0d4d1bbc8dea))
12+
13+
14+
### Bug Fixes
15+
16+
* add Share Learning Resources to CMS ([ca488cb](https://www.github.com/codelearncreate/weavly.org/commit/ca488cb48a912dacc8e4c863a5a010d619724ebc))
17+
* adjust resource image size (fix [#626](https://www.github.com/codelearncreate/weavly.org/issues/626)) ([#648](https://www.github.com/codelearncreate/weavly.org/issues/648)) ([ef6865e](https://www.github.com/codelearncreate/weavly.org/commit/ef6865efc9cd090f283c423aa3ac2742cdac8bd7))
18+
* adjust typography (fix [#625](https://www.github.com/codelearncreate/weavly.org/issues/625), fix [#627](https://www.github.com/codelearncreate/weavly.org/issues/627)) ([#646](https://www.github.com/codelearncreate/weavly.org/issues/646)) ([166af4c](https://www.github.com/codelearncreate/weavly.org/commit/166af4ca9cb239d69881c8784a76a768a9fceb9c))
19+
* remove slug filter ([260e659](https://www.github.com/codelearncreate/weavly.org/commit/260e6597fc416ae423448bb75741c3fa5c0b2e07))
20+
* restore filter functionality ([#712](https://www.github.com/codelearncreate/weavly.org/issues/712)) ([5aea065](https://www.github.com/codelearncreate/weavly.org/commit/5aea0654cdf02d89945f1244924a29ad72a801b7))
21+
522
## [1.1.0](https://www.github.com/codelearncreate/weavly.org/compare/v1.0.1...v1.1.0) (2021-11-29)
623

724

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codelearncreate/weavly.org",
33
"private": true,
4-
"version": "1.1.0",
4+
"version": "1.2.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 build:*",

0 commit comments

Comments
 (0)