Skip to content

Commit ad2b003

Browse files
committed
fix: Add deep deps
1 parent d4d413d commit ad2b003

File tree

6 files changed

+146
-237
lines changed

6 files changed

+146
-237
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.1
2+
### Fixes
3+
- fix: Issue in building all deep dependencies
4+
15
## 2.0.0
26
On February 1, 2022, the `v1` uploader will be full sunset and no longer function. This is due
37
to the deprecation of the underlying bash uploader. This version uses the new [uploader](https://github.com/codecov/uploader).

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
deploy:
22
$(eval VERSION := $(shell cat package.json | grep '"version": ' | cut -d\" -f4))
3-
git tag -d v1
4-
git push origin :v1
5-
git tag v1
3+
git tag -d v2
4+
git push origin :v2
5+
git tag v2
66
git tag v$(VERSION) -m ""
77
git push origin --tags

0 commit comments

Comments
 (0)