Skip to content

Commit dc55573

Browse files
chore(release): webhook-afat-v1.0.0 [skip ci]
# 1.0.0 (2025-06-03) ### Bug Fixes * add create directory when we try create or update some files from infrastructure logic ([90e3ea8](90e3ea8)) * add semantic-release to files-afat and webhook-afat ([9222e12](9222e12)) * added merging of the original application options with new options ([4d126b8](4d126b8)) * lock version of case-anything ([511d86b](511d86b)) * rebuild with new docs ([243a6ee](243a6ee)) * rebuild with new docs ([867f907](867f907)) * remove link to node deps ([02d6817](02d6817)) * update [@nestjs-mod](https://github.com/nestjs-mod) deps ([6a4c714](6a4c714)) * update [@nestjs-mod](https://github.com/nestjs-mod) deps ([4c28452](4c28452)) * update [@nestjs-mod](https://github.com/nestjs-mod) versions from 2.5.0 to 2.5.1 ([611bd6c](611bd6c)) * update [@nestjs-mod](https://github.com/nestjs-mod) versions from 2.5.0 to 2.5.2 ([e4aec57](e4aec57)) * update [@nestjs-mod](https://github.com/nestjs-mod) versions from 2.5.2 to 2.5.3 ([ba4d80c](ba4d80c)) * update [@nestjs-mod](https://github.com/nestjs-mod) versions from 2.6.1 to 2.6.3 ([e8b7f80](e8b7f80)) * update deps ([67d7179](67d7179)) * update index file ([ac24e6b](ac24e6b)) * update logic for generate package json scripts, add order for categories ([66e0753](66e0753)) * update nestjs-mod libs ([db15c5b](db15c5b)) * update nestjs-mod libs ([bcda74e](bcda74e)) * update nestjs-mod libs ([3481d3a](3481d3a)) * update nestjs-mod libs ([aee56d5](aee56d5)) * update pg-flyway version ([91f058d](91f058d)) ### Features * add @nestjs-mod/authorizer for work with https://authorizer.dev/, add DockerComposeAuthorizer for deploy authorizer server, add option notStaticKeysOfEnvironments in docker services for exclude some keys from generated dot env file ([12380a4](12380a4)) * add @nestjs-mod/docker-compose ([b5ddd56](b5ddd56)) * add @nestjs-mod/flyway ([ab20eef](ab20eef)) * add @nestjs-mod/pm2 ([a0b3f39](a0b3f39)) * add @nestjs-mod/prisma, update docker-compose for correct work with envs ([750f302](750f302)) * add common utilites for (AFAT): Angular, Formly, Antd, Transloco from fullstack and sso projects ([a15add5](a15add5)) * add common utilites for (AFAT): Angular, Formly, Antd, Transloco from fullstack and sso projects ([f61e72f](f61e72f)) * add DockerComposeMinio in @nestjs-mod/docker-compose, add @nestjs-mod/minio ([0d3f9b7](0d3f9b7)) * add DockerComposeNginx to @nestjs-mod/docker-compose, add use nginx in docker-compose for minio and disable cors validations, update readme in all modules ([87cb34a](87cb34a)) * add DockerComposeRedis in @nestjs-mod/docker-compose, add @nestjs-mod/cache-manager, rename FlywayModule to Flyway, rename NestjsPinoLogger to NestjsPinoLoggerModule, rename TerminusHealthCheck to TerminusHealthCheckModule, remove all async work with fs ([1c5474a](1c5474a)) * add feature modules from https://github.com/nestjs-mod/nestjs-mod-sso ([31a870f](31a870f)) * add GraphqlModule in @nestjs-mod/graphql, add @nestjs-mod/cache-manager, update code in @nestjs-mod/pino, update readme in all modules, update @nestjs-mod/common version ([c36b138](c36b138)) * add new feature module prisma-tools ([1470204](1470204)) * append new infrastructure module for work with pf-flyway ([9a6ba03](9a6ba03)) * npm run nx -- migrate latest && npm run npx nx migrate --run-migrations ([e16fb8a](e16fb8a)) * npm run update:lib-versions && npm run manual:prepare ([4c27038](4c27038)) * npm run update:nestjs-mod-versions ([f9ebf6b](f9ebf6b)) * **pin:** add Pino logger for NestJS-mod (Wrapper for https://www.npmjs.com/package/nestjs-pino) ([55466f5](55466f5)) * the files and commands added to the infrastructure have been expanded, and examples of working with libraries have been added ([7f6c852](7f6c852)) * update [@nestjs-mod](https://github.com/nestjs-mod) versions from 1.7.2 to 1.9.0 ([182faa0](182faa0)) * update [@nestjs-mod](https://github.com/nestjs-mod) versions from 1.9.0 to 2.1.0 ([4b58355](4b58355)) * update deps and add TerminusHealthCheck module ([2d1a334](2d1a334)) * update logic for search env keys in docker compose services, use service name as prefix for env key name ([e544c7b](e544c7b))
1 parent 9222e12 commit dc55573

