Skip to content

Commit

Permalink
chore: release 0.0.2
Browse files Browse the repository at this point in the history
ci: ignore npm stuff in packaging


chore: downgrade version for testing


chore: make some placholder commits (#1)
  • Loading branch information
axi92 committed Sep 12, 2024
1 parent 723cf75 commit f9766a9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .pubignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ example
build
Makefile
node_modules
package-lock.json
package.json
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"flutter pub get",
"dart run cider",
"flutter pub publish --to-archive abrevva_${version}.tgz",
"npx auto-changelog -v ${version} -c .auto-changelog"
"npx auto-changelog -v ${version} -c .auto-changelog "
]
},
"npm": {
Expand Down
6 changes: 4 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"@release-it/conventional-changelog": "^8.0.2",
"auto-changelog": "^2.5.0",
"release-it": "^17.6.0"
}
},
"version": "0.0.2"
}

0 comments on commit f9766a9

Please sign in to comment.