Skip to content

Commit

Permalink
Merge pull request #1232 from scheduleonce/staging-app2
Browse files Browse the repository at this point in the history
Merging staging-app2 in to master.
  • Loading branch information
OhTanishJain authored Jul 10, 2024
2 parents da3d3e9 + f8d9d21 commit 4a1db43
Show file tree
Hide file tree
Showing 23 changed files with 2,205 additions and 1,744 deletions.
2 changes: 1 addition & 1 deletion .lighthouse/jenkins-x/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ spec:
command:
- /bin/sh
- -c
image: dockeronce.azurecr.io/oncehub/nodejs:angular-v18.20.2
image: dockeronce.azurecr.io/oncehub/nodejs:angular-v20.14.0
name: unit-tests
- args:
- echo "Pushing image $DOCKER_REGISTRY/$REPO_NAME:$(cat VERSION)-PR-${PULL_NUMBER}..." && cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ 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).

## [8.0.22] - 2024-06-28

- [ONCEHUB-83609](https://scheduleonce.atlassian.net/browse/ONCEHUB-83609) update: package update for ws, socket.io and puppeteer

## [8.0.21] - 2024-06-25

- [ONCEHUB-72726] Update: Added toggle focus for dialog.

## [8.0.20] - 2024-06-20

- [ONCEHUB-73711](https://scheduleonce.atlassian.net/browse/ONCEHUB-73711) Update: Fix UI and accessibility issues for select.

## [8.0.19] - 2024-06-20

- [ONCEHUB-79424] Update: Alignment of the tabs "start", "center", "end".

## [8.0.18] - 2024-06-18

### Added

- [ONCEHUB-72726] Implemented `_toggleFocus` method in `dialog-container.ts` to dynamically add or remove focus from the dialog container based on a boolean parameter.

## [8.0.17] - 2024-06-04

- [ONCEHUB-25174] Fixed: Text links have rounded corner focus states in Safari browser
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dockeronce.azurecr.io/node:18.20.2-alpine3.19 AS build
FROM dockeronce.azurecr.io/node:20.14.0-alpine3.20 AS build
WORKDIR /app/website
COPY . /app/website
RUN chown root:root .
Expand Down
Loading

0 comments on commit 4a1db43

Please sign in to comment.