Skip to content

Commit b2907e9

Browse files
authored
Merge pull request #93 from MisaelMa/fix/publish-pending
fix(publish): desbloquear publicacion de paquetes pendientes del bump
2 parents fc1c3eb + d860a7d commit b2907e9

4 files changed

Lines changed: 7 additions & 13 deletions

File tree

common/config/rush/version-policies.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cfdi/rfc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cfdi/rfc",
3-
"version": "0.0.10-beta.0",
3+
"version": "0.0.10",
44
"description": "Validacion de RFC mexicano - persona fisica y moral con digito verificador",
55
"homepage": "https://cfdi.recreando.dev",
66
"bugs": {

packages/cfdi/xsd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cfdi/xsd",
3-
"version": "4.0.17-beta.0",
3+
"version": "4.0.17",
44
"description": "Validacion de CFDI contra esquemas XSD oficiales del SAT",
55
"homepage": "https://cfdi.recreando.dev",
66
"bugs": {

rush.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,7 @@
8484
"projectFolder": "packages/cfdi/xsd",
8585
"versionPolicyName": "xsd",
8686
"reviewCategory": "libraries",
87-
"shouldPublish": true,
88-
"tags": [
89-
"beta"
90-
]
87+
"shouldPublish": true
9188
},
9289
{
9390
"packageName": "@cfdi/schema",
@@ -147,10 +144,7 @@
147144
"projectFolder": "packages/cfdi/rfc",
148145
"versionPolicyName": "rfc",
149146
"reviewCategory": "libraries",
150-
"shouldPublish": true,
151-
"tags": [
152-
"beta"
153-
]
147+
"shouldPublish": true
154148
},
155149
{
156150
"packageName": "@clir/openssl",

0 commit comments

Comments
 (0)