Skip to content

Commit

Permalink
Merge pull request #2284 from bcgov/chore/release
Browse files Browse the repository at this point in the history
Chore/release 2.23.5
  • Loading branch information
pbastia authored Aug 1, 2024
2 parents bc6e154 + 02098a2 commit 38099cb
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 16 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

### [2.23.5](https://github.com/bcgov/cas-ciip-portal/compare/v2.23.4...v2.23.5) (2024-08-01)

### [2.23.4](https://github.com/bcgov/cas-ciip-portal/compare/v2.23.3...v2.23.4) (2024-02-23)


Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ggircs-industry-ciip-portal",
"version": "2.23.4",
"version": "2.23.5",
"description": "The online portal for Industry to apply and track their CIIP applications",
"scripts": {
"pretest": "npm run build:relay",
Expand Down
19 changes: 7 additions & 12 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12674,21 +12674,16 @@ write-file-atomic@^3.0.0:
typedarray-to-buffer "^3.1.5"

ws@^5.2.0:
version "5.2.3"
resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.3.tgz#05541053414921bc29c63bee14b8b0dd50b07b3d"
integrity sha512-jZArVERrMsKUatIdnLzqvcfydI85dvd/Fp1u/VOpfdDWQ4c9qWXe+VIeAbQ5FrDwciAkr+lzofXLz3Kuf26AOA==
version "5.2.4"
resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.4.tgz#c7bea9f1cfb5f410de50e70e82662e562113f9a7"
integrity sha512-fFCejsuC8f9kOSu9FYaOw8CdO68O3h5v0lg4p74o8JqWpwTf9tniOD+nOB78aWoVSS6WptVUmDrp/KPsMVBWFQ==
dependencies:
async-limiter "~1.0.0"

ws@^7.4.2, ws@^7.4.5:
version "7.4.6"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==

ws@^7.4.6:
version "7.5.9"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591"
integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==
ws@^7.4.2, ws@^7.4.5, ws@^7.4.6:
version "7.5.10"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.10.tgz#58b5c20dc281633f6c19113f39b349bd8bd558d9"
integrity sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==

xml-name-validator@^3.0.0:
version "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion current_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.23.4
2.23.5
4 changes: 2 additions & 2 deletions helm/cas-ciip-portal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: cas-ciip-portal
description: A Helm chart for the CIIP portal
type: application
version: 0.3.63
appVersion: 2.23.4
version: 0.3.64
appVersion: 2.23.5
dependencies:
- name: cas-postgres
version: "0.9.1"
Expand Down
1 change: 1 addition & 0 deletions schema/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -472,3 +472,4 @@ tables/incremental_fuel_charge_baseline_001 [tables/incremental_fuel_charge_base
@v2.23.2 2023-11-22T17:05:33Z Dylan Leard <[email protected]> # release v2.23.2
@v2.23.3 2023-12-11T21:44:46Z Dylan Leard <[email protected]> # release v2.23.3
@v2.23.4 2024-02-23T21:10:41Z Pierre Bastianelli <[email protected]> # release v2.23.4
@v2.23.5 2024-08-01T16:41:07Z Pierre Bastianelli <[email protected]> # release v2.23.5

0 comments on commit 38099cb

Please sign in to comment.