Merge pull request #15137 from backstage/changeset-release/master

Version Packages (next)
This commit is contained in:
Patrik Oldsberg
2022-12-13 18:30:12 +01:00
committed by GitHub
333 changed files with 4618 additions and 167 deletions
+30 -1
View File
@@ -190,16 +190,20 @@
"@backstage/plugin-xcmetrics": "0.2.31",
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.0.0",
"@backstage/plugin-explore-backend": "0.0.0",
"@backstage/plugin-explore-common": "0.0.0"
"@backstage/plugin-explore-common": "0.0.0",
"@backstage/integration-aws-node": "0.0.0"
},
"changesets": [
"angry-dingos-lick",
"angry-trees-relax",
"beige-chairs-repair",
"beige-chairs-wink",
"blue-chefs-know",
"brave-bags-sniff",
"breezy-apes-mate",
"chilled-ladybugs-cough",
"chilly-ads-lay",
"chilly-flies-nail",
"chilly-tables-crash",
"clean-paws-fry",
"clean-seals-whisper",
@@ -209,6 +213,7 @@
"create-app-1669720399",
"create-app-1670332900",
"cyan-donkeys-arrive",
"dirty-ads-refuse",
"dry-melons-listen",
"dry-radios-live",
"early-hairs-switch",
@@ -222,14 +227,18 @@
"famous-cobras-suffer",
"famous-crews-speak",
"fast-lies-remain",
"fast-walls-explode",
"fifty-news-stare",
"five-trainers-admire",
"fluffy-walls-approve",
"fluffy-worms-arrive",
"forty-baboons-burn",
"forty-carpets-refuse",
"four-adults-provide",
"four-buttons-clean",
"fresh-news-push",
"funny-numbers-compete",
"fuzzy-rivers-search",
"gentle-ligers-help",
"gold-icons-cheat",
"gold-yaks-join",
@@ -240,23 +249,31 @@
"hip-stingrays-kneel",
"hip-wasps-yell",
"itchy-walls-boil",
"kind-tips-pump",
"kind-walls-share",
"lemon-coats-camp",
"light-snakes-exercise",
"light-turtles-yawn",
"little-chairs-dance",
"long-eyes-confess",
"loud-rockets-reply",
"loud-snails-sleep",
"lucky-chicken-greet",
"many-bikes-press",
"mighty-parrots-hammer",
"modern-camels-cheat",
"modern-jokes-attack",
"modern-mugs-shout",
"nasty-melons-build",
"neat-insects-share",
"neat-lies-know",
"nervous-mice-flow",
"new-bugs-march",
"nice-apricots-love",
"nice-hairs-lick",
"nice-pants-boil",
"nine-ears-whisper",
"odd-moles-notice",
"old-bulldogs-fry",
"old-keys-leave",
"old-sloths-warn",
@@ -264,6 +281,7 @@
"pretty-eagles-matter",
"pretty-melons-taste",
"quick-horses-cry",
"renovate-1da1327",
"renovate-1e2853d",
"renovate-3fe8460",
"renovate-4bb70f3",
@@ -284,11 +302,15 @@
"search-lieutenant-dangle",
"search-om-manniskan-ginge",
"search-tofu-panaeng",
"search-yet-another-wonderwall-cover",
"selfish-lizards-invent",
"serious-windows-occur",
"seven-schools-speak",
"sharp-shoes-bathe",
"short-turtles-dream",
"shy-birds-hammer",
"shy-cycles-add",
"silly-knives-warn",
"silly-wolves-remember",
"silver-rats-rest",
"slow-dragons-promise",
@@ -297,6 +319,7 @@
"slow-flies-marry",
"slow-lies-jam",
"smart-radios-change",
"smooth-bulldogs-fix",
"soft-nails-arrive",
"sour-flowers-care",
"sour-plums-grow",
@@ -312,13 +335,19 @@
"tender-parrots-cover",
"thin-donuts-join",
"thin-flies-wink",
"tiny-kangaroos-speak",
"twelve-meals-smell",
"twenty-dodos-wash",
"unlucky-hotels-hammer",
"violet-dots-relate",
"warm-parents-notice",
"weak-ears-jam",
"weak-zoos-hammer",
"wet-tips-yawn",
"wicked-games-search",
"wicked-impalas-relate",
"wild-pears-enjoy",
"witty-wasps-kiss",
"yellow-forks-knock",
"young-chairs-check",
"young-turkeys-relax"
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -46,7 +46,7 @@
"@types/react": "^17",
"@types/react-dom": "^17"
},
"version": "1.9.0-next.3",
"version": "1.9.0-next.4",
"dependencies": {
"@backstage/errors": "workspace:^",
"@manypkg/get-packages": "^1.1.3"
+12
View File
@@ -1,5 +1,17 @@
# @backstage/app-defaults
## 1.0.9-next.4
### Patch Changes
- 2e701b3796: Internal refactor to use `react-router-dom` rather than `react-router`.
- Updated dependencies
- @backstage/core-app-api@1.3.0-next.4
- @backstage/core-components@0.12.1-next.4
- @backstage/plugin-permission-react@0.4.8-next.3
- @backstage/core-plugin-api@1.2.0-next.2
- @backstage/theme@0.2.16
## 1.0.9-next.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/app-defaults",
"description": "Provides the default wiring of a Backstage App",
"version": "1.0.9-next.3",
"version": "1.0.9-next.4",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
+63
View File
@@ -1,5 +1,68 @@
# example-app
## 0.2.78-next.4
### Patch Changes
- Updated dependencies
- @backstage/plugin-cost-insights@0.12.1-next.4
- @backstage/plugin-kubernetes@0.7.5-next.4
- @backstage/cli@0.22.0-next.4
- @backstage/core-app-api@1.3.0-next.4
- @backstage/core-components@0.12.1-next.4
- @backstage/plugin-scaffolder@1.9.0-next.4
- @backstage/app-defaults@1.0.9-next.4
- @backstage/plugin-airbrake@0.3.12-next.4
- @backstage/plugin-api-docs@0.8.12-next.4
- @backstage/plugin-azure-devops@0.2.3-next.4
- @backstage/plugin-badges@0.2.36-next.4
- @backstage/plugin-catalog-graph@0.2.24-next.4
- @backstage/plugin-catalog-import@0.9.2-next.4
- @backstage/plugin-catalog-react@1.2.2-next.4
- @backstage/plugin-circleci@0.3.12-next.4
- @backstage/plugin-cloudbuild@0.3.12-next.4
- @backstage/plugin-code-coverage@0.2.5-next.4
- @backstage/plugin-explore@0.3.43-next.4
- @backstage/plugin-github-actions@0.5.12-next.4
- @backstage/plugin-home@0.4.28-next.4
- @backstage/plugin-jenkins@0.7.11-next.4
- @backstage/plugin-kafka@0.3.12-next.4
- @backstage/plugin-org@0.6.2-next.4
- @backstage/plugin-permission-react@0.4.8-next.3
- @backstage/plugin-playlist@0.1.3-next.4
- @backstage/plugin-rollbar@0.4.12-next.4
- @backstage/plugin-search@1.0.5-next.4
- @backstage/plugin-search-react@1.3.0-next.4
- @backstage/plugin-sentry@0.4.5-next.4
- @backstage/plugin-shortcuts@0.3.4-next.4
- @backstage/plugin-techdocs@1.4.1-next.4
- @backstage/plugin-todo@0.2.14-next.4
- @backstage/plugin-user-settings@0.6.0-next.4
- @backstage/plugin-stack-overflow@0.1.8-next.4
- @backstage/catalog-model@1.1.4-next.1
- @backstage/config@1.0.5-next.1
- @backstage/core-plugin-api@1.2.0-next.2
- @backstage/integration-react@1.1.7-next.4
- @backstage/theme@0.2.16
- @backstage/plugin-apache-airflow@0.2.5-next.4
- @backstage/plugin-azure-sites@0.1.1-next.4
- @backstage/plugin-catalog-common@1.0.9-next.3
- @backstage/plugin-dynatrace@1.0.2-next.4
- @backstage/plugin-gcalendar@0.3.8-next.4
- @backstage/plugin-gcp-projects@0.3.31-next.4
- @backstage/plugin-gocd@0.1.18-next.4
- @backstage/plugin-graphiql@0.2.44-next.4
- @backstage/plugin-lighthouse@0.3.12-next.4
- @backstage/plugin-newrelic@0.3.30-next.4
- @backstage/plugin-newrelic-dashboard@0.2.5-next.4
- @backstage/plugin-pagerduty@0.5.5-next.4
- @backstage/plugin-search-common@1.2.0-next.3
- @backstage/plugin-tech-insights@0.3.4-next.4
- @backstage/plugin-tech-radar@0.5.19-next.4
- @backstage/plugin-techdocs-module-addons-contrib@1.0.7-next.4
- @backstage/plugin-techdocs-react@1.0.7-next.4
- @internal/plugin-catalog-customized@0.0.5-next.4
## 0.2.78-next.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-app",
"version": "0.2.78-next.3",
"version": "0.2.78-next.4",
"private": true,
"backstage": {
"role": "frontend"
+11
View File
@@ -1,5 +1,16 @@
# @backstage/backend-app-api
## 0.2.4-next.3
### Patch Changes
- Updated dependencies
- @backstage/backend-tasks@0.4.0-next.3
- @backstage/plugin-permission-node@0.7.2-next.3
- @backstage/backend-common@0.17.0-next.3
- @backstage/backend-plugin-api@0.2.0-next.3
- @backstage/errors@1.1.4-next.1
## 0.2.4-next.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-app-api",
"description": "Core API used by Backstage backend apps",
"version": "0.2.4-next.2",
"version": "0.2.4-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+13
View File
@@ -1,5 +1,18 @@
# @backstage/backend-common
## 0.17.0-next.3
### Patch Changes
- 840f2113c6: Fix `GitlabUrlReader.readTree` bug when there were no matching commits
- Updated dependencies
- @backstage/cli-common@0.1.11-next.0
- @backstage/config@1.0.5-next.1
- @backstage/config-loader@1.1.7-next.2
- @backstage/errors@1.1.4-next.1
- @backstage/integration@1.4.1-next.1
- @backstage/types@1.0.2-next.1
## 0.17.0-next.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-common",
"description": "Common functionality library for Backstage backends",
"version": "0.17.0-next.2",
"version": "0.17.0-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+8
View File
@@ -1,5 +1,13 @@
# @backstage/backend-defaults
## 0.1.4-next.3
### Patch Changes
- Updated dependencies
- @backstage/backend-app-api@0.2.4-next.3
- @backstage/backend-plugin-api@0.2.0-next.3
## 0.1.4-next.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-defaults",
"description": "Backend defaults used by Backstage backend apps",
"version": "0.1.4-next.2",
"version": "0.1.4-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+10
View File
@@ -1,5 +1,15 @@
# example-backend-next
## 0.0.6-next.3
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.6.0-next.3
- @backstage/plugin-scaffolder-backend@1.9.0-next.3
- @backstage/backend-defaults@0.1.4-next.3
- @backstage/plugin-app-backend@0.3.39-next.3
## 0.0.6-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend-next",
"version": "0.0.6-next.2",
"version": "0.0.6-next.3",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/backend-plugin-api
## 0.2.0-next.3
### Patch Changes
- Updated dependencies
- @backstage/backend-tasks@0.4.0-next.3
- @backstage/plugin-permission-common@0.7.2-next.2
- @backstage/backend-common@0.17.0-next.3
- @backstage/config@1.0.5-next.1
## 0.2.0-next.2
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-plugin-api",
"description": "Core API used by Backstage backend plugins",
"version": "0.2.0-next.2",
"version": "0.2.0-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+11
View File
@@ -1,5 +1,16 @@
# @backstage/backend-tasks
## 0.4.0-next.3
### Patch Changes
- b05dcd5530: Move the `zod` dependency to a version that does not collide with other libraries
- Updated dependencies
- @backstage/backend-common@0.17.0-next.3
- @backstage/config@1.0.5-next.1
- @backstage/errors@1.1.4-next.1
- @backstage/types@1.0.2-next.1
## 0.4.0-next.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-tasks",
"description": "Common distributed task management library for Backstage backends",
"version": "0.4.0-next.2",
"version": "0.4.0-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+11
View File
@@ -1,5 +1,16 @@
# @backstage/backend-test-utils
## 0.1.31-next.4
### Patch Changes
- Updated dependencies
- @backstage/cli@0.22.0-next.4
- @backstage/backend-common@0.17.0-next.3
- @backstage/backend-app-api@0.2.4-next.3
- @backstage/backend-plugin-api@0.2.0-next.3
- @backstage/config@1.0.5-next.1
## 0.1.31-next.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-test-utils",
"description": "Test helpers library for Backstage backends",
"version": "0.1.31-next.3",
"version": "0.1.31-next.4",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+47
View File
@@ -1,5 +1,52 @@
# example-backend
## 0.2.78-next.4
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.6.0-next.3
- @backstage/plugin-scaffolder-backend-module-rails@0.4.7-next.3
- @backstage/plugin-scaffolder-backend@1.9.0-next.3
- @backstage/backend-tasks@0.4.0-next.3
- @backstage/plugin-permission-backend@0.5.14-next.3
- @backstage/plugin-permission-common@0.7.2-next.2
- @backstage/plugin-permission-node@0.7.2-next.3
- @backstage/plugin-playlist-backend@0.2.2-next.4
- @backstage/plugin-search-backend@1.2.0-next.3
- @backstage/plugin-kubernetes-backend@0.8.1-next.4
- @backstage/backend-common@0.17.0-next.3
- @backstage/plugin-search-backend-module-elasticsearch@1.1.0-next.3
- @backstage/plugin-techdocs-backend@1.5.0-next.3
- example-app@0.2.78-next.4
- @backstage/catalog-client@1.2.0-next.1
- @backstage/catalog-model@1.1.4-next.1
- @backstage/config@1.0.5-next.1
- @backstage/integration@1.4.1-next.1
- @backstage/plugin-app-backend@0.3.39-next.3
- @backstage/plugin-auth-backend@0.17.2-next.3
- @backstage/plugin-auth-node@0.2.8-next.3
- @backstage/plugin-azure-devops-backend@0.3.18-next.3
- @backstage/plugin-azure-sites-backend@0.1.1-next.3
- @backstage/plugin-badges-backend@0.1.33-next.3
- @backstage/plugin-catalog-node@1.3.0-next.3
- @backstage/plugin-code-coverage-backend@0.2.5-next.3
- @backstage/plugin-events-backend@0.2.0-next.3
- @backstage/plugin-events-node@0.2.0-next.3
- @backstage/plugin-explore-backend@0.0.1-next.2
- @backstage/plugin-graphql-backend@0.1.29-next.3
- @backstage/plugin-jenkins-backend@0.1.29-next.3
- @backstage/plugin-kafka-backend@0.2.32-next.3
- @backstage/plugin-proxy-backend@0.2.33-next.3
- @backstage/plugin-rollbar-backend@0.1.36-next.3
- @backstage/plugin-search-backend-module-pg@0.4.3-next.3
- @backstage/plugin-search-backend-node@1.1.0-next.3
- @backstage/plugin-search-common@1.2.0-next.3
- @backstage/plugin-tech-insights-backend@0.5.5-next.3
- @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.23-next.3
- @backstage/plugin-tech-insights-node@0.3.7-next.3
- @backstage/plugin-todo-backend@0.1.36-next.3
## 0.2.78-next.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend",
"version": "0.2.78-next.3",
"version": "0.2.78-next.4",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
+23
View File
@@ -1,5 +1,28 @@
# @backstage/cli
## 0.22.0-next.4
### Minor Changes
- 736f893f72: The Jest configuration that was previously enabled with `BACKSTAGE_NEXT_TESTS` is now enabled by default. To revert to the old configuration you can now instead set `BACKSTAGE_OLD_TESTS`.
This new configuration uses the `babel` coverage provider rather than `v8`. It used to be that `v8` worked better when using Sucrase for transpilation, but now that we have switched to SWC, `babel` seems to work better. In addition, the new configuration also enables source maps by default, as they no longer have a negative impact on code coverage accuracy, and it also enables a modified Jest runtime with additional caching of script objects.
### Patch Changes
- dd721148b5: Updated Jest coverage configuration to only apply either in the root project or package configuration, depending on whether repo or package tests are run.
- b05dcd5530: Move the `zod` dependency to a version that does not collide with other libraries
- c27eabef6b: Adds new web-library package option when generating a new plugin
- 309f2daca4: Updated dependency `esbuild` to `^0.16.0`.
- d9d9a7a134: Removed all copyright notices from package templates.
- Updated dependencies
- @backstage/cli-common@0.1.11-next.0
- @backstage/config@1.0.5-next.1
- @backstage/config-loader@1.1.7-next.2
- @backstage/errors@1.1.4-next.1
- @backstage/release-manifests@0.0.8-next.0
- @backstage/types@1.0.2-next.1
## 0.21.2-next.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.21.2-next.3",
"version": "0.22.0-next.4",
"publishConfig": {
"access": "public"
},
+60
View File
@@ -1,5 +1,65 @@
# @backstage/core-app-api
## 1.3.0-next.4
### Minor Changes
- e0d9c9559a: Added a new `AppRouter` component and `app.createRoot()` method that replaces `app.getRouter()` and `app.getProvider()`, which are now deprecated. The new `AppRouter` component is a drop-in replacement for the old router component, while the new `app.createRoot()` method is used instead of the old provider component.
An old app setup might look like this:
```tsx
const app = createApp(/* ... */);
const AppProvider = app.getProvider();
const AppRouter = app.getRouter();
const routes = ...;
const App = () => (
<AppProvider>
<AlertDisplay />
<OAuthRequestDialog />
<AppRouter>
<Root>{routes}</Root>
</AppRouter>
</AppProvider>
);
export default App;
```
With these new APIs, the setup now looks like this:
```tsx
import { AppRouter } from '@backstage/core-app-api';
const app = createApp(/* ... */);
const routes = ...;
export default app.createRoot(
<>
<AlertDisplay />
<OAuthRequestDialog />
<AppRouter>
<Root>{routes}</Root>
</AppRouter>
</>,
);
```
Note that `app.createRoot()` accepts a React element, rather than a component.
### Patch Changes
- b05dcd5530: Move the `zod` dependency to a version that does not collide with other libraries
- Updated dependencies
- @backstage/config@1.0.5-next.1
- @backstage/core-plugin-api@1.2.0-next.2
- @backstage/types@1.0.2-next.1
- @backstage/version-bridge@1.0.3-next.0
## 1.2.1-next.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-app-api",
"description": "Core app API used by Backstage apps",
"version": "1.2.1-next.3",
"version": "1.3.0-next.4",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
+14
View File
@@ -1,5 +1,19 @@
# @backstage/core-components
## 0.12.1-next.4
### Patch Changes
- b05dcd5530: Move the `zod` dependency to a version that does not collide with other libraries
- 2e701b3796: Internal refactor to use `react-router-dom` rather than `react-router`.
- a5a2d12298: Added option to pass additional headers to `<ProxiedSignInPage />`, which are passed along with the request to the underlying provider
- Updated dependencies
- @backstage/config@1.0.5-next.1
- @backstage/core-plugin-api@1.2.0-next.2
- @backstage/errors@1.1.4-next.1
- @backstage/theme@0.2.16
- @backstage/version-bridge@1.0.3-next.0
## 0.12.1-next.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-components",
"description": "Core components used by Backstage plugins and apps",
"version": "0.12.1-next.3",
"version": "0.12.1-next.4",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
+58
View File
@@ -1,5 +1,63 @@
# @backstage/create-app
## 0.4.35-next.4
### Patch Changes
- 935b66a646: Change step output template examples to use square bracket syntax.
- dfb269fab2: Updated the template to have the `'/test'` proxy endpoint in `app-config.yaml` be commented out by default.
- d9b3753f87: Updated the app template to use the new `AppRouter` component instead of `app.getRouter()`, as well as `app.createRoot()` instead of `app.getProvider()`.
To apply this change to an existing app, make the following change to `packages/app/src/App.tsx`:
```diff
-import { FlatRoutes } from '@backstage/core-app-api';
+import { AppRouter, FlatRoutes } from '@backstage/core-app-api';
...
-const AppProvider = app.getProvider();
-const AppRouter = app.getRouter();
...
-const App = () => (
+export default app.createRoot(
- <AppProvider>
+ <>
<AlertDisplay />
<OAuthRequestDialog />
<AppRouter>
<Root>{routes}</Root>
</AppRouter>
- </AppProvider>
+ </>,
);
```
The final export step should end up looking something like this:
```tsx
export default app.createRoot(
<>
<AlertDisplay />
<OAuthRequestDialog />
<AppRouter>
<Root>{routes}</Root>
</AppRouter>
</>,
);
```
Note that `app.createRoot()` accepts a React element, rather than a component.
- 71e75c0b70: Removed the `react-router` dependency from the app package, using only `react-router-dom` instead.
This change is just a bit of cleanup and is optional. If you want to apply it to your app, remove the `react-router` dependency from `packages/app/package.json`, and replace any imports from `react-router` with `react-router-dom` instead.
- Updated dependencies
- @backstage/cli-common@0.1.11-next.0
## 0.4.35-next.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/create-app",
"description": "A CLI that helps you create your own Backstage app",
"version": "0.4.35-next.3",
"version": "0.4.35-next.4",
"publishConfig": {
"access": "public"
},
+16
View File
@@ -1,5 +1,21 @@
# @backstage/dev-utils
## 1.0.9-next.4
### Patch Changes
- 2e701b3796: Internal refactor to use `react-router-dom` rather than `react-router`.
- Updated dependencies
- @backstage/core-app-api@1.3.0-next.4
- @backstage/core-components@0.12.1-next.4
- @backstage/app-defaults@1.0.9-next.4
- @backstage/test-utils@1.2.3-next.4
- @backstage/plugin-catalog-react@1.2.2-next.4
- @backstage/catalog-model@1.1.4-next.1
- @backstage/core-plugin-api@1.2.0-next.2
- @backstage/integration-react@1.1.7-next.4
- @backstage/theme@0.2.16
## 1.0.9-next.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/dev-utils",
"description": "Utilities for developing Backstage plugins.",
"version": "1.0.9-next.3",
"version": "1.0.9-next.4",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
@@ -0,0 +1,13 @@
# @backstage/integration-aws-node
## 0.1.0-next.0
### Minor Changes
- 13278732f6: New package for AWS integration node library
### Patch Changes
- Updated dependencies
- @backstage/config@1.0.5-next.1
- @backstage/errors@1.1.4-next.1
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/integration-aws-node",
"description": "Helpers for fetching AWS account credentials",
"version": "0.0.0",
"version": "0.1.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+11
View File
@@ -1,5 +1,16 @@
# @backstage/integration-react
## 1.1.7-next.4
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.1-next.4
- @backstage/config@1.0.5-next.1
- @backstage/core-plugin-api@1.2.0-next.2
- @backstage/integration@1.4.1-next.1
- @backstage/theme@0.2.16
## 1.1.7-next.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/integration-react",
"description": "Frontend package for managing integrations towards external systems",
"version": "1.1.7-next.3",
"version": "1.1.7-next.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+16
View File
@@ -1,5 +1,21 @@
# @backstage/repo-tools
## 0.1.0-next.2
### Patch Changes
- a8611bcac4: Add new command options to the `api-report`
- added `--allow-warnings`, `-a` to continue processing packages if selected packages have warnings
- added `--allow-all-warnings` to continue processing packages any packages have warnings
- added `--omit-messages`, `-o` to pass some warnings messages code to be omitted from the api-report.md files
- The `paths` argument for this command now takes as default the value on `workspaces.packages` inside the root package.json
- change the path resolution to use the `@backstage/cli-common` packages instead
- Updated dependencies
- @backstage/cli-common@0.1.11-next.0
- @backstage/errors@1.1.4-next.1
## 0.1.0-next.1
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/repo-tools",
"description": "CLI for Backstage repo tooling ",
"version": "0.1.0-next.1",
"version": "0.1.0-next.2",
"publishConfig": {
"access": "public"
},
@@ -1,5 +1,24 @@
# techdocs-cli-embedded-app
## 0.2.77-next.4
### Patch Changes
- Updated dependencies
- @backstage/cli@0.22.0-next.4
- @backstage/core-app-api@1.3.0-next.4
- @backstage/core-components@0.12.1-next.4
- @backstage/app-defaults@1.0.9-next.4
- @backstage/test-utils@1.2.3-next.4
- @backstage/plugin-catalog@1.7.0-next.4
- @backstage/plugin-techdocs@1.4.1-next.4
- @backstage/catalog-model@1.1.4-next.1
- @backstage/config@1.0.5-next.1
- @backstage/core-plugin-api@1.2.0-next.2
- @backstage/integration-react@1.1.7-next.4
- @backstage/theme@0.2.16
- @backstage/plugin-techdocs-react@1.0.7-next.4
## 0.2.77-next.3
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "techdocs-cli-embedded-app",
"version": "0.2.77-next.3",
"version": "0.2.77-next.4",
"private": true,
"backstage": {
"role": "frontend"
+11
View File
@@ -1,5 +1,16 @@
# @techdocs/cli
## 1.2.4-next.3
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.17.0-next.3
- @backstage/plugin-techdocs-node@1.4.3-next.3
- @backstage/catalog-model@1.1.4-next.1
- @backstage/cli-common@0.1.11-next.0
- @backstage/config@1.0.5-next.1
## 1.2.4-next.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@techdocs/cli",
"description": "Utility CLI for managing TechDocs sites in Backstage.",
"version": "1.2.4-next.2",
"version": "1.2.4-next.3",
"publishConfig": {
"access": "public"
},
+14
View File
@@ -1,5 +1,19 @@
# @backstage/test-utils
## 1.2.3-next.4
### Patch Changes
- 2e701b3796: Internal refactor to use `react-router-dom` rather than `react-router`.
- Updated dependencies
- @backstage/core-app-api@1.3.0-next.4
- @backstage/plugin-permission-common@0.7.2-next.2
- @backstage/plugin-permission-react@0.4.8-next.3
- @backstage/config@1.0.5-next.1
- @backstage/core-plugin-api@1.2.0-next.2
- @backstage/theme@0.2.16
- @backstage/types@1.0.2-next.1
## 1.2.3-next.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/test-utils",
"description": "Utilities to test Backstage plugins and apps.",
"version": "1.2.3-next.3",
"version": "1.2.3-next.4",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-adr-backend
## 0.2.4-next.3
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.17.0-next.3
- @backstage/catalog-client@1.2.0-next.1
- @backstage/catalog-model@1.1.4-next.1
- @backstage/config@1.0.5-next.1
- @backstage/errors@1.1.4-next.1
- @backstage/integration@1.4.1-next.1
- @backstage/plugin-adr-common@0.2.4-next.3
- @backstage/plugin-search-common@1.2.0-next.3
## 0.2.4-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-adr-backend",
"version": "0.2.4-next.2",
"version": "0.2.4-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-adr-common
## 0.2.4-next.3
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.1.4-next.1
- @backstage/integration@1.4.1-next.1
- @backstage/plugin-search-common@1.2.0-next.3
## 0.2.4-next.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-adr-common",
"description": "Common functionalities for the adr plugin",
"version": "0.2.4-next.2",
"version": "0.2.4-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+15
View File
@@ -1,5 +1,20 @@
# @backstage/plugin-adr
## 0.2.4-next.4
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.1-next.4
- @backstage/plugin-catalog-react@1.2.2-next.4
- @backstage/plugin-search-react@1.3.0-next.4
- @backstage/catalog-model@1.1.4-next.1
- @backstage/core-plugin-api@1.2.0-next.2
- @backstage/integration-react@1.1.7-next.4
- @backstage/theme@0.2.16
- @backstage/plugin-adr-common@0.2.4-next.3
- @backstage/plugin-search-common@1.2.0-next.3
## 0.2.4-next.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-adr",
"version": "0.2.4-next.3",
"version": "0.2.4-next.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-airbrake-backend
## 0.2.12-next.3
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.17.0-next.3
- @backstage/config@1.0.5-next.1
## 0.2.12-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-airbrake-backend",
"version": "0.2.12-next.2",
"version": "0.2.12-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-airbrake
## 0.3.12-next.4
### Patch Changes
- 2e701b3796: Internal refactor to use `react-router-dom` rather than `react-router`.
- Updated dependencies
- @backstage/core-components@0.12.1-next.4
- @backstage/dev-utils@1.0.9-next.4
- @backstage/test-utils@1.2.3-next.4
- @backstage/plugin-catalog-react@1.2.2-next.4
- @backstage/catalog-model@1.1.4-next.1
- @backstage/core-plugin-api@1.2.0-next.2
- @backstage/theme@0.2.16
## 0.3.12-next.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-airbrake",
"version": "0.3.12-next.3",
"version": "0.3.12-next.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-allure
## 0.1.28-next.4
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.1-next.4
- @backstage/plugin-catalog-react@1.2.2-next.4
- @backstage/catalog-model@1.1.4-next.1
- @backstage/core-plugin-api@1.2.0-next.2
- @backstage/theme@0.2.16
## 0.1.28-next.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-allure",
"description": "A Backstage plugin that integrates with Allure",
"version": "0.1.28-next.3",
"version": "0.1.28-next.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-analytics-module-ga
## 0.1.23-next.4
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.1-next.4
- @backstage/config@1.0.5-next.1
- @backstage/core-plugin-api@1.2.0-next.2
- @backstage/theme@0.2.16
## 0.1.23-next.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-analytics-module-ga",
"version": "0.1.23-next.3",
"version": "0.1.23-next.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-apache-airflow
## 0.2.5-next.4
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.1-next.4
- @backstage/core-plugin-api@1.2.0-next.2
## 0.2.5-next.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-apache-airflow",
"version": "0.2.5-next.3",
"version": "0.2.5-next.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-api-docs
## 0.8.12-next.4
### Patch Changes
- 2e701b3796: Internal refactor to use `react-router-dom` rather than `react-router`.
- Updated dependencies
- @backstage/core-components@0.12.1-next.4
- @backstage/plugin-catalog@1.7.0-next.4
- @backstage/plugin-catalog-react@1.2.2-next.4
- @backstage/catalog-model@1.1.4-next.1
- @backstage/core-plugin-api@1.2.0-next.2
- @backstage/theme@0.2.16
## 0.8.12-next.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-api-docs",
"description": "A Backstage plugin that helps represent API entities in the frontend",
"version": "0.8.12-next.3",
"version": "0.8.12-next.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-apollo-explorer
## 0.1.5-next.4
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.1-next.4
- @backstage/core-plugin-api@1.2.0-next.2
- @backstage/theme@0.2.16
## 0.1.5-next.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-apollo-explorer",
"version": "0.1.5-next.3",
"version": "0.1.5-next.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-app-backend
## 0.3.39-next.3
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.17.0-next.3
- @backstage/backend-plugin-api@0.2.0-next.3
- @backstage/config@1.0.5-next.1
- @backstage/config-loader@1.1.7-next.2
- @backstage/types@1.0.2-next.1
## 0.3.39-next.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-app-backend",
"description": "A Backstage backend plugin that serves the Backstage frontend app",
"version": "0.3.39-next.2",
"version": "0.3.39-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-auth-backend
## 0.17.2-next.3
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.17.0-next.3
- @backstage/catalog-client@1.2.0-next.1
- @backstage/catalog-model@1.1.4-next.1
- @backstage/config@1.0.5-next.1
- @backstage/errors@1.1.4-next.1
- @backstage/types@1.0.2-next.1
- @backstage/plugin-auth-node@0.2.8-next.3
## 0.17.2-next.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend",
"description": "A Backstage backend plugin that handles authentication",
"version": "0.17.2-next.2",
"version": "0.17.2-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-auth-node
## 0.2.8-next.3
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.17.0-next.3
- @backstage/config@1.0.5-next.1
- @backstage/errors@1.1.4-next.1
## 0.2.8-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-node",
"version": "0.2.8-next.2",
"version": "0.2.8-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -1,5 +1,14 @@
# @backstage/plugin-azure-devops-backend
## 0.3.18-next.3
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.17.0-next.3
- @backstage/config@1.0.5-next.1
- @backstage/plugin-azure-devops-common@0.3.0
## 0.3.18-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-azure-devops-backend",
"version": "0.3.18-next.2",
"version": "0.3.18-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-azure-devops
## 0.2.3-next.4
### Patch Changes
- 2e701b3796: Internal refactor to use `react-router-dom` rather than `react-router`.
- Updated dependencies
- @backstage/core-components@0.12.1-next.4
- @backstage/plugin-catalog-react@1.2.2-next.4
- @backstage/catalog-model@1.1.4-next.1
- @backstage/core-plugin-api@1.2.0-next.2
- @backstage/errors@1.1.4-next.1
- @backstage/theme@0.2.16
- @backstage/plugin-azure-devops-common@0.3.0
## 0.2.3-next.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-azure-devops",
"version": "0.2.3-next.3",
"version": "0.2.3-next.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-azure-sites-backend
## 0.1.1-next.3
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.17.0-next.3
- @backstage/config@1.0.5-next.1
- @backstage/plugin-azure-sites-common@0.1.0
## 0.1.1-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-azure-sites-backend",
"version": "0.1.1-next.2",
"version": "0.1.1-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-azure-sites
## 0.1.1-next.4
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.1-next.4
- @backstage/plugin-catalog-react@1.2.2-next.4
- @backstage/catalog-model@1.1.4-next.1
- @backstage/core-plugin-api@1.2.0-next.2
- @backstage/theme@0.2.16
- @backstage/plugin-azure-sites-common@0.1.0
## 0.1.1-next.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-azure-sites",
"version": "0.1.1-next.3",
"version": "0.1.1-next.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-badges-backend
## 0.1.33-next.3
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.17.0-next.3
- @backstage/catalog-client@1.2.0-next.1
- @backstage/catalog-model@1.1.4-next.1
- @backstage/config@1.0.5-next.1
- @backstage/errors@1.1.4-next.1
## 0.1.33-next.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-badges-backend",
"description": "A Backstage backend plugin that generates README badges for your entities",
"version": "0.1.33-next.2",
"version": "0.1.33-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-badges
## 0.2.36-next.4
### Patch Changes
- 2e701b3796: Internal refactor to use `react-router-dom` rather than `react-router`.
- Updated dependencies
- @backstage/core-components@0.12.1-next.4
- @backstage/plugin-catalog-react@1.2.2-next.4
- @backstage/catalog-model@1.1.4-next.1
- @backstage/core-plugin-api@1.2.0-next.2
- @backstage/errors@1.1.4-next.1
- @backstage/theme@0.2.16
## 0.2.36-next.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-badges",
"description": "A Backstage plugin that generates README badges for your entities",
"version": "0.2.36-next.3",
"version": "0.2.36-next.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-bazaar-backend
## 0.2.2-next.4
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.17.0-next.3
- @backstage/backend-test-utils@0.1.31-next.4
- @backstage/config@1.0.5-next.1
- @backstage/errors@1.1.4-next.1
- @backstage/plugin-auth-node@0.2.8-next.3
## 0.2.2-next.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-bazaar-backend",
"version": "0.2.2-next.3",
"version": "0.2.2-next.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-bazaar
## 0.2.1-next.4
### Patch Changes
- Updated dependencies
- @backstage/cli@0.22.0-next.4
- @backstage/core-components@0.12.1-next.4
- @backstage/plugin-catalog@1.7.0-next.4
- @backstage/plugin-catalog-react@1.2.2-next.4
- @backstage/catalog-client@1.2.0-next.1
- @backstage/catalog-model@1.1.4-next.1
- @backstage/core-plugin-api@1.2.0-next.2
- @backstage/errors@1.1.4-next.1
## 0.2.1-next.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-bazaar",
"version": "0.2.1-next.3",
"version": "0.2.1-next.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-bitrise
## 0.1.39-next.4
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.1-next.4
- @backstage/plugin-catalog-react@1.2.2-next.4
- @backstage/catalog-model@1.1.4-next.1
- @backstage/core-plugin-api@1.2.0-next.2
- @backstage/theme@0.2.16
## 0.1.39-next.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-bitrise",
"description": "A Backstage plugin that integrates towards Bitrise",
"version": "0.1.39-next.3",
"version": "0.1.39-next.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -1,5 +1,21 @@
# @backstage/plugin-catalog-backend-module-aws
## 0.1.12-next.3
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.6.0-next.3
- @backstage/backend-tasks@0.4.0-next.3
- @backstage/backend-common@0.17.0-next.3
- @backstage/backend-plugin-api@0.2.0-next.3
- @backstage/catalog-model@1.1.4-next.1
- @backstage/config@1.0.5-next.1
- @backstage/errors@1.1.4-next.1
- @backstage/integration@1.4.1-next.1
- @backstage/types@1.0.2-next.1
- @backstage/plugin-catalog-node@1.3.0-next.3
## 0.1.12-next.2
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-aws",
"description": "A Backstage catalog backend module that helps integrate towards AWS",
"version": "0.1.12-next.2",
"version": "0.1.12-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -1,5 +1,21 @@
# @backstage/plugin-catalog-backend-module-azure
## 0.1.10-next.3
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.6.0-next.3
- @backstage/backend-tasks@0.4.0-next.3
- @backstage/backend-common@0.17.0-next.3
- @backstage/backend-plugin-api@0.2.0-next.3
- @backstage/catalog-model@1.1.4-next.1
- @backstage/config@1.0.5-next.1
- @backstage/errors@1.1.4-next.1
- @backstage/integration@1.4.1-next.1
- @backstage/types@1.0.2-next.1
- @backstage/plugin-catalog-node@1.3.0-next.3
## 0.1.10-next.2
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-azure",
"description": "A Backstage catalog backend module that helps integrate towards Azure",
"version": "0.1.10-next.2",
"version": "0.1.10-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -1,5 +1,23 @@
# @backstage/plugin-catalog-backend-module-bitbucket-cloud
## 0.1.6-next.3
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.6.0-next.3
- @backstage/backend-tasks@0.4.0-next.3
- @backstage/backend-common@0.17.0-next.3
- @backstage/backend-plugin-api@0.2.0-next.3
- @backstage/catalog-client@1.2.0-next.1
- @backstage/catalog-model@1.1.4-next.1
- @backstage/config@1.0.5-next.1
- @backstage/integration@1.4.1-next.1
- @backstage/plugin-bitbucket-cloud-common@0.2.2-next.1
- @backstage/plugin-catalog-common@1.0.9-next.3
- @backstage/plugin-catalog-node@1.3.0-next.3
- @backstage/plugin-events-node@0.2.0-next.3
## 0.1.6-next.2
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-bitbucket-cloud",
"description": "A Backstage catalog backend module that helps integrate towards Bitbucket Cloud",
"version": "0.1.6-next.2",
"version": "0.1.6-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -1,5 +1,20 @@
# @backstage/plugin-catalog-backend-module-bitbucket-server
## 0.1.4-next.3
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.6.0-next.3
- @backstage/backend-tasks@0.4.0-next.3
- @backstage/backend-common@0.17.0-next.3
- @backstage/backend-plugin-api@0.2.0-next.3
- @backstage/catalog-model@1.1.4-next.1
- @backstage/config@1.0.5-next.1
- @backstage/errors@1.1.4-next.1
- @backstage/integration@1.4.1-next.1
- @backstage/plugin-catalog-node@1.3.0-next.3
## 0.1.4-next.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-bitbucket-server",
"version": "0.1.4-next.2",
"version": "0.1.4-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -1,5 +1,19 @@
# @backstage/plugin-catalog-backend-module-bitbucket
## 0.2.6-next.3
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.6.0-next.3
- @backstage/backend-common@0.17.0-next.3
- @backstage/catalog-model@1.1.4-next.1
- @backstage/config@1.0.5-next.1
- @backstage/errors@1.1.4-next.1
- @backstage/integration@1.4.1-next.1
- @backstage/types@1.0.2-next.1
- @backstage/plugin-bitbucket-cloud-common@0.2.2-next.1
## 0.2.6-next.2
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-bitbucket",
"description": "A Backstage catalog backend module that helps integrate towards Bitbucket",
"version": "0.2.6-next.2",
"version": "0.2.6-next.3",
"deprecated": true,
"main": "src/index.ts",
"types": "src/index.ts",
@@ -1,5 +1,20 @@
# @backstage/plugin-catalog-backend-module-gerrit
## 0.1.7-next.3
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.6.0-next.3
- @backstage/backend-tasks@0.4.0-next.3
- @backstage/backend-common@0.17.0-next.3
- @backstage/backend-plugin-api@0.2.0-next.3
- @backstage/catalog-model@1.1.4-next.1
- @backstage/config@1.0.5-next.1
- @backstage/errors@1.1.4-next.1
- @backstage/integration@1.4.1-next.1
- @backstage/plugin-catalog-node@1.3.0-next.3
## 0.1.7-next.2
### Patch Changes

Some files were not shown because too many files have changed in this diff Show More