Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-10-31 16:19:04 +00:00
parent 9f1b0b2cb5
commit f1c3cdfb2d
32 changed files with 236 additions and 15 deletions
@@ -1,5 +1,12 @@
# @backstage/plugin-azure-devops-backend
## 0.3.17-next.1
### Patch Changes
- 62f284e394: - Adjusted the asset parser to accept case sensitive
- Fixed fetching data that was using the deprecated function
## 0.3.17-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-azure-devops-backend",
"version": "0.3.17-next.0",
"version": "0.3.17-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-playlist-backend
## 0.2.1-next.1
### Patch Changes
- 605f269f0d: Updated Playlist plugin docs:
- Updated `playlist` plugin README to include note about installing backend plugin and added images for the various features
- Updated `playlist-backend` plugin README to remove `IdentityClient` import in example as it is not used and made minor change to headings
## 0.2.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-playlist-backend",
"version": "0.2.1-next.0",
"version": "0.2.1-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-playlist
## 0.1.2-next.1
### Patch Changes
- 605f269f0d: Updated Playlist plugin docs:
- Updated `playlist` plugin README to include note about installing backend plugin and added images for the various features
- Updated `playlist-backend` plugin README to remove `IdentityClient` import in example as it is not used and made minor change to headings
## 0.1.2-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-playlist",
"version": "0.1.2-next.0",
"version": "0.1.2-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -1,5 +1,12 @@
# @backstage/plugin-scaffolder-backend-module-cookiecutter
## 0.2.13-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-backend@1.8.0-next.1
## 0.2.13-next.0
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-cookiecutter",
"description": "A module for the scaffolder backend that lets you template projects using cookiecutter",
"version": "0.2.13-next.0",
"version": "0.2.13-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -1,5 +1,12 @@
# @backstage/plugin-scaffolder-backend-module-rails
## 0.4.6-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-backend@1.8.0-next.1
## 0.4.6-next.0
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-rails",
"description": "A module for the scaffolder backend that lets you template projects using Rails",
"version": "0.4.6-next.0",
"version": "0.4.6-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -1,5 +1,12 @@
# @backstage/plugin-scaffolder-backend-module-yeoman
## 0.2.11-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-backend@1.8.0-next.1
## 0.2.11-next.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-yeoman",
"version": "0.2.11-next.0",
"version": "0.2.11-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+6
View File
@@ -1,5 +1,11 @@
# @backstage/plugin-scaffolder-backend
## 1.8.0-next.1
### Minor Changes
- 5921b5ce49: - The GitLab Project ID for the `publish:gitlab:merge-request` action is now passed through the query parameter `project` in the `repoUrl`. It still allows people to not use the `projectid` and use the `repoUrl` with the `owner` and `repo` query parameters instead. This makes it easier to publish to repositories instead of writing the full path to the project.
## 1.8.0-next.0
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder-backend",
"description": "The Backstage backend plugin that helps you create new things",
"version": "1.8.0-next.0",
"version": "1.8.0-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -1,5 +1,12 @@
# @backstage/plugin-techdocs-addons-test-utils
## 1.0.6-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.4.0-next.1
## 1.0.6-next.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-addons-test-utils",
"version": "1.0.6-next.0",
"version": "1.0.6-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+6
View File
@@ -1,5 +1,11 @@
# @backstage/plugin-techdocs
## 1.4.0-next.1
### Patch Changes
- 9e4d8e6198: Fix logic bug that broke techdocs-cli-embedded-app
## 1.4.0-next.0
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-techdocs",
"description": "The Backstage plugin that renders technical documentation for your components",
"version": "1.4.0-next.0",
"version": "1.4.0-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",