plotly / dash-table

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
419 stars 74 forks source link

Create tag/release for latest versions (4.10.1, 4.11.0) #850

Open wbrgss opened 3 years ago

wbrgss commented 3 years ago

Historically, each release as documented in the CHANGELOG has a corresponding tagged release in GitHub.

I have a script that relies on these specific tagged versions for code generation (e.g. https://raw.githubusercontent.com/plotly/dash-table/v4.10.0/src/dash-table/dash/DataTable.js) and the latest versions 404.

My guess is that v4.11.0 should use #844 as its target, and v4.10.1 should target 0aeab39. Happy to create these tags myself @Marc-Andre-Rivet but I want to double-check that I have that right.

Marc-Andre-Rivet commented 3 years ago

@wbrgss 4.11.0 commit in master: https://github.com/plotly/dash-table/commit/aa519b79a6bc1783d98bf7b1fa0086853a484627

bnavigator commented 3 years ago

https://github.com/plotly/dash-table/commit/93e88cdef2d1764c3b19ff9bd45f565c70e6704a == 4.11.1 ?