Skip to content

Commit

Permalink
fix(react): publish react package (#765)
Browse files Browse the repository at this point in the history
Co-authored-by: v.arutyunov <[email protected]>
  • Loading branch information
sevaru and v.arutyunov authored Sep 19, 2024
1 parent d508ada commit cdf6e05
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 2 deletions.
24 changes: 23 additions & 1 deletion libs/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,27 @@
"version": "0.0.0-development",
"dependencies": {
"@microzord/core": "2.0.1"
}

},
"publishConfig": {
"access": "public"
},
"license": "Apache-2.0",
"keywords": [
"microfrontends",
"single-page-application",
"framework",
"angular",
"react",
"routing",
"microservices"
],
"authors": ["Igor Katsuba <[email protected]>", "Roman Sedov <[email protected]>"],
"contributors": [
"Igor Katsuba <[email protected]>",
"Roman Sedov <[email protected]>",
"Vsevolod Arutyunov <[email protected]>"
],
"repository": "https://github.com/taiga-family/microzord",
"homepage": "https://taiga-family.github.io/microzord"
}
29 changes: 29 additions & 0 deletions libs/react/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,35 @@
"jestConfig": "libs/react/jest.config.ts",
"coverageDirectory": "coverage/react"
}
},
"semrel": {
"executor": "@ng-builders/semrel:release",
"options": {
"npm": {
"pkgRoot": "dist/libs/react"
},
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"main",
"next",
"next-major",
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
]
}
},
"release": {
"executor": "nx:run-commands",
"options": {
"commands": ["npm run release:package --package=react"],
"parallel": false
}
}
},
"tags": []
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>taiga-family/renovate-config"]
"extends": ["github>taiga-family/renovate-config"],
"ignorePaths": ["libs/**/package.json"]
}

0 comments on commit cdf6e05

Please sign in to comment.