Skip to content

Commit

Permalink
Merge pull request #1921 from bcgov/chore/release
Browse files Browse the repository at this point in the history
Chore/release
  • Loading branch information
pbastia authored Jun 3, 2024
2 parents 7b29192 + 689e94d commit e22041a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.17.1](https://github.com/bcgov/cas-cif/compare/1.17.0...1.17.1) (2024-06-03)

### Bug Fixes

- updating sentry packages ([dab7419](https://github.com/bcgov/cas-cif/commit/dab7419816164ca1c5f0f2c9d266ae4833b2bba7))

# [1.17.0](https://github.com/bcgov/cas-cif/compare/1.16.5...1.17.0) (2024-05-24)

### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ describe("the project amendment and revisions page", () => {
cy.findByRole("button", { name: /^submit/i }).click();

// edit managers -- delete a manager
cy.findByText(/project details/i).click();
cy.get("button")
.contains(/project details/i)
.click();
cy.findByText(/edit project managers/i).click();
cy.url().should("include", "/form/1");
cy.get("label")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ describe("when discarding a project revision, the project page", () => {

it("discards a revision when the user clicks the Discard Revision button", () => {
cy.navigateToFirstProjectEditRevisionPage();
cy.findByText(/Amendment 2/i).should("be.visible");
cy.get("header")
.contains(/Amendment 2/i)
.should("be.visible");
cy.findByText(/1. Project Overview/i).click();
cy.findByText(/Edit Project Overview/i).click();
cy.url().should("include", "/form/0");
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": "cas-cif",
"version": "1.17.0",
"version": "1.17.1",
"main": "index.js",
"repository": "https://github.com/bcgov/cas-cif.git",
"author": "[email protected]",
Expand Down
3 changes: 2 additions & 1 deletion schema/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -375,4 +375,5 @@ mutations/commit_form_change [mutations/[email protected]] 2023-11-22T19
@1.16.5 2024-05-22T23:00:27Z Mike Vesprini <[email protected]> # release v1.16.5
@1.17.0 2024-05-24T21:29:42Z Mike Vesprini <[email protected]> # release v1.17.0

tables/funding_stream_rfp_002 2024-05-28T22:41:57Z Brianna Cerkiewicz <briannacerkiewicz@pop-os> # Add 2024 funding streams values to funding_stream_rfp table
tables/funding_stream_rfp_002 2024-05-28T22:41:57Z Brianna Cerkiewicz <briannacerkiewicz@pop-os> # Add 2024 funding streams values to funding_stream_rfp table
@1.17.1 2024-06-03T23:17:40Z Pierre Bastianelli <[email protected]> # release v1.17.1

0 comments on commit e22041a

Please sign in to comment.