From 436ce02f681df61c5ccc8b9e30c04ab15755ca2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 15:11:37 +0000 Subject: [PATCH] chore(release): release 1.7.0 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b61a1bb9..3eded936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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. +## [1.7.0](https://github.com/codelearncreate/weavly.org/compare/v1.6.0...v1.7.0) (2024-03-12) + + +### Features + +* 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)) +* update footer content ([#853](https://github.com/codelearncreate/weavly.org/issues/853)) ([0f393a9](https://github.com/codelearncreate/weavly.org/commit/0f393a9960c817233ed6456005f8551c9320b8a0)) +* 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)) + + +### Bug Fixes + +* idrc email address ([#870](https://github.com/codelearncreate/weavly.org/issues/870)) ([525a658](https://github.com/codelearncreate/weavly.org/commit/525a6587862ba313ba51f8b451e69710f8f2a3d8)) +* 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)) + ## [1.6.0](https://github.com/codelearncreate/weavly.org/compare/v1.5.0...v1.6.0) (2023-08-29) diff --git a/package-lock.json b/package-lock.json index 9c5bcc40..17a430cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@codelearncreate/weavly.org", - "version": "1.6.0", + "version": "1.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@codelearncreate/weavly.org", - "version": "1.6.0", + "version": "1.7.0", "license": "BSD-3-Clause", "dependencies": { "@11ty/eleventy": "2.0.1", diff --git a/package.json b/package.json index f9496255..a051f5bb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@codelearncreate/weavly.org", "private": true, - "version": "1.6.0", + "version": "1.7.0", "description": "Fluid is an open, collaborative project to improve the user experience and inclusiveness of open source software.", "scripts": { "build": "npm-run-all -l clean -p build:*",