Skip to content

Commit ce3e863

Browse files
1.1.6 release
1 parent c21740a commit ce3e863

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

component/package-lock.json

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

component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "active-table",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "Framework agnostic table component for editable data experience",
55
"main": "./dist/activeTable.js",
66
"module": "./dist/activeTable.js",

other-packages/react/package-lock.json

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

other-packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "active-table-react",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "Active Table wrapper for React",
55
"main": "./dist/activeTable.js",
66
"module": "./dist/activeTable.js",
@@ -33,7 +33,7 @@
3333
"license": "MIT",
3434
"dependencies": {
3535
"@lit-labs/react": "^2.1.3",
36-
"active-table": "1.1.5"
36+
"active-table": "1.1.6"
3737
},
3838
"devDependencies": {
3939
"@types/react": "^18.0.28",

0 commit comments

Comments
 (0)