From 2ed224da73930f386d59e85e3809002b3bfb591e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 21 Sep 2022 18:35:28 +0000 Subject: [PATCH] Release v1.4.0 ## core - add analytics in release script ## packages [@tlgr/analytics] - implement analytics component. - implement Stream, File and Console plugins [@tlgr/docs] - add docs for fmt package. - add docs for analytics package. [@tlgr/component] - add `any` event. - migrate from node.js native event emitter to [`eventemitter2`](https://github.com/EventEmitter2/EventEmitter2) package. [@tlgr/date-picker] - add "lib" folder to exclude path for `tsconfig.json` file. [@tlgr/fmt] - add JSX support for `reply`, `replyWithHTML` and `replyWithMarkdownV2` - update `tsconfig.json` file - update README.MD file --- package.json | 2 +- packages/analytics/CHANGELOG.md | 41 +++++++++++++++++++++++++++++++ packages/analytics/package.json | 2 +- packages/button/CHANGELOG.md | 40 ++++++++++++++++++++++++++++++ packages/button/package.json | 2 +- packages/carousel/CHANGELOG.md | 41 +++++++++++++++++++++++++++++++ packages/carousel/package.json | 2 +- packages/component/CHANGELOG.md | 35 ++++++++++++++++++++++++++ packages/component/package.json | 2 +- packages/date-picker/CHANGELOG.md | 41 +++++++++++++++++++++++++++++++ packages/date-picker/package.json | 2 +- packages/docs/CHANGELOG.md | 35 ++++++++++++++++++++++++++ packages/docs/package.json | 2 +- packages/fmt/CHANGELOG.md | 35 ++++++++++++++++++++++++++ packages/fmt/package.json | 2 +- packages/poll/CHANGELOG.md | 40 ++++++++++++++++++++++++++++++ packages/poll/package.json | 2 +- packages/quiz/CHANGELOG.md | 40 ++++++++++++++++++++++++++++++ packages/quiz/package.json | 2 +- releases/v1.4.0.md | 30 ++++++++++++++++++++++ upcoming.md | 29 ---------------------- 21 files changed, 388 insertions(+), 39 deletions(-) create mode 100644 packages/analytics/CHANGELOG.md create mode 100644 releases/v1.4.0.md diff --git a/package.json b/package.json index 401fc71..d3abdc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "telegraph", - "version": "1.3.1", + "version": "1.4.0", "description": "monorepo with useful components for telegram", "private": true, "scripts": { diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md new file mode 100644 index 0000000..ad3d260 --- /dev/null +++ b/packages/analytics/CHANGELOG.md @@ -0,0 +1,41 @@ +# @tlgr/analytics + +## 1.4.0 + +### Minor Changes + +- ## core + + - add analytics in release script + + ## packages + + [@tlgr/analytics] + + - implement analytics component. + - implement Stream, File and Console plugins + + [@tlgr/docs] + + - add docs for fmt package. + - add docs for analytics package. + + [@tlgr/component] + + - add `any` event. + - migrate from node.js native event emitter to [`eventemitter2`](https://github.com/EventEmitter2/EventEmitter2) package. + + [@tlgr/date-picker] + + - add "lib" folder to exclude path for `tsconfig.json` file. + + [@tlgr/fmt] + + - add JSX support for `reply`, `replyWithHTML` and `replyWithMarkdownV2` + - update `tsconfig.json` file + - update README.MD file + +### Patch Changes + +- Updated dependencies + - @tlgr/component@1.4.0 diff --git a/packages/analytics/package.json b/packages/analytics/package.json index cc82e78..ed25e3d 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@tlgr/analytics", - "version": "1.3.1", + "version": "1.4.0", "description": "Telegram analytics component", "main": "./lib/index.js", "scripts": { diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index dffd10e..83eed56 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -1,5 +1,45 @@ # @tlgr/button +## 1.4.0 + +### Minor Changes + +- ## core + + - add analytics in release script + + ## packages + + [@tlgr/analytics] + + - implement analytics component. + - implement Stream, File and Console plugins + + [@tlgr/docs] + + - add docs for fmt package. + - add docs for analytics package. + + [@tlgr/component] + + - add `any` event. + - migrate from node.js native event emitter to [`eventemitter2`](https://github.com/EventEmitter2/EventEmitter2) package. + + [@tlgr/date-picker] + + - add "lib" folder to exclude path for `tsconfig.json` file. + + [@tlgr/fmt] + + - add JSX support for `reply`, `replyWithHTML` and `replyWithMarkdownV2` + - update `tsconfig.json` file + - update README.MD file + +### Patch Changes + +- Updated dependencies + - @tlgr/component@1.4.0 + ## 1.3.1 ### Patch Changes diff --git a/packages/button/package.json b/packages/button/package.json index 7581341..277bc6e 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@tlgr/button", - "version": "1.3.1", + "version": "1.4.0", "description": "telegram button wrapper in easy API", "main": "lib/index.js", "scripts": { diff --git a/packages/carousel/CHANGELOG.md b/packages/carousel/CHANGELOG.md index 47d3ddb..762e38a 100644 --- a/packages/carousel/CHANGELOG.md +++ b/packages/carousel/CHANGELOG.md @@ -1,5 +1,46 @@ # @tlgr/carousel +## 1.4.0 + +### Minor Changes + +- ## core + + - add analytics in release script + + ## packages + + [@tlgr/analytics] + + - implement analytics component. + - implement Stream, File and Console plugins + + [@tlgr/docs] + + - add docs for fmt package. + - add docs for analytics package. + + [@tlgr/component] + + - add `any` event. + - migrate from node.js native event emitter to [`eventemitter2`](https://github.com/EventEmitter2/EventEmitter2) package. + + [@tlgr/date-picker] + + - add "lib" folder to exclude path for `tsconfig.json` file. + + [@tlgr/fmt] + + - add JSX support for `reply`, `replyWithHTML` and `replyWithMarkdownV2` + - update `tsconfig.json` file + - update README.MD file + +### Patch Changes + +- Updated dependencies + - @tlgr/button@1.4.0 + - @tlgr/component@1.4.0 + ## 1.3.1 ### Patch Changes diff --git a/packages/carousel/package.json b/packages/carousel/package.json index 6d798ec..77a2046 100644 --- a/packages/carousel/package.json +++ b/packages/carousel/package.json @@ -1,6 +1,6 @@ { "name": "@tlgr/carousel", - "version": "1.3.1", + "version": "1.4.0", "description": "Telegram carousel component", "main": "lib/index.js", "scripts": { diff --git a/packages/component/CHANGELOG.md b/packages/component/CHANGELOG.md index c80470a..cf88c05 100644 --- a/packages/component/CHANGELOG.md +++ b/packages/component/CHANGELOG.md @@ -1,5 +1,40 @@ # @tlgr/component +## 1.4.0 + +### Minor Changes + +- ## core + + - add analytics in release script + + ## packages + + [@tlgr/analytics] + + - implement analytics component. + - implement Stream, File and Console plugins + + [@tlgr/docs] + + - add docs for fmt package. + - add docs for analytics package. + + [@tlgr/component] + + - add `any` event. + - migrate from node.js native event emitter to [`eventemitter2`](https://github.com/EventEmitter2/EventEmitter2) package. + + [@tlgr/date-picker] + + - add "lib" folder to exclude path for `tsconfig.json` file. + + [@tlgr/fmt] + + - add JSX support for `reply`, `replyWithHTML` and `replyWithMarkdownV2` + - update `tsconfig.json` file + - update README.MD file + ## 1.3.1 ### Patch Changes diff --git a/packages/component/package.json b/packages/component/package.json index 0c8f53a..a7fd4fc 100644 --- a/packages/component/package.json +++ b/packages/component/package.json @@ -1,6 +1,6 @@ { "name": "@tlgr/component", - "version": "1.3.1", + "version": "1.4.0", "description": "telegram component builder", "main": "lю/ib/index.js", "scripts": { diff --git a/packages/date-picker/CHANGELOG.md b/packages/date-picker/CHANGELOG.md index e9e4cef..209c07a 100644 --- a/packages/date-picker/CHANGELOG.md +++ b/packages/date-picker/CHANGELOG.md @@ -1,5 +1,46 @@ # @tlgr/date-picker +## 1.4.0 + +### Minor Changes + +- ## core + + - add analytics in release script + + ## packages + + [@tlgr/analytics] + + - implement analytics component. + - implement Stream, File and Console plugins + + [@tlgr/docs] + + - add docs for fmt package. + - add docs for analytics package. + + [@tlgr/component] + + - add `any` event. + - migrate from node.js native event emitter to [`eventemitter2`](https://github.com/EventEmitter2/EventEmitter2) package. + + [@tlgr/date-picker] + + - add "lib" folder to exclude path for `tsconfig.json` file. + + [@tlgr/fmt] + + - add JSX support for `reply`, `replyWithHTML` and `replyWithMarkdownV2` + - update `tsconfig.json` file + - update README.MD file + +### Patch Changes + +- Updated dependencies + - @tlgr/button@1.4.0 + - @tlgr/component@1.4.0 + ## 1.3.1 ### Patch Changes diff --git a/packages/date-picker/package.json b/packages/date-picker/package.json index 4693311..b1fcf2e 100644 --- a/packages/date-picker/package.json +++ b/packages/date-picker/package.json @@ -1,6 +1,6 @@ { "name": "@tlgr/date-picker", - "version": "1.3.1", + "version": "1.4.0", "description": "date and month picker components", "main": "lib/index.js", "scripts": { diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index 7f11ca2..1f0a46d 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/CHANGELOG.md @@ -1,5 +1,40 @@ # @tlgr/docs +## 1.4.0 + +### Minor Changes + +- ## core + + - add analytics in release script + + ## packages + + [@tlgr/analytics] + + - implement analytics component. + - implement Stream, File and Console plugins + + [@tlgr/docs] + + - add docs for fmt package. + - add docs for analytics package. + + [@tlgr/component] + + - add `any` event. + - migrate from node.js native event emitter to [`eventemitter2`](https://github.com/EventEmitter2/EventEmitter2) package. + + [@tlgr/date-picker] + + - add "lib" folder to exclude path for `tsconfig.json` file. + + [@tlgr/fmt] + + - add JSX support for `reply`, `replyWithHTML` and `replyWithMarkdownV2` + - update `tsconfig.json` file + - update README.MD file + ## 1.3.1 ### Patch Changes diff --git a/packages/docs/package.json b/packages/docs/package.json index f8a0795..25aeb0e 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@tlgr/docs", - "version": "1.3.1", + "version": "1.4.0", "private": true, "scripts": { "docusaurus": "docusaurus", diff --git a/packages/fmt/CHANGELOG.md b/packages/fmt/CHANGELOG.md index d7d0a09..a911908 100644 --- a/packages/fmt/CHANGELOG.md +++ b/packages/fmt/CHANGELOG.md @@ -1,5 +1,40 @@ # @tlgr/fmt +## 1.4.0 + +### Minor Changes + +- ## core + + - add analytics in release script + + ## packages + + [@tlgr/analytics] + + - implement analytics component. + - implement Stream, File and Console plugins + + [@tlgr/docs] + + - add docs for fmt package. + - add docs for analytics package. + + [@tlgr/component] + + - add `any` event. + - migrate from node.js native event emitter to [`eventemitter2`](https://github.com/EventEmitter2/EventEmitter2) package. + + [@tlgr/date-picker] + + - add "lib" folder to exclude path for `tsconfig.json` file. + + [@tlgr/fmt] + + - add JSX support for `reply`, `replyWithHTML` and `replyWithMarkdownV2` + - update `tsconfig.json` file + - update README.MD file + ## 1.3.1 ### Patch Changes diff --git a/packages/fmt/package.json b/packages/fmt/package.json index c3c7c95..668a006 100644 --- a/packages/fmt/package.json +++ b/packages/fmt/package.json @@ -1,6 +1,6 @@ { "name": "@tlgr/fmt", - "version": "1.3.1", + "version": "1.4.0", "description": "Formatter functions for telegram reply context", "main": "./lib/index.js", "scripts": { diff --git a/packages/poll/CHANGELOG.md b/packages/poll/CHANGELOG.md index e5112bd..7430582 100644 --- a/packages/poll/CHANGELOG.md +++ b/packages/poll/CHANGELOG.md @@ -1,5 +1,45 @@ # @tlgr/poll +## 1.4.0 + +### Minor Changes + +- ## core + + - add analytics in release script + + ## packages + + [@tlgr/analytics] + + - implement analytics component. + - implement Stream, File and Console plugins + + [@tlgr/docs] + + - add docs for fmt package. + - add docs for analytics package. + + [@tlgr/component] + + - add `any` event. + - migrate from node.js native event emitter to [`eventemitter2`](https://github.com/EventEmitter2/EventEmitter2) package. + + [@tlgr/date-picker] + + - add "lib" folder to exclude path for `tsconfig.json` file. + + [@tlgr/fmt] + + - add JSX support for `reply`, `replyWithHTML` and `replyWithMarkdownV2` + - update `tsconfig.json` file + - update README.MD file + +### Patch Changes + +- Updated dependencies + - @tlgr/component@1.4.0 + ## 1.3.1 ### Patch Changes diff --git a/packages/poll/package.json b/packages/poll/package.json index cd708f1..7ca9127 100644 --- a/packages/poll/package.json +++ b/packages/poll/package.json @@ -1,6 +1,6 @@ { "name": "@tlgr/poll", - "version": "1.3.1", + "version": "1.4.0", "description": "Telegram component to create poll", "main": "lib/index.js", "scripts": { diff --git a/packages/quiz/CHANGELOG.md b/packages/quiz/CHANGELOG.md index a925f4d..54d1554 100644 --- a/packages/quiz/CHANGELOG.md +++ b/packages/quiz/CHANGELOG.md @@ -1,5 +1,45 @@ # @tlgr/quiz +## 1.4.0 + +### Minor Changes + +- ## core + + - add analytics in release script + + ## packages + + [@tlgr/analytics] + + - implement analytics component. + - implement Stream, File and Console plugins + + [@tlgr/docs] + + - add docs for fmt package. + - add docs for analytics package. + + [@tlgr/component] + + - add `any` event. + - migrate from node.js native event emitter to [`eventemitter2`](https://github.com/EventEmitter2/EventEmitter2) package. + + [@tlgr/date-picker] + + - add "lib" folder to exclude path for `tsconfig.json` file. + + [@tlgr/fmt] + + - add JSX support for `reply`, `replyWithHTML` and `replyWithMarkdownV2` + - update `tsconfig.json` file + - update README.MD file + +### Patch Changes + +- Updated dependencies + - @tlgr/component@1.4.0 + ## 1.3.1 ### Patch Changes diff --git a/packages/quiz/package.json b/packages/quiz/package.json index ed3e46c..08d7536 100644 --- a/packages/quiz/package.json +++ b/packages/quiz/package.json @@ -1,6 +1,6 @@ { "name": "@tlgr/quiz", - "version": "1.3.1", + "version": "1.4.0", "description": "Telegram component for build quiz", "main": "lib/index.js", "scripts": { diff --git a/releases/v1.4.0.md b/releases/v1.4.0.md new file mode 100644 index 0000000..bd86f50 --- /dev/null +++ b/releases/v1.4.0.md @@ -0,0 +1,30 @@ +## core + +- add analytics in release script + +## packages + +[@tlgr/analytics] + +- implement analytics component. +- implement Stream, File and Console plugins + +[@tlgr/docs] + +- add docs for fmt package. +- add docs for analytics package. + +[@tlgr/component] + +- add `any` event. +- migrate from node.js native event emitter to [`eventemitter2`](https://github.com/EventEmitter2/EventEmitter2) package. + +[@tlgr/date-picker] + +- add "lib" folder to exclude path for `tsconfig.json` file. + +[@tlgr/fmt] + +- add JSX support for `reply`, `replyWithHTML` and `replyWithMarkdownV2` +- update `tsconfig.json` file +- update README.MD file diff --git a/upcoming.md b/upcoming.md index bd86f50..8b13789 100644 --- a/upcoming.md +++ b/upcoming.md @@ -1,30 +1 @@ -## core -- add analytics in release script - -## packages - -[@tlgr/analytics] - -- implement analytics component. -- implement Stream, File and Console plugins - -[@tlgr/docs] - -- add docs for fmt package. -- add docs for analytics package. - -[@tlgr/component] - -- add `any` event. -- migrate from node.js native event emitter to [`eventemitter2`](https://github.com/EventEmitter2/EventEmitter2) package. - -[@tlgr/date-picker] - -- add "lib" folder to exclude path for `tsconfig.json` file. - -[@tlgr/fmt] - -- add JSX support for `reply`, `replyWithHTML` and `replyWithMarkdownV2` -- update `tsconfig.json` file -- update README.MD file