Skip to content

Commit

Permalink
chore(develop): release 3.15.1 (#3986)
Browse files Browse the repository at this point in the history
Co-authored-by: sre-read-write[bot] <92993749+sre-read-write[bot]@users.noreply.github.com>
Co-authored-by: Tim Arney <[email protected]>
  • Loading branch information
sre-read-write[bot] and timarney authored Jul 18, 2024
1 parent b5b5f6d commit 017ae3f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.15.0"
".": "3.15.1"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.15.1](https://github.com/cds-snc/platform-forms-client/compare/v3.15.0...v3.15.1) (2024-07-18)


### Bug Fixes

* action panel z-index ([#3981](https://github.com/cds-snc/platform-forms-client/issues/3981)) ([01e8e4f](https://github.com/cds-snc/platform-forms-client/commit/01e8e4fb9b166d80ebf936ff1fbcaee35985c4da))
* add toggle right panel from logic view nodes ([#3984](https://github.com/cds-snc/platform-forms-client/issues/3984)) ([0c748bf](https://github.com/cds-snc/platform-forms-client/commit/0c748bf6305eb4988261ad432344a6ec1e1c8a49))
* Import with groups ([#4008](https://github.com/cds-snc/platform-forms-client/issues/4008)) ([59cfd8b](https://github.com/cds-snc/platform-forms-client/commit/59cfd8bf86d9379d8b040ca7b866d2ccdbe6185c))
* overlapping element menus ([#3993](https://github.com/cds-snc/platform-forms-client/issues/3993)) ([1975c77](https://github.com/cds-snc/platform-forms-client/commit/1975c77cbe8afb28c421b7d9f1398d9f17121ef6))
* remove initial initialize for groups ([#4010](https://github.com/cds-snc/platform-forms-client/issues/4010)) ([c6fd62e](https://github.com/cds-snc/platform-forms-client/commit/c6fd62e0cbf818c74c35077f7d0f6a03fcc42c30))

## [3.15.0](https://github.com/cds-snc/platform-forms-client/compare/v3.14.1...v3.15.0) (2024-07-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gcforms",
"version": "3.15.0",
"version": "3.15.1",
"private": true,
"prisma": {
"seed": "tsx prisma/seeds/seed_cli.ts --environment=development"
Expand Down

0 comments on commit 017ae3f

Please sign in to comment.