File tree

2 files changed

+55
-2
lines changed

2 files changed

+55
-2
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# 1.0.0 (2025-06-03)
2+
3+
4+
### Bug Fixes
5+
6+
* add create directory when we try create or update some files from infrastructure logic ([90e3ea8](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/90e3ea87a136002966e3b973a69caab1421f9423))
7+
* add semantic-release to files-afat and webhook-afat ([9222e12](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/9222e12d5a62acd07dc1151e0a8d43e76f32c173))
8+
* added merging of the original application options with new options ([4d126b8](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/4d126b8b42fdc50b2f4222202e6151ba49568baa))
9+
* lock version of case-anything ([511d86b](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/511d86bec4dad6bf0a4f6985c5dbe197fbdb7983))
10+
* rebuild with new docs ([243a6ee](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/243a6ee927c8e2efd103e40d3e985765c8d9d090))
11+
* rebuild with new docs ([867f907](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/867f907561b86a3ea61367ddbd2ac183609f3815))
12+
* remove link to node deps ([02d6817](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/02d6817ca98909fea207b758011c3fa2424ff990))
13+
* update [@nestjs-mod](https://github.com/nestjs-mod) deps ([6a4c714](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/6a4c714ca98be0b871e2f5ab5dabf3339337fee5))
14+
* update [@nestjs-mod](https://github.com/nestjs-mod) deps ([4c28452](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/4c28452792a17d311ae825f5d100be537f682e07))
15+
* update [@nestjs-mod](https://github.com/nestjs-mod) versions from 2.5.0 to 2.5.1 ([611bd6c](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/611bd6ccf9fc78c63b7666625874e68420f5a357))
16+
* update [@nestjs-mod](https://github.com/nestjs-mod) versions from 2.5.0 to 2.5.2 ([e4aec57](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/e4aec57531c6fbb456fb1e4d19c3984e9533dd9b))
17+
* update [@nestjs-mod](https://github.com/nestjs-mod) versions from 2.5.2 to 2.5.3 ([ba4d80c](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/ba4d80c6fb0c0fcd2dc608efa5abf581bb01bc43))
18+
* update [@nestjs-mod](https://github.com/nestjs-mod) versions from 2.6.1 to 2.6.3 ([e8b7f80](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/e8b7f8084cdb5ac15bf8ea127139adc1735214a1))
19+
* update deps ([67d7179](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/67d7179e8078b8cb0bd7fdc3874563bc91c4e031))
20+
* update index file ([ac24e6b](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/ac24e6bed6ecf47079612a4bf886a509957ae68c))
21+
* update logic for generate package json scripts, add order for categories ([66e0753](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/66e07536875d5574fefb6e307e6dfd17c1596ca8))
22+
* update nestjs-mod libs ([db15c5b](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/db15c5b3d48b0844c66d437e00a15a690610da1a))
23+
* update nestjs-mod libs ([bcda74e](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/bcda74e33d42f9e79b48ef33dd0e5ec1c578eb5c))
24+
* update nestjs-mod libs ([3481d3a](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/3481d3aac9e53003aa9109ee070c11f9d85853aa))
25+
* update nestjs-mod libs ([aee56d5](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/aee56d58a3d60cb3d1969cea12cf1f8c27cbdf57))
26+
* update pg-flyway version ([91f058d](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/91f058d7325f604825f310041bc120a647a6d24a))
27+
28+
29+
### Features
30+
31+
* add @nestjs-mod/authorizer for work with https://authorizer.dev/, add DockerComposeAuthorizer for deploy authorizer server, add option notStaticKeysOfEnvironments in docker services for exclude some keys from generated dot env file ([12380a4](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/12380a4c690345265b4df02de51250c96f21e417))
32+
* add @nestjs-mod/docker-compose ([b5ddd56](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/b5ddd569e4374939e5760b13bbd1246dd59673d3))
33+
* add @nestjs-mod/flyway ([ab20eef](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/ab20eef94166f6be10b39d2ef72ac8873ddb691c))
34+
* add @nestjs-mod/pm2 ([a0b3f39](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/a0b3f392976d9380f2f7efb3c1ed5825e741e87e))
35+
* add @nestjs-mod/prisma, update docker-compose for correct work with envs ([750f302](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/750f3022e42dd7af3aca2344d92bb1406b9009cc))
36+
* add common utilites for (AFAT): Angular, Formly, Antd, Transloco from fullstack and sso projects ([a15add5](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/a15add5cc9bfb0e2525ee1b50d3818a5ea5c0ebe))
37+
* add common utilites for (AFAT): Angular, Formly, Antd, Transloco from fullstack and sso projects ([f61e72f](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/f61e72f58d2a11f5e34e7d8b1b8000fa81a34a9a))
38+
* add DockerComposeMinio in @nestjs-mod/docker-compose, add @nestjs-mod/minio ([0d3f9b7](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/0d3f9b74ad4eb79476eda1be6266bac636d3d4a5))
39+
* add DockerComposeNginx to @nestjs-mod/docker-compose, add use nginx in docker-compose for minio and disable cors validations, update readme in all modules ([87cb34a](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/87cb34ad31aab7e8d5fbc9510d43b501529ac9d0))
40+
* add DockerComposeRedis in @nestjs-mod/docker-compose, add @nestjs-mod/cache-manager, rename FlywayModule to Flyway, rename NestjsPinoLogger to NestjsPinoLoggerModule, rename TerminusHealthCheck to TerminusHealthCheckModule, remove all async work with fs ([1c5474a](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/1c5474afc696d3e23f38fdf3e0865ab75bc71446))
41+
* add feature modules from https://github.com/nestjs-mod/nestjs-mod-sso ([31a870f](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/31a870fb40f20e9a8f03ecb14dd1a341c60551a5))
42+
* add GraphqlModule in @nestjs-mod/graphql, add @nestjs-mod/cache-manager, update code in @nestjs-mod/pino, update readme in all modules, update @nestjs-mod/common version ([c36b138](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/c36b13870b6754a80c38a482aa0cb34bddafa2ed))
43+
* add new feature module prisma-tools ([1470204](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/14702041c2ad290234260a57652cd03c6314dcc5))
44+
* append new infrastructure module for work with pf-flyway ([9a6ba03](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/9a6ba03c3c9267da0c436abfaa42d0efd89facbe))
45+
* npm run nx -- migrate latest && npm run npx nx migrate --run-migrations ([e16fb8a](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/e16fb8a6648061448de7de441e0d26a4c72324f4))
46+
* npm run update:lib-versions && npm run manual:prepare ([4c27038](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/4c270386e5cff279438ccce4905ddc352220c0e1))
47+
* npm run update:nestjs-mod-versions ([f9ebf6b](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/f9ebf6b0791ad9661f7fde0f637c65738c498c9c))
48+
* **pin:** add Pino logger for NestJS-mod (Wrapper for https://www.npmjs.com/package/nestjs-pino) ([55466f5](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/55466f52ccf1792a5a4f32df80e574be4da71952))
49+
* the files and commands added to the infrastructure have been expanded, and examples of working with libraries have been added ([7f6c852](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/7f6c8522f51397ef78a36d6bae09a62f19418518))
50+
* update [@nestjs-mod](https://github.com/nestjs-mod) versions from 1.7.2 to 1.9.0 ([182faa0](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/182faa05ab60dd8e2f13f3fb04b472a7a05f6a75))
51+
* update [@nestjs-mod](https://github.com/nestjs-mod) versions from 1.9.0 to 2.1.0 ([4b58355](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/4b58355f755d25ac94fe9267efb9439e23c73a21))
52+
* update deps and add TerminusHealthCheck module ([2d1a334](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/2d1a334291246adf3e7e3ccd83346eda113ad31a))
53+
* update logic for search env keys in docker compose services, use service name as prefix for env key name ([e544c7b](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/e544c7b093094d5ccb1b9766430ac1e5e434a475))

libs/feature/webhook-afat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nestjs-mod/webhook-afat",
33
"description": "Webhook UI components and tools for AFAT (Angular, Formly, Antd, Transloco) and rest-sdk for work with backend of this module from Angular appliaction",
4-
"version": "1.1.0",
4+
"version": "1.0.0",
55
"keywords": [
66
"feature",
77
"nestjs",
@@ -111,4 +111,4 @@
111111
"strategy": "join"
112112
}
113113
]
114-
}
114+
}

0 commit comments

Comments
 (0)