Files
backstage/plugins/bazaar-backend/CHANGELOG.md
T
github-actions[bot] ad955c1b1b Version Packages (next)
2022-03-22 12:28:03 +00:00

4.1 KiB

@backstage/plugin-bazaar-backend

0.1.15-next.0

Patch Changes

0.1.14

Patch Changes

0.1.13

Patch Changes

  • ab7cd7d70e: Do some groundwork for supporting the better-sqlite3 driver, to maybe eventually replace @vscode/sqlite3 (#9912)
  • Updated dependencies

0.1.13-next.0

Patch Changes

  • ab7cd7d70e: Do some groundwork for supporting the better-sqlite3 driver, to maybe eventually replace @vscode/sqlite3 (#9912)
  • Updated dependencies

0.1.12

Patch Changes

0.1.11

Patch Changes

0.1.10

Patch Changes

0.1.9

Patch Changes

  • 2441d1cf59: chore(deps): bump knex from 0.95.6 to 1.0.2

    This also replaces sqlite3 with @vscode/sqlite3 5.0.7

  • Updated dependencies

0.1.9-next.0

Patch Changes

  • 2441d1cf59: chore(deps): bump knex from 0.95.6 to 1.0.2

    This also replaces sqlite3 with @vscode/sqlite3 5.0.7

  • Updated dependencies

0.1.8

Patch Changes

0.1.8-next.1

Patch Changes

0.1.8-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-test-utils@0.1.16-next.0

0.1.7

Patch Changes

0.1.7-next.0

Patch Changes

0.1.6

Patch Changes

0.1.5

Patch Changes

0.1.4

Patch Changes

  • 210fcf63ee: Handle migration error when old data is present in the database
  • Updated dependencies
    • @backstage/backend-common@0.9.13

0.1.3

Patch Changes

  • bab752e2b3: Change default port of backend from 7000 to 7007.

    This is due to the AirPlay Receiver process occupying port 7000 and preventing local Backstage instances on MacOS to start.

    You can change the port back to 7000 or any other value by providing an app-config.yaml with the following values:

    backend:
      listen: 0.0.0.0:7123
      baseUrl: http://localhost:7123
    

    More information can be found here: https://backstage.io/docs/conf/writing

  • Updated dependencies

    • @backstage/backend-common@0.9.11

0.1.2

Patch Changes

  • f6ba309d9e: A Bazaar project has been extended with the following fields: size, start date (optional), end date (optional) and a responsible person.
  • Updated dependencies
    • @backstage/backend-common@0.9.10
    • @backstage/backend-test-utils@0.1.9