From a7c4b444af9db6c824a7734c279308215b3ea0c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 23:06:30 +0800 Subject: [PATCH] chore: release package (rc) (#72) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 5 +- CHANGELOG.md | 320 ++++++++++++-------------------------------- package.json | 2 +- 3 files changed, 94 insertions(+), 233 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 4d44d96..6ed4760 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -4,5 +4,8 @@ "initialVersions": { "lit-ntml": "4.0.1" }, - "changesets": [] + "changesets": [ + "tasty-pears-sit", + "thin-donuts-confess" + ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index b5b28b0..f4daf03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,501 +1,359 @@ # Changelog -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. - +## 4.0.2-rc.0 +### Patch Changes -## [4.0.1](https://github.com/motss/lit-ntml/compare/v4.0.1-rc.0...v4.0.1) (2023-02-12) +- [#74](https://github.com/motss/lit-ntml/pull/74) [`63472f4`](https://github.com/motss/lit-ntml/commit/63472f4538322bbab0fda9b03e5b832aa719d9a8) Thanks [@motss](https://github.com/motss)! - chore: standardize test params for tests and benchmarks +- [#71](https://github.com/motss/lit-ntml/pull/71) [`4ea239a`](https://github.com/motss/lit-ntml/commit/4ea239ae9c9991f8e70430506f79d03b287f52af) Thanks [@motss](https://github.com/motss)! - feat: integrate changeset +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.0.1](https://github.com/motss/lit-ntml/compare/v4.0.1-rc.0...v4.0.1) (2023-02-12) ## [4.0.1-rc.0](https://github.com/motss/lit-ntml/compare/v4.0.0...v4.0.1-rc.0) (2023-02-12) - ### build -* ignore bench* folder when publishing ([4cf38a3](https://github.com/motss/lit-ntml/commit/4cf38a3c4920256c423d298eba9084847733b045)) +- ignore bench\* folder when publishing ([4cf38a3](https://github.com/motss/lit-ntml/commit/4cf38a3c4920256c423d298eba9084847733b045)) ### fix -* fix #68 by removing unnecessary fields before publishing (#69) ([c39ffda](https://github.com/motss/lit-ntml/commit/c39ffda35783cc3a27f7db370bf2eed31aa87ea6)), closes [#68](https://github.com/motss/lit-ntml/issues/68) [#69](https://github.com/motss/lit-ntml/issues/69) - - +- fix #68 by removing unnecessary fields before publishing (#69) ([c39ffda](https://github.com/motss/lit-ntml/commit/c39ffda35783cc3a27f7db370bf2eed31aa87ea6)), closes [#68](https://github.com/motss/lit-ntml/issues/68) [#69](https://github.com/motss/lit-ntml/issues/69) # [4.0.0](https://github.com/motss/lit-ntml/compare/v3.0.1-rc.4...v4.0.0) (2022-10-24) - ### chore -* update dependencies ([b086ad5](https://github.com/motss/lit-ntml/commit/b086ad54a94d1abf8620208bdde5d9e76adccec5)) - - +- update dependencies ([b086ad5](https://github.com/motss/lit-ntml/commit/b086ad54a94d1abf8620208bdde5d9e76adccec5)) ## [3.0.1-rc.4](https://github.com/motss/lit-ntml/compare/v3.0.1-rc.3...v3.0.1-rc.4) (2022-10-24) - ### chore -* always upload .vscode folder ([0241b23](https://github.com/motss/lit-ntml/commit/0241b2381405a6d14a00c8bc7ee90dbc00676a17)) - - +- always upload .vscode folder ([0241b23](https://github.com/motss/lit-ntml/commit/0241b2381405a6d14a00c8bc7ee90dbc00676a17)) ## [3.0.1-rc.3](https://github.com/motss/lit-ntml/compare/v3.0.1-rc.2...v3.0.1-rc.3) (2022-10-24) - ### build -* update package.json for improved exports map ([5591b90](https://github.com/motss/lit-ntml/commit/5591b90a0d6517951798066621f7bcbc4688e691)) +- update package.json for improved exports map ([5591b90](https://github.com/motss/lit-ntml/commit/5591b90a0d6517951798066621f7bcbc4688e691)) ### chore -* add funding details and CODEOWNERS ([3eeb0b3](https://github.com/motss/lit-ntml/commit/3eeb0b3de827bd56fc63d5defd9395accce7e24c)) - - +- add funding details and CODEOWNERS ([3eeb0b3](https://github.com/motss/lit-ntml/commit/3eeb0b3de827bd56fc63d5defd9395accce7e24c)) ## [3.0.1-rc.2](https://github.com/motss/lit-ntml/compare/v3.0.6...v3.0.1-rc.2) (2022-06-26) - ### build -* convert all bash scripts to shell scripts ([b4c0e0d](https://github.com/motss/lit-ntml/commit/b4c0e0d8f751f95e89956c03f191212977c0a34d)) +- convert all bash scripts to shell scripts ([b4c0e0d](https://github.com/motss/lit-ntml/commit/b4c0e0d8f751f95e89956c03f191212977c0a34d)) ### refactor -* Migrate to Vitest (#60) ([3a8d099](https://github.com/motss/lit-ntml/commit/3a8d0993d9cd363ad6ee3ced3af31962df77c2be)), closes [#60](https://github.com/motss/lit-ntml/issues/60) - - +- Migrate to Vitest (#60) ([3a8d099](https://github.com/motss/lit-ntml/commit/3a8d0993d9cd363ad6ee3ced3af31962df77c2be)), closes [#60](https://github.com/motss/lit-ntml/issues/60) ## [3.0.6](https://github.com/motss/lit-ntml/compare/v3.0.6-rc.1...v3.0.6) (2022-02-06) - ### chore -* update dependencies ([a3383dd](https://github.com/motss/lit-ntml/commit/a3383dd557794926557390a77bc8b59ee01e1b4c)) - - +- update dependencies ([a3383dd](https://github.com/motss/lit-ntml/commit/a3383dd557794926557390a77bc8b59ee01e1b4c)) ## [3.0.6-rc.1](https://github.com/motss/lit-ntml/compare/v3.0.6-rc.0...v3.0.6-rc.1) (2022-02-06) - ### ci -* minor update ([ea5165f](https://github.com/motss/lit-ntml/commit/ea5165f14076099febee1c79f450c88990548cee)) - - +- minor update ([ea5165f](https://github.com/motss/lit-ntml/commit/ea5165f14076099febee1c79f450c88990548cee)) ## [3.0.6-rc.0](https://github.com/motss/lit-ntml/compare/v3.0.5...v3.0.6-rc.0) (2022-02-06) - - - ## [3.0.5](https://github.com/motss/lit-ntml/compare/v3.0.5-rc.2...v3.0.5) (2022-02-06) - ### build -* add foreground-scripts=true ([9415ce6](https://github.com/motss/lit-ntml/commit/9415ce6b2de9af746dc7076ebbc2c46d32b76d6b)) - - +- add foreground-scripts=true ([9415ce6](https://github.com/motss/lit-ntml/commit/9415ce6b2de9af746dc7076ebbc2c46d32b76d6b)) ## [3.0.5-rc.2](https://github.com/motss/lit-ntml/compare/v3.0.5-rc.1...v3.0.5-rc.2) (2022-02-06) - ### build -* add postinstall.* [ci skip] ([6a04dcb](https://github.com/motss/lit-ntml/commit/6a04dcb2a21b6de05cc23eb922455dec6c2b08e4)) - - +- add postinstall.\* [ci skip] ([6a04dcb](https://github.com/motss/lit-ntml/commit/6a04dcb2a21b6de05cc23eb922455dec6c2b08e4)) ## [3.0.5-rc.1](https://github.com/motss/lit-ntml/compare/v3.0.5-rc.0...v3.0.5-rc.1) (2022-02-06) - ### build -* minor update [ci skip] ([66c1f78](https://github.com/motss/lit-ntml/commit/66c1f7884fdd7a88c4e84ee414d9fed5bdb9d841)) +- minor update [ci skip] ([66c1f78](https://github.com/motss/lit-ntml/commit/66c1f7884fdd7a88c4e84ee414d9fed5bdb9d841)) ### chore -* update dependencies [ci skip] ([e495e52](https://github.com/motss/lit-ntml/commit/e495e520f52e38fda336ad5181717bcaf23fcfa6)) +- update dependencies [ci skip] ([e495e52](https://github.com/motss/lit-ntml/commit/e495e520f52e38fda336ad5181717bcaf23fcfa6)) ### ci -* run postinstall script with bash ([63a5b83](https://github.com/motss/lit-ntml/commit/63a5b83eef87d70b1dcf100a662eb6b2f0285f43)) - - +- run postinstall script with bash ([63a5b83](https://github.com/motss/lit-ntml/commit/63a5b83eef87d70b1dcf100a662eb6b2f0285f43)) ## [3.0.5-rc.0](https://github.com/motss/lit-ntml/compare/v3.0.4...v3.0.5-rc.0) (2022-02-05) - ### ci -* improve CI due to npx cache ([7dfef43](https://github.com/motss/lit-ntml/commit/7dfef43f83110260c15df38a1d5a1e9711e53071)) -* minor cleanup ([b3da335](https://github.com/motss/lit-ntml/commit/b3da3356d71f4269fbc1853e5f4d9e918fda685f)) -* use local cache for npx ([3e668be](https://github.com/motss/lit-ntml/commit/3e668bea504bc44d49408976e4b6ed2cbe712442)) - - +- improve CI due to npx cache ([7dfef43](https://github.com/motss/lit-ntml/commit/7dfef43f83110260c15df38a1d5a1e9711e53071)) +- minor cleanup ([b3da335](https://github.com/motss/lit-ntml/commit/b3da3356d71f4269fbc1853e5f4d9e918fda685f)) +- use local cache for npx ([3e668be](https://github.com/motss/lit-ntml/commit/3e668bea504bc44d49408976e4b6ed2cbe712442)) ## [3.0.4](https://github.com/motss/lit-ntml/compare/v3.0.4-rc.1...v3.0.4) (2022-02-04) - - - ## [3.0.4-rc.1](https://github.com/motss/lit-ntml/compare/v3.0.3...v3.0.4-rc.1) (2022-02-04) - ### ci -* skip check step in CI ([828174d](https://github.com/motss/lit-ntml/commit/828174d3481e808e42cd22f5ad2ac237aba8d05f)) - - +- skip check step in CI ([828174d](https://github.com/motss/lit-ntml/commit/828174d3481e808e42cd22f5ad2ac237aba8d05f)) ## [3.0.3](https://github.com/motss/lit-ntml/compare/v3.0.3-rc.2...v3.0.3) (2022-02-04) - - - ## [3.0.3-rc.2](https://github.com/motss/lit-ntml/compare/v3.0.3-rc.1...v3.0.3-rc.2) (2022-02-04) - ### ci -* update CI ([9b50aca](https://github.com/motss/lit-ntml/commit/9b50aca1aaa280798ed1604516137593b321c1b9)) -* update CI ([f462e51](https://github.com/motss/lit-ntml/commit/f462e514235f9723ebac496adb07047e0a7f2371)) - - +- update CI ([9b50aca](https://github.com/motss/lit-ntml/commit/9b50aca1aaa280798ed1604516137593b321c1b9)) +- update CI ([f462e51](https://github.com/motss/lit-ntml/commit/f462e514235f9723ebac496adb07047e0a7f2371)) ## [3.0.3-rc.1](https://github.com/motss/lit-ntml/compare/v3.0.3-rc.0...v3.0.3-rc.1) (2022-02-04) - ### ci -* run test with coverage for ubuntu only ([292122e](https://github.com/motss/lit-ntml/commit/292122e5bd2df6e4afb7900943e90155eaa4e9dc)) -* skip cache step ([616312d](https://github.com/motss/lit-ntml/commit/616312de561209e54e13b8a09dff03e3384e61da)) - - +- run test with coverage for ubuntu only ([292122e](https://github.com/motss/lit-ntml/commit/292122e5bd2df6e4afb7900943e90155eaa4e9dc)) +- skip cache step ([616312d](https://github.com/motss/lit-ntml/commit/616312de561209e54e13b8a09dff03e3384e61da)) ## [3.0.3-rc.0](https://github.com/motss/lit-ntml/compare/v3.0.2...v3.0.3-rc.0) (2022-02-04) - ### chore -* minor cleanup ([518091c](https://github.com/motss/lit-ntml/commit/518091c0af4fc0b177ccbcd036da3031c9a8defa)) +- minor cleanup ([518091c](https://github.com/motss/lit-ntml/commit/518091c0af4fc0b177ccbcd036da3031c9a8defa)) ### ci -* drop zx in favor of simple Node script ([e932524](https://github.com/motss/lit-ntml/commit/e932524774b78bc78730b8786f959c125e4193f4)) -* minor update ([ca43a38](https://github.com/motss/lit-ntml/commit/ca43a38a5442db39817d93ecf49d0461c04eb51e)) -* trying to fix broken npm x ([72dee4c](https://github.com/motss/lit-ntml/commit/72dee4cc09fd971175784cfa3669053fa1e42c8f)) -* trying to use zx ([944a1a9](https://github.com/motss/lit-ntml/commit/944a1a9fbb796876bc8675dc4e59b69f9d68e1de)) - - +- drop zx in favor of simple Node script ([e932524](https://github.com/motss/lit-ntml/commit/e932524774b78bc78730b8786f959c125e4193f4)) +- minor update ([ca43a38](https://github.com/motss/lit-ntml/commit/ca43a38a5442db39817d93ecf49d0461c04eb51e)) +- trying to fix broken npm x ([72dee4c](https://github.com/motss/lit-ntml/commit/72dee4cc09fd971175784cfa3669053fa1e42c8f)) +- trying to use zx ([944a1a9](https://github.com/motss/lit-ntml/commit/944a1a9fbb796876bc8675dc4e59b69f9d68e1de)) ## [3.0.2](https://github.com/motss/lit-ntml/compare/v3.0.2-rc.0...v3.0.2) (2022-02-03) - - - ## [3.0.2-rc.0](https://github.com/motss/lit-ntml/compare/v3.0.1...v3.0.2-rc.0) (2022-02-03) - ### build -* add postinstall.mjs ([4ec4bd5](https://github.com/motss/lit-ntml/commit/4ec4bd518a0d70bb1267d223815e78e15503290f)) - - +- add postinstall.mjs ([4ec4bd5](https://github.com/motss/lit-ntml/commit/4ec4bd518a0d70bb1267d223815e78e15503290f)) ## [3.0.1](https://github.com/motss/lit-ntml/compare/v3.0.1-rc.1...v3.0.1) (2022-02-03) - - - ## [3.0.1-rc.1](https://github.com/motss/lit-ntml/compare/v3.0.0...v3.0.1-rc.1) (2022-02-03) - ### build -* update build config ([c471e17](https://github.com/motss/lit-ntml/commit/c471e17dd1c63f24172e3a7593eb9b54a4cca92f)) +- update build config ([c471e17](https://github.com/motss/lit-ntml/commit/c471e17dd1c63f24172e3a7593eb9b54a4cca92f)) ### chore -* update config ([d23d90a](https://github.com/motss/lit-ntml/commit/d23d90a48dd6198bfc3a54babc676d59dc9dd7f6)) -* update dependencies ([461c252](https://github.com/motss/lit-ntml/commit/461c2525d710d6950cf0f1deddb0f3e51863d051)) -* update workflow ([bfcce2b](https://github.com/motss/lit-ntml/commit/bfcce2bd7fc2eb7d1095fa75345b61bd04f0f99a)) +- update config ([d23d90a](https://github.com/motss/lit-ntml/commit/d23d90a48dd6198bfc3a54babc676d59dc9dd7f6)) +- update dependencies ([461c252](https://github.com/motss/lit-ntml/commit/461c2525d710d6950cf0f1deddb0f3e51863d051)) +- update workflow ([bfcce2b](https://github.com/motss/lit-ntml/commit/bfcce2bd7fc2eb7d1095fa75345b61bd04f0f99a)) ### ci -* minor cleanup ([c350859](https://github.com/motss/lit-ntml/commit/c35085900dd0070647d8bf3519ebbb58592411e1)) -* trying to fix CI ([c5fade7](https://github.com/motss/lit-ntml/commit/c5fade7e168bfa7e02a3342656905eecef444e17)) -* trying to fix CI ([2a4190d](https://github.com/motss/lit-ntml/commit/2a4190d15e6458ad42f253189de43f78aa31b771)) -* trying to fix CI ([23ef6af](https://github.com/motss/lit-ntml/commit/23ef6afd8c2f7ffd67bdd2101e20e5ac88529474)) -* trying to fix CI ([17b5c57](https://github.com/motss/lit-ntml/commit/17b5c57bea94afe29cf7024eda5dc5f1c6bb5aa1)) +- minor cleanup ([c350859](https://github.com/motss/lit-ntml/commit/c35085900dd0070647d8bf3519ebbb58592411e1)) +- trying to fix CI ([c5fade7](https://github.com/motss/lit-ntml/commit/c5fade7e168bfa7e02a3342656905eecef444e17)) +- trying to fix CI ([2a4190d](https://github.com/motss/lit-ntml/commit/2a4190d15e6458ad42f253189de43f78aa31b771)) +- trying to fix CI ([23ef6af](https://github.com/motss/lit-ntml/commit/23ef6afd8c2f7ffd67bdd2101e20e5ac88529474)) +- trying to fix CI ([17b5c57](https://github.com/motss/lit-ntml/commit/17b5c57bea94afe29cf7024eda5dc5f1c6bb5aa1)) ### fix -* update typings ([8ff4ad7](https://github.com/motss/lit-ntml/commit/8ff4ad7a30c367993d9377c7f8b3f3eec45d5afb)) - - +- update typings ([8ff4ad7](https://github.com/motss/lit-ntml/commit/8ff4ad7a30c367993d9377c7f8b3f3eec45d5afb)) # [3.0.0](https://github.com/motss/lit-ntml/compare/v3.0.0-rc.1...v3.0.0) (2021-08-29) - ### chore -* update dependencies ([4f6723a](https://github.com/motss/lit-ntml/commit/4f6723a810c5f6be1481a1966c3dd8fd1feb19dd)) -* update dependencies ([5f52c23](https://github.com/motss/lit-ntml/commit/5f52c2340054f3f55b93a95d2e9d878632fc776e)) -* update dependencies ([c554646](https://github.com/motss/lit-ntml/commit/c554646ec4d7a9f979443bc070ce1c42de833769)) -* update dependencies ([717c690](https://github.com/motss/lit-ntml/commit/717c6900d238d51ffc7f6c9211dd40a0d834fa14)) -* update dependencies ([8557c18](https://github.com/motss/lit-ntml/commit/8557c1863cb202895c4da35d4f576d345dc9b430)) - - +- update dependencies ([4f6723a](https://github.com/motss/lit-ntml/commit/4f6723a810c5f6be1481a1966c3dd8fd1feb19dd)) +- update dependencies ([5f52c23](https://github.com/motss/lit-ntml/commit/5f52c2340054f3f55b93a95d2e9d878632fc776e)) +- update dependencies ([c554646](https://github.com/motss/lit-ntml/commit/c554646ec4d7a9f979443bc070ce1c42de833769)) +- update dependencies ([717c690](https://github.com/motss/lit-ntml/commit/717c6900d238d51ffc7f6c9211dd40a0d834fa14)) +- update dependencies ([8557c18](https://github.com/motss/lit-ntml/commit/8557c1863cb202895c4da35d4f576d345dc9b430)) # [3.0.0-rc.1](https://github.com/motss/lit-ntml/compare/v2.20.0...v3.0.0-rc.1) (2021-07-28) - - - # [2.20.0](https://github.com/motss/lit-ntml/compare/v2.20.0-rc.0...v2.20.0) (2021-07-07) - - - # [2.20.0-rc.0](https://github.com/motss/lit-ntml/compare/v2.19.0...v2.20.0-rc.0) (2021-07-01) - ### chore -* add commitlint ([ae4f465](https://github.com/motss/lit-ntml/commit/ae4f4651985651a0e1c8f3ce2fd6b6a84f774654)) -* add simple-import-sort ([dfe795d](https://github.com/motss/lit-ntml/commit/dfe795d29fabd2e3c86c9328fa3ae77385001d48)) -* revert husky command ([b960e43](https://github.com/motss/lit-ntml/commit/b960e43386d2f183335d78bbb9d1bc54e2c827e1)) -* trying new husky command ([af729fa](https://github.com/motss/lit-ntml/commit/af729fae2fa372a2e56e87dd9c8cd85c7c26adaa)) -* update build with @reallyland/esm ([ef73f59](https://github.com/motss/lit-ntml/commit/ef73f5943fc2f86a88cadafe0da99aac09c9484a)) -* update dependencies ([fd50ece](https://github.com/motss/lit-ntml/commit/fd50ece7767cf3259a298b4e183fb5834bbf7599)) -* update husky hook commands ([9429a90](https://github.com/motss/lit-ntml/commit/9429a9050cebb3d30f00b8f8321d0e13542741dc)) - - +- add commitlint ([ae4f465](https://github.com/motss/lit-ntml/commit/ae4f4651985651a0e1c8f3ce2fd6b6a84f774654)) +- add simple-import-sort ([dfe795d](https://github.com/motss/lit-ntml/commit/dfe795d29fabd2e3c86c9328fa3ae77385001d48)) +- revert husky command ([b960e43](https://github.com/motss/lit-ntml/commit/b960e43386d2f183335d78bbb9d1bc54e2c827e1)) +- trying new husky command ([af729fa](https://github.com/motss/lit-ntml/commit/af729fae2fa372a2e56e87dd9c8cd85c7c26adaa)) +- update build with @reallyland/esm ([ef73f59](https://github.com/motss/lit-ntml/commit/ef73f5943fc2f86a88cadafe0da99aac09c9484a)) +- update dependencies ([fd50ece](https://github.com/motss/lit-ntml/commit/fd50ece7767cf3259a298b4e183fb5834bbf7599)) +- update husky hook commands ([9429a90](https://github.com/motss/lit-ntml/commit/9429a9050cebb3d30f00b8f8321d0e13542741dc)) # [2.19.0](https://github.com/motss/lit-ntml/compare/v2.18.2...v2.19.0) (2021-06-28) - ### refactor -* migrate to uvu + c8, improve rollup build for deno (#55) ([e980b20](https://github.com/motss/lit-ntml/commit/e980b20bdf8fa9a0eaefce7797a2f34b2bc0a0a4)), closes [#55](https://github.com/motss/lit-ntml/issues/55) - - +- migrate to uvu + c8, improve rollup build for deno (#55) ([e980b20](https://github.com/motss/lit-ntml/commit/e980b20bdf8fa9a0eaefce7797a2f34b2bc0a0a4)), closes [#55](https://github.com/motss/lit-ntml/issues/55) ## [2.18.2](https://github.com/motss/lit-ntml/compare/v2.18.1...v2.18.2) (2021-02-08) - ### fix -* Fix incorrect CJS exports for node@14 ([4d9daa6](https://github.com/motss/lit-ntml/commit/4d9daa6dc3eaf74853f74f206cad1e2f4faebfd4)) - - +- Fix incorrect CJS exports for node@14 ([4d9daa6](https://github.com/motss/lit-ntml/commit/4d9daa6dc3eaf74853f74f206cad1e2f4faebfd4)) ## [2.18.1](https://github.com/motss/lit-ntml/compare/v2.18.0...v2.18.1) (2021-01-17) - ### chore -* Improve exports in package.json ([74262f1](https://github.com/motss/lit-ntml/commit/74262f12a551aa6fe16047f2b122744b9214ac14)) +- Improve exports in package.json ([74262f1](https://github.com/motss/lit-ntml/commit/74262f12a551aa6fe16047f2b122744b9214ac14)) ### ci -* Update if expression ([8ee9bf4](https://github.com/motss/lit-ntml/commit/8ee9bf44f3f52c1b41a4c4a6275fc116e09ad5c2)) - - +- Update if expression ([8ee9bf4](https://github.com/motss/lit-ntml/commit/8ee9bf44f3f52c1b41a4c4a6275fc116e09ad5c2)) # [2.18.0](https://github.com/motss/lit-ntml/compare/v2.18.1-rc.0...v2.18.0) (2021-01-12) - - - ## [2.18.1-rc.0](https://github.com/motss/lit-ntml/compare/v2.18.0-rc.0...v2.18.1-rc.0) (2021-01-12) - ### ci -* Skip CI on condition met ([4ad972e](https://github.com/motss/lit-ntml/commit/4ad972e3c8e2abd9bb5a2c7dadfd2b12a314af54)) - - +- Skip CI on condition met ([4ad972e](https://github.com/motss/lit-ntml/commit/4ad972e3c8e2abd9bb5a2c7dadfd2b12a314af54)) # [2.18.0-rc.0](https://github.com/motss/lit-ntml/compare/v2.17.0...v2.18.0-rc.0) (2021-01-12) - ### chore -* Explicitly include source files for coverage ([163a31f](https://github.com/motss/lit-ntml/commit/163a31f174d0774c8ec64b73d93d94b56d37cf23)) -* Update NPM scripts ([0d6e4c5](https://github.com/motss/lit-ntml/commit/0d6e4c53c921efc3accf6d69ca701a285c227d1b)) -* Update packages ([395e8db](https://github.com/motss/lit-ntml/commit/395e8db42bd284d65386e7168e2c49c6bf027741)) -* Update packages ([af8254e](https://github.com/motss/lit-ntml/commit/af8254ed26b08e0671c443b85b935cbcd4e9b656)) +- Explicitly include source files for coverage ([163a31f](https://github.com/motss/lit-ntml/commit/163a31f174d0774c8ec64b73d93d94b56d37cf23)) +- Update NPM scripts ([0d6e4c5](https://github.com/motss/lit-ntml/commit/0d6e4c53c921efc3accf6d69ca701a285c227d1b)) +- Update packages ([395e8db](https://github.com/motss/lit-ntml/commit/395e8db42bd284d65386e7168e2c49c6bf027741)) +- Update packages ([af8254e](https://github.com/motss/lit-ntml/commit/af8254ed26b08e0671c443b85b935cbcd4e9b656)) ### ci -* Update CI scripts ([5d4d862](https://github.com/motss/lit-ntml/commit/5d4d86249fcfe317cae7f846cb0f8d0945f8f506)) +- Update CI scripts ([5d4d862](https://github.com/motss/lit-ntml/commit/5d4d86249fcfe317cae7f846cb0f8d0945f8f506)) ### refactor -* Migrate to ESLint ([13c7c8e](https://github.com/motss/lit-ntml/commit/13c7c8e0cb20d5dd37b67bb71a873e776bfb4fee)) - - +- Migrate to ESLint ([13c7c8e](https://github.com/motss/lit-ntml/commit/13c7c8e0cb20d5dd37b67bb71a873e776bfb4fee)) # [2.17.0](https://github.com/motss/lit-ntml/compare/v2.16.1...v2.17.0) (2020-10-09) - ### chore -* Update dependencies ([3e127ba](https://github.com/motss/lit-ntml/commit/3e127ba5c7cf9f514d7f514f722e7438d78983e0)) - - +- Update dependencies ([3e127ba](https://github.com/motss/lit-ntml/commit/3e127ba5c7cf9f514d7f514f722e7438d78983e0)) ## [2.16.1](https://github.com/motss/lit-ntml/compare/v2.16.0...v2.16.1) (2020-04-18) - ### doc -* Update example ([1835a64](https://github.com/motss/lit-ntml/commit/1835a644ccf11162bc76dc50022af229a6f8d11e)) - - +- Update example ([1835a64](https://github.com/motss/lit-ntml/commit/1835a644ccf11162bc76dc50022af229a6f8d11e)) # [2.16.0](https://github.com/motss/lit-ntml/compare/v2.16.0-rc.0...v2.16.0) (2020-04-18) - - - # [2.16.0-rc.0](https://github.com/motss/lit-ntml/compare/v2.15.1...v2.16.0-rc.0) (2020-04-18) - - - ## [2.15.1](https://github.com/motss/lit-ntml/compare/v2.15.0...v2.15.1) (2020-04-18) - ### chore -* Upgrade dependencies ([7cf5ad2](https://github.com/motss/lit-ntml/commit/7cf5ad22e0ff3161cdfa96a319815d51c69a14e9)) +- Upgrade dependencies ([7cf5ad2](https://github.com/motss/lit-ntml/commit/7cf5ad22e0ff3161cdfa96a319815d51c69a14e9)) ### ci -* Remove CircleCI ([720dc16](https://github.com/motss/lit-ntml/commit/720dc16b7d48287622291f64718bfb932b890eb3)) +- Remove CircleCI ([720dc16](https://github.com/motss/lit-ntml/commit/720dc16b7d48287622291f64718bfb932b890eb3)) ### doc -* Fix example ([5fb789e](https://github.com/motss/lit-ntml/commit/5fb789e4c409368935dfc46bc84f5f027b873df9)) -* Update badges ([6193e78](https://github.com/motss/lit-ntml/commit/6193e7887cfe8b6a4d2ae63e65d72fbd60d4b0e1)) - - +- Fix example ([5fb789e](https://github.com/motss/lit-ntml/commit/5fb789e4c409368935dfc46bc84f5f027b873df9)) +- Update badges ([6193e78](https://github.com/motss/lit-ntml/commit/6193e7887cfe8b6a4d2ae63e65d72fbd60d4b0e1)) # [2.15.0](https://github.com/motss/lit-ntml/compare/v2.14.2-rc.5...v2.15.0) (2020-03-22) - ### chore -* Add husky ([c50b695](https://github.com/motss/lit-ntml/commit/c50b6953498678a3c01acf01f63c9caf0cf631be)) +- Add husky ([c50b695](https://github.com/motss/lit-ntml/commit/c50b6953498678a3c01acf01f63c9caf0cf631be)) ### ci -* Remove publish to GPR ([f964d9e](https://github.com/motss/lit-ntml/commit/f964d9e5ef6081876f63886395459c79f6791c9a)) - - +- Remove publish to GPR ([f964d9e](https://github.com/motss/lit-ntml/commit/f964d9e5ef6081876f63886395459c79f6791c9a)) ## [2.14.2-rc.5](https://github.com/motss/lit-ntml/compare/v2.14.2-rc.4...v2.14.2-rc.5) (2020-03-22) - ### ci -* Trying to publish to GPR ([db474e8](https://github.com/motss/lit-ntml/commit/db474e835d757069a96234c4c77ef1da5094e41c)) - - +- Trying to publish to GPR ([db474e8](https://github.com/motss/lit-ntml/commit/db474e835d757069a96234c4c77ef1da5094e41c)) ## [2.14.2-rc.4](https://github.com/motss/lit-ntml/compare/v2.14.2-rc.3...v2.14.2-rc.4) (2020-03-22) - ### ci -* Trying to publish to GPR ([c1a091b](https://github.com/motss/lit-ntml/commit/c1a091b2d0035c9b343d8be0a4d3c223b6c27781)) - - +- Trying to publish to GPR ([c1a091b](https://github.com/motss/lit-ntml/commit/c1a091b2d0035c9b343d8be0a4d3c223b6c27781)) ## [2.14.2-rc.3](https://github.com/motss/lit-ntml/compare/v2.14.2-rc.2...v2.14.2-rc.3) (2020-03-22) - ### ci -* Trying to publish to GPR ([dfd9655](https://github.com/motss/lit-ntml/commit/dfd9655af259628ba5695ef9c555f48b9c94fa3d)) - - +- Trying to publish to GPR ([dfd9655](https://github.com/motss/lit-ntml/commit/dfd9655af259628ba5695ef9c555f48b9c94fa3d)) ## [2.14.2-rc.2](https://github.com/motss/lit-ntml/compare/v2.14.2-rc.1...v2.14.2-rc.2) (2020-03-22) - ### ci -* Trying to add scope for publishing to GPR ([eeee726](https://github.com/motss/lit-ntml/commit/eeee72691389e137098b1b8b261ef7f46d708736)) - - +- Trying to add scope for publishing to GPR ([eeee726](https://github.com/motss/lit-ntml/commit/eeee72691389e137098b1b8b261ef7f46d708736)) ## [2.14.2-rc.1](https://github.com/motss/lit-ntml/compare/v2.14.2-rc.0...v2.14.2-rc.1) (2020-03-22) - ### ci -* Update CI scripts ([39ef66a](https://github.com/motss/lit-ntml/commit/39ef66a52889b0cf8a434586d7bf1d8e7bc192b2)) - - +- Update CI scripts ([39ef66a](https://github.com/motss/lit-ntml/commit/39ef66a52889b0cf8a434586d7bf1d8e7bc192b2)) ## [2.14.2-rc.0](https://github.com/motss/lit-ntml/compare/v2.14.1...v2.14.2-rc.0) (2020-03-22) - ### ci -* Add yml file for publishing to npm and GPR ([29b1801](https://github.com/motss/lit-ntml/commit/29b180118acae2240bcc30bceaad2c6887c17579)) -* Trying to use Github Actions ([01d1c41](https://github.com/motss/lit-ntml/commit/01d1c415544b622b252c339bb1b6a847b5226156)) - - +- Add yml file for publishing to npm and GPR ([29b1801](https://github.com/motss/lit-ntml/commit/29b180118acae2240bcc30bceaad2c6887c17579)) +- Trying to use Github Actions ([01d1c41](https://github.com/motss/lit-ntml/commit/01d1c415544b622b252c339bb1b6a847b5226156)) ## [2.14.1](https://github.com/motss/lit-ntml/compare/v2.14.0...v2.14.1) (2020-03-16) - ### doc -* Minor update ([a6cb8f2](https://github.com/motss/lit-ntml/commit/a6cb8f23c77c241d308782c18692173014283a63)) - - +- Minor update ([a6cb8f2](https://github.com/motss/lit-ntml/commit/a6cb8f23c77c241d308782c18692173014283a63)) # [2.14.0](https://github.com/motss/lit-ntml/compare/v2.13.0...v2.14.0) (2020-03-16) - ### feat -* Add synchronous tags: htmlSync(), htmlFragmentSync(), close #50 ([ccf2e0f](https://github.com/motss/lit-ntml/commit/ccf2e0f702f9e22e6b10437c7316a9720ebba7c8)), closes [#50](https://github.com/motss/lit-ntml/issues/50) - - +- Add synchronous tags: htmlSync(), htmlFragmentSync(), close #50 ([ccf2e0f](https://github.com/motss/lit-ntml/commit/ccf2e0f702f9e22e6b10437c7316a9720ebba7c8)), closes [#50](https://github.com/motss/lit-ntml/issues/50) # [2.13.0](https://github.com/motss/lit-ntml/compare/v2.12.1-rc.0...v2.13.0) (2020-02-23) - - - ## [2.12.1-rc.0](https://github.com/motss/lit-ntml/compare/v2.12.0...v2.12.1-rc.0) (2020-02-23) - ### feat -* Remove rollup for build and use ESM build ([bf4c8f5](https://github.com/motss/lit-ntml/commit/bf4c8f5c18669e2083c4471b30a50725fc1145e1)) +- Remove rollup for build and use ESM build ([bf4c8f5](https://github.com/motss/lit-ntml/commit/bf4c8f5c18669e2083c4471b30a50725fc1145e1)) ### fix -* Fix browser build ([9ce94f0](https://github.com/motss/lit-ntml/commit/9ce94f02fdb90b14151d1ef7acdbc1ee11c3e649)) +- Fix browser build ([9ce94f0](https://github.com/motss/lit-ntml/commit/9ce94f02fdb90b14151d1ef7acdbc1ee11c3e649)) ### test -* Fix tests ([c2cd8ce](https://github.com/motss/lit-ntml/commit/c2cd8ced7bfca7511732ef7076b81b05c25231eb)) - - +- Fix tests ([c2cd8ce](https://github.com/motss/lit-ntml/commit/c2cd8ced7bfca7511732ef7076b81b05c25231eb)) # [2.12.0](https://github.com/motss/lit-ntml/compare/v2.11.0...v2.12.0) (2020-02-23) - ### chore -* Upgrade dependencies ([7cc603d](https://github.com/motss/lit-ntml/commit/7cc603dd7e750febfce06cc814b31dce3de2716c)) \ No newline at end of file +- Upgrade dependencies ([7cc603d](https://github.com/motss/lit-ntml/commit/7cc603dd7e750febfce06cc814b31dce3de2716c)) diff --git a/package.json b/package.json index a3a1025..6c77211 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lit-ntml", - "version": "4.0.1", + "version": "4.0.2-rc.0", "description": "Inspired by lit-html but for Node.js", "keywords": [ "html",