Skip to content

Commit

Permalink
release: 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gizeasy committed Sep 29, 2022
1 parent 7c90901 commit ed1ac63
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
'**/__tests__/*',
'**/__mocks__/*',
'**/src/stand/*',
'**/src/docs/*',
]
: [],
comments: false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@consta/charts",
"version": "0.6.4",
"version": "0.7.0",
"scripts": {
"postinstall": "husky install",
"tsc-dry-run": "tsc --noEmit",
Expand Down
3 changes: 2 additions & 1 deletion scripts/generateReExportsConfig.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
src: './src',
distPath: './dist',
reexports: ['/components', '/hooks', '/docs'],
reexports: ['/components', '/hooks'],
ignore: [
'src/**/*.stories/**',
'src/**/*.stories.*',
Expand All @@ -10,5 +10,6 @@ module.exports = {
'src/**/__stand__/**',
'src/**/__mocks__/**',
'src/**/__mock__/**',
'src/docs/**',
],
};
3 changes: 2 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"**/__stories__/*",
"**/__stand__/*",
"**/__tests__/*",
"**/src/stand/*"
"**/src/stand/*",
"**/src/docs/*"
]
}

0 comments on commit ed1ac63

Please sign in to comment.