Skip to content

Commit

Permalink
Production release v0.7.0 (#281)
Browse files Browse the repository at this point in the history
* 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 <ivy.mwonge@gmail.com>
Co-authored-by: Peter Odeny <odenypeter@gmail.com>
Co-authored-by: Greg Lind <greg@buildly.io>

* 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 <greg@buildly.io>
Co-authored-by: IvyMM <ivy.mwonge@gmail.com>
Co-authored-by: Peter Odeny <odenypeter@gmail.com>

* 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 <ivy.mwonge@gmail.com>
Co-authored-by: Peter Odeny <odenypeter@gmail.com>
Co-authored-by: Greg Lind <greg@buildly.io>
Co-authored-by: Tanmay Jain <152588390+TanmayJain92@users.noreply.github.com>
Co-authored-by: Kevin Macwan <152271187+kevin-mac-aj@users.noreply.github.com>
  • Loading branch information
6 people authored Apr 30, 2024
1 parent 9596b99 commit 851408e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prod-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
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": "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,
Expand Down

0 comments on commit 851408e

Please sign in to comment.