Skip to content

Commit cd3b368

Browse files
committed
Preparing V1
1 parent 308ac7a commit cd3b368

File tree

6 files changed

+76
-2562
lines changed

6 files changed

+76
-2562
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
registry-url: "https://registry.npmjs.org/"
5454

5555
- name: Publish to npm
56-
run: yarn publish-to-npm
56+
run: yarn publish:npm
5757
env:
5858
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"npmClient": "yarn"
55
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"lint:all": "yarn lint && yarn prettier:check",
2323
"test": "CI=true lerna --scope '@hpatoio/*' run test",
2424
"build": "lerna run build",
25-
"publish:npm": "lerna publish",
25+
"publish:npm": "lerna publish from-git --yes",
2626
"prettier:fix": "npx --yes prettier --write .",
2727
"prepare": "husky",
2828
"clean": "backstage-cli repo clean"

packages/backstage-plugin-language-info-card/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpatoio/backstage-plugin-language-info-card",
3-
"version": "1.0.23",
3+
"version": "1.1.0",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

packages/backstage-plugin-language-info-processor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpatoio/backstage-plugin-language-info-processor",
3-
"version": "0.1.0",
3+
"version": "1.1.0",
44
"license": "Apache-2.0",
55
"private": true,
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)