Skip to content

Commit

Permalink
release v1.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed May 26, 2023
1 parent 3f7aa44 commit 981bb8e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions apps/material-react-table-docs/pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ import Head from 'next/head';

### Version 1 (Latest)

#### v1.11.5 (2023-05-25)

- Fixed potential internal const issues when `columnOrder` state was manually managed

#### v1.11.4 (2023-05-19)

- Fixed right column pinning spacing issues
Expand Down
2 changes: 1 addition & 1 deletion packages/material-react-table/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.11.4",
"version": "1.11.5",
"license": "MIT",
"name": "material-react-table",
"description": "A fully featured Material UI V5 implementation of TanStack React Table V8, written from the ground up in TypeScript.",
Expand Down
4 changes: 3 additions & 1 deletion packages/material-react-table/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ export default [
}),
external(),
resolve(),
typescript(),
typescript({
rootDir: './src',
}),
],
},
{
Expand Down
3 changes: 1 addition & 2 deletions packages/material-react-table/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"rootDir": "./src",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "ES6"
"target": "ES6",
},
"references": [
{
Expand Down

2 comments on commit 981bb8e

@vercel
Copy link

@vercel vercel bot commented on 981bb8e May 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 981bb8e May 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.