Skip to content

Commit

Permalink
Merge branch 'main' into DEV-1513-change-psw
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremygordillo authored Mar 19, 2024
2 parents 1dc7276 + 7d21f19 commit 2d07ee0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions apps/nextjs-website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# nextjs-website

## 0.14.1

### Patch Changes

- 3effab5: [DEV-1534] Update webinar end time

## 0.14.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs-website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-website",
"version": "0.14.0",
"version": "0.14.1",
"private": true,
"scripts": {
"download-docs": "./scripts/fetch-docs.sh docs/from-gitbook",
Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs-website/src/_contents/webinars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const webinars: readonly Webinar[] = [
},
],
startDateTime: '2024-03-20T09:00:00.000Z',
endDateTime: '2024-03-20T09:45:00.000Z',
endDateTime: '2024-03-20T10:00:00.000Z',
subscribeCtaLabel: '',
relatedLinks: [
{
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2d07ee0

Please sign in to comment.