Skip to content

Commit c390fcf

Browse files
chore(release): 16.2.0-beta.1 [skip ci]
# [16.2.0-beta.1](v16.1.1...v16.2.0-beta.1) (2026-01-27) ### Features * convert save-as-xlsx-action.js to ts ([2271f19](2271f19)) * convert use-track-size.js to typescript ([#851](#851)) ([8d2349a](8d2349a)) * converted cosmoz-omnitable-sort-group.js to ts ([#799](#799)) ([549be2e](549be2e)) * converted use-fast-layout.js to ts ([#763](#763)) ([3790dc9](3790dc9))
1 parent b6d1a9d commit c390fcf

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [16.2.0-beta.1](https://github.com/Neovici/cosmoz-omnitable/compare/v16.1.1...v16.2.0-beta.1) (2026-01-27)
2+
3+
4+
### Features
5+
6+
* convert save-as-xlsx-action.js to ts ([2271f19](https://github.com/Neovici/cosmoz-omnitable/commit/2271f190dd9fa7f98362d41f8f0c601868b7fff9))
7+
* convert use-track-size.js to typescript ([#851](https://github.com/Neovici/cosmoz-omnitable/issues/851)) ([8d2349a](https://github.com/Neovici/cosmoz-omnitable/commit/8d2349a3b02ca0cc638531947df6c1325b8e8a00))
8+
* converted cosmoz-omnitable-sort-group.js to ts ([#799](https://github.com/Neovici/cosmoz-omnitable/issues/799)) ([549be2e](https://github.com/Neovici/cosmoz-omnitable/commit/549be2e03ee1c831d29528f318ba11738ac8c1a7))
9+
* converted use-fast-layout.js to ts ([#763](https://github.com/Neovici/cosmoz-omnitable/issues/763)) ([3790dc9](https://github.com/Neovici/cosmoz-omnitable/commit/3790dc9ee86ebe5d283b9985a8192a00f1094d16))
10+
111
# [16.1.0-beta.4](https://github.com/Neovici/cosmoz-omnitable/compare/v16.1.0-beta.3...v16.1.0-beta.4) (2026-01-14)
212

313

package-lock.json

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neovici/cosmoz-omnitable",
3-
"version": "16.1.0-beta.4",
3+
"version": "16.2.0-beta.1",
44
"description": "[![Build Status](https://travis-ci.org/Neovici/cosmoz-omnitable.svg?branch=master)](https://travis-ci.org/Neovici/cosmoz-omnitable)",
55
"keywords": [
66
"web-components"

0 commit comments

Comments
 (0)