Skip to content

Commit

Permalink
fix(esbuild-meta): fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Apr 15, 2024
1 parent a181e6f commit f292a04
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# - name: Test
# run: npx nx run-many -t test --configuration=ci
- name: Release
run: npx semantic-release
run: nx version
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
23 changes: 23 additions & 0 deletions packages/esbuild-meta/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

# 0.1.0 (2024-04-15)


### Bug Fixes

* add esbuild meta ([0d77fd8](https://github.com/ChristopherPHolder/app-speed/commit/0d77fd84fec7abe84f15f3847526d220396d0ada))
* **esbuild-meta:** add esbuild meta ([5aca4b3](https://github.com/ChristopherPHolder/app-speed/commit/5aca4b35979800e7f9dfefc40e4f63ebf25a74e1))
* **esbuild-meta:** fix bin ([5e8431e](https://github.com/ChristopherPHolder/app-speed/commit/5e8431e14a8808da47e18803f48e393dad3e7150))
* **esbuild-meta:** fix lin issues ([f4feec0](https://github.com/ChristopherPHolder/app-speed/commit/f4feec0b213c2abe642e28be2f95c549c1cc626c))
* **esbuild-meta:** fix packages ([a181e6f](https://github.com/ChristopherPHolder/app-speed/commit/a181e6f94cc3e8341e8b81669dfe30060e7eb845))
* **esbuild-meta:** fix version ([8b20fbd](https://github.com/ChristopherPHolder/app-speed/commit/8b20fbde17553ebf79e3289f2e7f4b7735debab1))
* **esbuild-meta:** release config ([fa0412a](https://github.com/ChristopherPHolder/app-speed/commit/fa0412a5549c908850f6e3c2388c6b27a2cf9c6e))
* **esbuild-meta:** versions boost ([422bb46](https://github.com/ChristopherPHolder/app-speed/commit/422bb46fbcede4c245d8d81da70ff39f59188f1a))
* fix structure about lib ([b2521ad](https://github.com/ChristopherPHolder/app-speed/commit/b2521add2513454bd605e710bb9479c4bb390036))


### Features

* **esbuild-meta:** versions ([a40ab91](https://github.com/ChristopherPHolder/app-speed/commit/a40ab918330033a1e39997f521d8d76b4ff64b5e))
* **esbuild-meta:** versions boost ([1861f92](https://github.com/ChristopherPHolder/app-speed/commit/1861f92c5512a468de2271f767084c01a660b6ac))



## 0.0.1 (2024-04-12)

### Bug Fixes
Expand Down
3 changes: 2 additions & 1 deletion packages/esbuild-meta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"dependencies": {
"esbuild": "0.19.2",
"yargs": "^17.7.2"
}
},
"version": "0.1.0"
}

0 comments on commit f292a04

Please sign in to comment.