Change package versions

This commit is contained in:
Marek Calus
2020-11-26 06:29:29 +01:00
parent cb16f9ebfc
commit faa73389f2
3 changed files with 3 additions and 5 deletions
-2
View File
@@ -1,8 +1,6 @@
---
'@backstage/plugin-catalog-backend': minor
'@backstage/plugin-catalog-import': minor
'example-app': patch
'example-backend': patch
'@backstage/catalog-model': patch
'@backstage/plugin-scaffolder': patch
---
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-app",
"version": "0.2.2",
"version": "0.2.1",
"private": true,
"bundled": true,
"dependencies": {
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend",
"version": "0.2.2",
"version": "0.2.1",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
@@ -35,7 +35,7 @@
"@octokit/rest": "^18.0.0",
"azure-devops-node-api": "^10.1.1",
"dockerode": "^3.2.0",
"example-app": "^0.2.2",
"example-app": "^0.2.1",
"express": "^4.17.1",
"express-promise-router": "^3.0.3",
"knex": "^0.21.6",