From 63f2e535a9368b1f7c4611de0e0a0282a53a803a Mon Sep 17 00:00:00 2001 From: Haneen Tout <55216015+HaneenT@users.noreply.github.com> Date: Tue, 11 Jun 2024 10:27:59 -0400 Subject: [PATCH 1/3] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 03b0bcf..9c6b5a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libra-web", - "version": "1.3.0", + "version": "1.7.0", "private": true, "dependencies": { "@fortawesome/fontawesome-svg-core": "1.2.36", From a66bc4394e08858e82f8aa27e8a748945269efbc Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Fri, 14 Jun 2024 11:07:55 -0400 Subject: [PATCH 2/3] Create changelog.md --- changelog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..a39333c --- /dev/null +++ b/changelog.md @@ -0,0 +1,14 @@ +# Changelog + +## Release 1.8 [unreleased] +Brief summary of what's in this release: + + +### Breaking changes + +Breaking changes include any database updates needed, if we need to edit any files on system (like .env or certs, etc). Things that are outside of the code itself that need changed for the system to work. + + +### Non-breaking changes + +Just a place to keep track of things that have changed in the code that we may want to pay special attention to when smoke testing, etc. From fc9cd41cda49f859091adc7d2fa4d5c32df1eaba Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Tue, 15 Oct 2024 10:28:00 -0400 Subject: [PATCH 3/3] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c6b5a5..16ae8ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libra-web", - "version": "1.7.0", + "version": "1.8.0", "private": true, "dependencies": { "@fortawesome/fontawesome-svg-core": "1.2.36",