Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 10, 2024
1 parent 9f8307f commit ff2b930
Show file tree
Hide file tree
Showing 44 changed files with 488 additions and 21 deletions.
5 changes: 5 additions & 0 deletions .changeset/create-app-1715342582.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---

Bumped create-app version.
7 changes: 7 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,19 +288,23 @@
"@backstage/plugin-scaffolder-backend-module-notifications": "0.0.0"
},
"changesets": [
"afraid-ghosts-watch",
"afraid-needles-divide",
"blue-hotels-shake",
"brave-carrots-glow",
"brave-planets-raise",
"bright-pumpkins-rule",
"chatty-cycles-unite",
"chilly-adults-sing",
"chilly-fireants-roll",
"chilly-shoes-doubt",
"cli-postpack-schmostschmack",
"cold-cougars-float",
"cold-rats-leave",
"cool-elephants-march",
"create-app-1714476054",
"create-app-1715088359",
"create-app-1715342582",
"cuddly-chairs-kick",
"curly-shirts-flow",
"curvy-planes-flash",
Expand All @@ -313,6 +317,7 @@
"eighty-bats-stare",
"eleven-pandas-divide",
"empty-beers-relax",
"few-vans-cross",
"fix-stackoverflow",
"flat-countries-clap",
"fluffy-hotels-wait",
Expand Down Expand Up @@ -345,6 +350,7 @@
"lucky-news-guess",
"mean-ravens-dance",
"metal-years-rhyme",
"nasty-papayas-heal",
"new-poets-promise",
"orange-numbers-think",
"perfect-beers-explode",
Expand All @@ -367,6 +373,7 @@
"silent-wombats-hang",
"six-scissors-smile",
"sixty-bears-camp",
"slimy-donkeys-laugh",
"slimy-kids-behave",
"smart-avocados-invent",
"smooth-garlics-behave",
Expand Down
229 changes: 229 additions & 0 deletions docs/releases/v1.27.0-next.3-changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,229 @@
# Release v1.27.0-next.3

Upgrade Helper: [https://backstage.github.io/upgrade-helper/?to=1.27.0-next.3](https://backstage.github.io/upgrade-helper/?to=1.27.0-next.3)

## @backstage/app-defaults@1.5.5-next.2

### Patch Changes

- Updated dependencies
- @backstage/core-app-api@1.12.5-next.0
- @backstage/core-components@0.14.7-next.2
- @backstage/core-plugin-api@1.9.2

## @backstage/backend-common@0.22.0-next.3

### Patch Changes

- 0ec0796: Plugins created through the `legacyPlugin` helper are now able to authenticate requests from plugins that are fully implemented using the new backend system. This fixes the `Key for the ES256 algorithm must be one of type KeyObject or CryptoKey. Received an instance of Uint8Array` error.

## @backstage/cli@0.26.5-next.2

### Patch Changes

- b8f1fc2: The `build-workspace` command no longer manually runs `yarn postpack`, relying instead on the fact that running `yarn pack` will automatically invoke the `postpack` script. No action is necessary if you are running the latest version of yarn 1, 3, or 4.

## @backstage/core-app-api@1.12.5-next.0

### Patch Changes

- 1bed9a3: The Backstage identity session expiration check will no longer fall back to using the provider expiration. This was introduced to smooth out the rollout of Backstage release 1.18, and is no longer needed.
- Updated dependencies
- @backstage/core-plugin-api@1.9.2

## @backstage/create-app@0.5.15-next.3

### Patch Changes

- Bumped create-app version.

## @backstage/dev-utils@1.0.32-next.3

### Patch Changes

- Updated dependencies
- @backstage/core-app-api@1.12.5-next.0
- @backstage/app-defaults@1.5.5-next.2
- @backstage/core-components@0.14.7-next.2
- @backstage/core-plugin-api@1.9.2
- @backstage/plugin-catalog-react@1.12.0-next.2

## @backstage/frontend-app-api@0.7.0-next.3

### Patch Changes

- Updated dependencies
- @backstage/core-app-api@1.12.5-next.0
- @backstage/core-components@0.14.7-next.2
- @backstage/core-plugin-api@1.9.2

## @backstage/test-utils@1.5.5-next.1

### Patch Changes

- Updated dependencies
- @backstage/core-app-api@1.12.5-next.0
- @backstage/core-plugin-api@1.9.2

## @backstage/plugin-catalog@1.20.0-next.3

### Patch Changes

- 131e5cb: Fix broken links in README.
- Updated dependencies
- @backstage/core-compat-api@0.2.5-next.1
- @backstage/core-components@0.14.7-next.2
- @backstage/core-plugin-api@1.9.2
- @backstage/plugin-catalog-react@1.12.0-next.2
- @backstage/plugin-search-react@1.7.11-next.1

## @backstage/plugin-catalog-backend@1.22.0-next.3

### Patch Changes

- 131e5cb: Fix broken links in README.
- Updated dependencies
- @backstage/backend-common@0.22.0-next.3

## @backstage/plugin-home@0.7.4-next.3

### Patch Changes

- Updated dependencies
- @backstage/core-app-api@1.12.5-next.0
- @backstage/core-compat-api@0.2.5-next.1
- @backstage/core-components@0.14.7-next.2
- @backstage/core-plugin-api@1.9.2
- @backstage/plugin-catalog-react@1.12.0-next.2

## @backstage/plugin-scaffolder@1.19.4-next.3

### Patch Changes

- 131e5cb: Fix broken links in README.
- Updated dependencies
- @backstage/core-compat-api@0.2.5-next.1
- @backstage/core-components@0.14.7-next.2
- @backstage/core-plugin-api@1.9.2
- @backstage/plugin-catalog-react@1.12.0-next.2
- @backstage/plugin-scaffolder-react@1.8.5-next.2

## @backstage/plugin-scaffolder-backend@1.22.6-next.3

### Patch Changes

- 131e5cb: Fix broken links in README.
- Updated dependencies
- @backstage/backend-common@0.22.0-next.3
- @backstage/plugin-scaffolder-backend-module-github@0.2.8-next.3
- @backstage/plugin-scaffolder-backend-module-gitlab@0.4.0-next.2

## @backstage/plugin-scaffolder-backend-module-github@0.2.8-next.3

### Patch Changes

- 52ab241: Adding support to change the default commit author for `publish:github:pull-request`
- Updated dependencies
- @backstage/backend-common@0.22.0-next.3

## @backstage/plugin-search-backend-module-elasticsearch@1.4.1-next.2

### Patch Changes

- 5252ee1: Fix never resolved indexer promise.
- Updated dependencies
- @backstage/backend-common@0.22.0-next.3

## @backstage/plugin-techdocs-addons-test-utils@1.0.32-next.3

### Patch Changes

- Updated dependencies
- @backstage/plugin-catalog@1.20.0-next.3
- @backstage/core-app-api@1.12.5-next.0
- @backstage/core-plugin-api@1.9.2
- @backstage/test-utils@1.5.5-next.1
- @backstage/plugin-catalog-react@1.12.0-next.2
- @backstage/plugin-search-react@1.7.11-next.1
- @backstage/plugin-techdocs@1.10.5-next.2

## @backstage/plugin-user-settings@0.8.6-next.3

### Patch Changes

- 131e5cb: Fix broken links in README.
- Updated dependencies
- @backstage/core-app-api@1.12.5-next.0
- @backstage/core-compat-api@0.2.5-next.1
- @backstage/core-components@0.14.7-next.2
- @backstage/core-plugin-api@1.9.2
- @backstage/plugin-catalog-react@1.12.0-next.2

## example-app@0.2.97-next.3

### Patch Changes

- Updated dependencies
- @backstage/plugin-user-settings@0.8.6-next.3
- @backstage/plugin-scaffolder@1.19.4-next.3
- @backstage/plugin-catalog@1.20.0-next.3
- @backstage/cli@0.26.5-next.2
- @backstage/core-app-api@1.12.5-next.0
- @backstage/app-defaults@1.5.5-next.2
- @backstage/core-components@0.14.7-next.2
- @backstage/core-plugin-api@1.9.2
- @backstage/frontend-app-api@0.7.0-next.3
- @backstage/plugin-api-docs@0.11.5-next.2
- @backstage/plugin-catalog-graph@0.4.5-next.2
- @backstage/plugin-catalog-import@0.10.11-next.2
- @backstage/plugin-catalog-react@1.12.0-next.2
- @backstage/plugin-home@0.7.4-next.3
- @backstage/plugin-notifications@0.2.1-next.2
- @backstage/plugin-org@0.6.25-next.2
- @backstage/plugin-scaffolder-react@1.8.5-next.2
- @backstage/plugin-search@1.4.11-next.2
- @backstage/plugin-search-react@1.7.11-next.1
- @backstage/plugin-signals@0.0.6-next.1
- @backstage/plugin-techdocs@1.10.5-next.2

## example-app-next@0.0.11-next.3

### Patch Changes

- Updated dependencies
- @backstage/plugin-user-settings@0.8.6-next.3
- @backstage/plugin-scaffolder@1.19.4-next.3
- @backstage/plugin-catalog@1.20.0-next.3
- @backstage/cli@0.26.5-next.2
- @backstage/core-app-api@1.12.5-next.0
- @backstage/app-defaults@1.5.5-next.2
- @backstage/core-compat-api@0.2.5-next.1
- @backstage/core-components@0.14.7-next.2
- @backstage/core-plugin-api@1.9.2
- @backstage/frontend-app-api@0.7.0-next.3
- @backstage/plugin-api-docs@0.11.5-next.2
- @backstage/plugin-catalog-graph@0.4.5-next.2
- @backstage/plugin-catalog-import@0.10.11-next.2
- @backstage/plugin-catalog-react@1.12.0-next.2
- @backstage/plugin-home@0.7.4-next.3
- @backstage/plugin-notifications@0.2.1-next.2
- @backstage/plugin-org@0.6.25-next.2
- @backstage/plugin-scaffolder-react@1.8.5-next.2
- @backstage/plugin-search@1.4.11-next.2
- @backstage/plugin-search-react@1.7.11-next.1
- @backstage/plugin-signals@0.0.6-next.1
- @backstage/plugin-techdocs@1.10.5-next.2

## techdocs-cli-embedded-app@0.2.96-next.3

### Patch Changes

- Updated dependencies
- @backstage/plugin-catalog@1.20.0-next.3
- @backstage/cli@0.26.5-next.2
- @backstage/core-app-api@1.12.5-next.0
- @backstage/app-defaults@1.5.5-next.2
- @backstage/core-components@0.14.7-next.2
- @backstage/core-plugin-api@1.9.2
- @backstage/test-utils@1.5.5-next.1
- @backstage/plugin-techdocs@1.10.5-next.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.27.0-next.2",
"version": "1.27.0-next.3",
"private": true,
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/app-defaults/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @backstage/app-defaults

## 1.5.5-next.2

### Patch Changes

- Updated dependencies
- @backstage/core-app-api@1.12.5-next.0
- @backstage/core-components@0.14.7-next.2
- @backstage/core-plugin-api@1.9.2

## 1.5.5-next.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-defaults/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backstage/app-defaults",
"version": "1.5.5-next.1",
"version": "1.5.5-next.2",
"description": "Provides the default wiring of a Backstage App",
"backstage": {
"role": "web-library"
Expand Down
28 changes: 28 additions & 0 deletions packages/app-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# example-app-next

## 0.0.11-next.3

### Patch Changes

- Updated dependencies
- @backstage/plugin-user-settings@0.8.6-next.3
- @backstage/plugin-scaffolder@1.19.4-next.3
- @backstage/plugin-catalog@1.20.0-next.3
- @backstage/cli@0.26.5-next.2
- @backstage/core-app-api@1.12.5-next.0
- @backstage/app-defaults@1.5.5-next.2
- @backstage/core-compat-api@0.2.5-next.1
- @backstage/core-components@0.14.7-next.2
- @backstage/core-plugin-api@1.9.2
- @backstage/frontend-app-api@0.7.0-next.3
- @backstage/plugin-api-docs@0.11.5-next.2
- @backstage/plugin-catalog-graph@0.4.5-next.2
- @backstage/plugin-catalog-import@0.10.11-next.2
- @backstage/plugin-catalog-react@1.12.0-next.2
- @backstage/plugin-home@0.7.4-next.3
- @backstage/plugin-notifications@0.2.1-next.2
- @backstage/plugin-org@0.6.25-next.2
- @backstage/plugin-scaffolder-react@1.8.5-next.2
- @backstage/plugin-search@1.4.11-next.2
- @backstage/plugin-search-react@1.7.11-next.1
- @backstage/plugin-signals@0.0.6-next.1
- @backstage/plugin-techdocs@1.10.5-next.2

## 0.0.11-next.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-app-next",
"version": "0.0.11-next.2",
"version": "0.0.11-next.3",
"private": true,
"repository": {
"type": "git",
Expand Down
27 changes: 27 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# example-app

## 0.2.97-next.3

### Patch Changes

- Updated dependencies
- @backstage/plugin-user-settings@0.8.6-next.3
- @backstage/plugin-scaffolder@1.19.4-next.3
- @backstage/plugin-catalog@1.20.0-next.3
- @backstage/cli@0.26.5-next.2
- @backstage/core-app-api@1.12.5-next.0
- @backstage/app-defaults@1.5.5-next.2
- @backstage/core-components@0.14.7-next.2
- @backstage/core-plugin-api@1.9.2
- @backstage/frontend-app-api@0.7.0-next.3
- @backstage/plugin-api-docs@0.11.5-next.2
- @backstage/plugin-catalog-graph@0.4.5-next.2
- @backstage/plugin-catalog-import@0.10.11-next.2
- @backstage/plugin-catalog-react@1.12.0-next.2
- @backstage/plugin-home@0.7.4-next.3
- @backstage/plugin-notifications@0.2.1-next.2
- @backstage/plugin-org@0.6.25-next.2
- @backstage/plugin-scaffolder-react@1.8.5-next.2
- @backstage/plugin-search@1.4.11-next.2
- @backstage/plugin-search-react@1.7.11-next.1
- @backstage/plugin-signals@0.0.6-next.1
- @backstage/plugin-techdocs@1.10.5-next.2

## 0.2.97-next.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-app",
"version": "0.2.97-next.2",
"version": "0.2.97-next.3",
"backstage": {
"role": "frontend"
},
Expand Down

0 comments on commit ff2b930

Please sign in to comment.