Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
github-actions[bot] committed Sep 21, 2022
1 parent e153afd commit 2ed224d
Show file tree
Hide file tree
Showing 21 changed files with 388 additions and 39 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "telegraph",
"version": "1.3.1",
"version": "1.4.0",
"description": "monorepo with useful components for telegram",
"private": true,
"scripts": {
Expand Down
41 changes: 41 additions & 0 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tlgr/analytics",
"version": "1.3.1",
"version": "1.4.0",
"description": "Telegram analytics component",
"main": "./lib/index.js",
"scripts": {
Expand Down
40 changes: 40 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/button/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
41 changes: 41 additions & 0 deletions packages/carousel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/carousel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tlgr/carousel",
"version": "1.3.1",
"version": "1.4.0",
"description": "Telegram carousel component",
"main": "lib/index.js",
"scripts": {
Expand Down
35 changes: 35 additions & 0 deletions packages/component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/component/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
41 changes: 41 additions & 0 deletions packages/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/date-picker/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
35 changes: 35 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tlgr/docs",
"version": "1.3.1",
"version": "1.4.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
35 changes: 35 additions & 0 deletions packages/fmt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/fmt/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading

0 comments on commit 2ed224d

Please sign in to comment.