From 851408e5d2b02e350bc2ac1df912fec3199392c6 Mon Sep 17 00:00:00 2001 From: Radhika Patel <64517071+patelradhika@users.noreply.github.com> Date: Tue, 30 Apr 2024 14:31:22 +0530 Subject: [PATCH] Production release v0.7.0 (#281) * Rename all instances of Dashboard to Roadmap * Add action to navigate to product roadmap from products listing page * Add options from the Download PDF button: Download or Send * Dev deployment (#267) * initial merge * fix ts setup and other versions * bring in changes from release client * pull changes from release client * pull in changes from release client - 3 * add missing global context * temp fix for release summary endpoint * bring in missing changes from release client * UI/CSS fixes * Make descriptive fields in the wizard optional * add chatbot * bring in changes from release client demo * UI clean up * Add complexity and release_uuid fields to the feature form * Add complexity and release_uuid fields to the feature form * Add complexity and release_uuid fields to the feature form * Update a feature * Save assignees assigned to an issue * Make timezone field an autocomplete select * List release features * List features issues * fix github actions * bump version * Production release v0.6.0 (#251) * Rename all instances of Dashboard to Roadmap * Add action to navigate to product roadmap from products listing page * Add options from the Download PDF button: Download or Send * initial merge * fix ts setup and other versions * bring in changes from release client * pull changes from release client * pull in changes from release client - 3 * add missing global context * temp fix for release summary endpoint * bring in missing changes from release client * UI/CSS fixes * Make descriptive fields in the wizard optional * add chatbot * bring in changes from release client demo * UI clean up * Add complexity and release_uuid fields to the feature form * Add complexity and release_uuid fields to the feature form * Add complexity and release_uuid fields to the feature form * Update a feature * Save assignees assigned to an issue * Make timezone field an autocomplete select * List release features * List features issues * fix github actions * bump version --------- Co-authored-by: IvyMM Co-authored-by: Peter Odeny Co-authored-by: Greg Lind * fix webpack production settings * Releases list fixes * fix sync data from tool check * Order releases by release date (#262) * Update node version * Kanban: Dragging first item to an empty swimlane * fix prod github action --------- Co-authored-by: Greg Lind Co-authored-by: IvyMM Co-authored-by: Peter Odeny * initial landing page changes * fix landing page url * Bump patch version * User registration from invite link * fix github action for artifact registry * Fix issues (#274) Fixing testing bugs on Dev * Suggested issue linking fix while creation - #275 (#277) * patch version * fix prod image name --------- Co-authored-by: IvyMM Co-authored-by: Peter Odeny Co-authored-by: Greg Lind Co-authored-by: Tanmay Jain <152588390+TanmayJain92@users.noreply.github.com> Co-authored-by: Kevin Macwan <152271187+kevin-mac-aj@users.noreply.github.com> --- .github/workflows/prod-build.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prod-build.yml b/.github/workflows/prod-build.yml index 108b8ae5..6dde7e30 100644 --- a/.github/workflows/prod-build.yml +++ b/.github/workflows/prod-build.yml @@ -8,7 +8,7 @@ on: env: PROJECT_ID: dev-buildly REGION: us - IMAGE_NAME: us-docker.pkg.dev/dev-buildly/gcr.io/dev/buildly-ui + IMAGE_NAME: us-docker.pkg.dev/dev-buildly/gcr.io/prod/buildly-ui jobs: build: diff --git a/package.json b/package.json index 46575f57..b32d272e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "buildly-react-template", - "version": "v0.6.3", + "version": "v0.7.0", "description": "Frontend Template from Buildly built using the React framework", "main": "src/index.js", "private": true,