Skip to content

Commit

Permalink
bump airbyte-webapp version (#2266)
Browse files Browse the repository at this point in the history
* add configuration for bumping webapp versionn

* set to current version

* Bump version: 0.16.0-alpha → 0.16.1-alpha

* Revert "Bump version: 0.16.0-alpha → 0.16.1-alpha"

Thiss reverts commit fdbf6dc.

* also update package lock so we don't run into files changed errors

* use 0.19.0-alpha

* add npm webapp version
  • Loading branch information
jrhizor committed May 14, 2021
1 parent fdfb835 commit ada39b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ serialize =

[bumpversion:file:.env]

[bumpversion:file:airbyte-webapp/package.json]

[bumpversion:file:airbyte-webapp/package-lock.json]

[bumpversion:file:docs/tutorials/upgrading-airbyte.md]

[bumpversion:file:kube/overlays/stable/.env]
Expand Down
2 changes: 1 addition & 1 deletion airbyte-webapp/package-lock.json

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

2 changes: 1 addition & 1 deletion airbyte-webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "airbyte-webapp",
"version": "0.1.0",
"version": "0.22.3-alpha",
"private": true,
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit ada39b7

Please sign in to comment.