Tags: tlibjs/scripts
Tags
chore(release): 1.0.0 [skip ci] # 1.0.0 (2021-11-01) ### Bug Fixes * @semantic-release/exec prepareCmd ([8a83e75](8a83e75)) * circular dependency ([721b593](721b593)) * exclude .d.ts files from rollup input entries ([375b3bf](375b3bf)) * move required dev deps to deps ([0fb143a](0fb143a)) * rebuild in prepublishOnly ([524d331](524d331)) * respect outputRootDir in genBundleOutput ([780d942](780d942)) * rollup dts should use json plugin ([db39b7e](db39b7e)) ### Features * add json plugin to compile plugins ([b298c75](b298c75)) * allow depth as patterns to match files ([f894ecb](f894ecb)) * export version ([c86907b](c86907b)) * generate pkg.exports ([8b9cf58](8b9cf58)) * include baseDir in getEntryFiles default ([5523dcc](5523dcc)) * remove ie 11 support ([821a457](821a457)) * rollup plugin copyMeta ([6d1226d](6d1226d)) * rollup/defaults ([fec80a8](fec80a8)) * trigger build ([bd67921](bd67921)) * ts-jest common config ([56c7401](56c7401)) * util path deepTrimStartDir ([3ca6195](3ca6195)) * util/func isTruthy ([ce67464](ce67464)) * util/path trimStartDir ([707f475](707f475)) * **rollup:** entry ([0eb91b7](0eb91b7)) ### Reverts * Revert "fix: rebuild in prepublishOnly" ([0c914ce](0c914ce)) * Revert "chore: build and test before releasing" ([369ca89](369ca89)) ### BREAKING CHANGES * remove ie 11 support
chore(release): 1.0.0-alpha.8 [skip ci] # [1.0.0-alpha.8](v1.0.0-alpha.7...v1.0.0-alpha.8) (2021-11-01) ### Bug Fixes * @semantic-release/exec prepareCmd ([4b18f1e](4b18f1e)) ### Reverts * Revert "fix: rebuild in prepublishOnly" ([1102bde](1102bde))
chore(release): 1.0.0-alpha.7 [skip ci] # [1.0.0-alpha.7](v1.0.0-alpha.6...v1.0.0-alpha.7) (2021-11-01) ### Bug Fixes * rebuild in prepublishOnly ([755b59c](755b59c))
chore(release): 1.0.0-alpha.6 [skip ci] # [1.0.0-alpha.6](v1.0.0-alpha.5...v1.0.0-alpha.6) (2021-11-01) ### Bug Fixes * rollup dts should use json plugin ([85a7381](85a7381)) ### Features * export version ([25bebb9](25bebb9))
chore(release): 1.0.0-alpha.5 [skip ci] # [1.0.0-alpha.5](v1.0.0-alpha.4...v1.0.0-alpha.5) (2021-11-01) ### Bug Fixes * respect outputRootDir in genBundleOutput ([01589af](01589af)) ### Features * rollup plugin copyMeta ([2bb3dd4](2bb3dd4)) * rollup/defaults ([244e894](244e894)) * util/func isTruthy ([240ad8e](240ad8e))
chore(release): 1.0.0-alpha.4 [skip ci] # [1.0.0-alpha.4](v1.0.0-alpha.3...v1.0.0-alpha.4) (2021-11-01) ### Features * ts-jest common config ([4728a14](4728a14))
chore(release): 1.0.0-alpha.3 [skip ci] # [1.0.0-alpha.3](v1.0.0-alpha.2...v1.0.0-alpha.3) (2021-10-31) ### Bug Fixes * circular dependency ([35ebb6a](35ebb6a)) ### Features * generate pkg.exports ([46a618c](46a618c)) * util path deepTrimStartDir ([b0d19eb](b0d19eb)) * util/path trimStartDir ([c5c4bb8](c5c4bb8))
chore(release): 1.0.0-alpha.2 [skip ci] # [1.0.0-alpha.2](v1.0.0-alpha.1...v1.0.0-alpha.2) (2021-10-30) ### Features * allow depth as patterns to match files ([aaecee4](aaecee4)) * include baseDir in getEntryFiles default ([1d054ca](1d054ca))
chore(release): 1.0.0-alpha.1 [skip ci] # 1.0.0-alpha.1 (2021-10-25) ### Bug Fixes * exclude .d.ts files from rollup input entries ([af5e1a4](af5e1a4)) * move required dev deps to deps ([9fd84d8](9fd84d8)) ### Features * add json plugin to compile plugins ([05a6967](05a6967)) * remove ie 11 support ([a84056c](a84056c)) * **rollup:** entry ([55ddc6f](55ddc6f)) ### BREAKING CHANGES * remove ie 11 support