Skip to content

Commit

Permalink
feat: release/1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Feb 8, 2021
1 parent 1a4d9d5 commit d237cd2
Show file tree
Hide file tree
Showing 18 changed files with 826 additions and 365 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:
- name: Bump versions
run: node ./common/scripts/install-run-rush.js version --bump --target-branch main
- name: publish
run: node ./common/scripts/install-run-rush.js publish -a -b main -p --set-access-level public --include-all
run: node ./common/scripts/install-run-rush.js publish -a -b main -p --set-access-level public --include-all --add-commit-details --version-policy production
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@anolilab/babel-preset",
"comment": "first release of anolilab's babel preset",
"type": "major"
}
],
"packageName": "@anolilab/babel-preset",
"email": "d.bannert@anolilab.de"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@anolilab/eslint-config",
"comment": "first release of anolilab's eslint config",
"type": "major"
}
],
"packageName": "@anolilab/eslint-config",
"email": "d.bannert@anolilab.de"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@anolilab/prettier-config",
"comment": "first release of anolilab's prettier config",
"type": "major"
}
],
"packageName": "@anolilab/prettier-config",
"email": "d.bannert@anolilab.de"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@anolilab/stylelint-config",
"comment": "first release of anolilab's stylelint config",
"type": "major"
}
],
"packageName": "@anolilab/stylelint-config",
"email": "d.bannert@anolilab.de"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@anolilab/textlint-config",
"comment": "first release of anolilab's textlint config",
"type": "major"
}
],
"packageName": "@anolilab/textlint-config",
"email": "d.bannert@anolilab.de"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "browserslist-config-anolilab",
"comment": "first release of anolilab's browserslist config",
"type": "major"
}
],
"packageName": "browserslist-config-anolilab",
"email": "d.bannert@anolilab.de"
}
Loading

0 comments on commit d237cd2

Please sign in to comment.