Skip to content

Commit 7cfe01d

Browse files
committed
Revert "chore(release): v1.7.0"
This reverts commit b3adf08.
1 parent b3adf08 commit 7cfe01d

File tree

2 files changed

+1
-30
lines changed

2 files changed

+1
-30
lines changed

CHANGELOG.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,6 @@
11
# Changelog
22

33

4-
## v1.7.0
5-
6-
[compare changes](https://github.com/microservices-suite/node-microservices-suite/compare/v1.0.0...v1.7.0)
7-
8-
### 🚀 Enhancements
9-
10-
- Add b roker ([b3da782](https://github.com/microservices-suite/node-microservices-suite/commit/b3da782))
11-
- Add support for krakend api gateway ([da33fc6](https://github.com/microservices-suite/node-microservices-suite/commit/da33fc6))
12-
13-
### 🩹 Fixes
14-
15-
- Replace rabbitmq image with the one with management plugin ([0ae9ce6](https://github.com/microservices-suite/node-microservices-suite/commit/0ae9ce6))
16-
- Nginx content generator to include port and name of services ([faea32d](https://github.com/microservices-suite/node-microservices-suite/commit/faea32d))
17-
- Fix undefined toLowerCase() for string service ([664e1fc](https://github.com/microservices-suite/node-microservices-suite/commit/664e1fc))
18-
- Properly generate krakend config,nginx config and dockercompose files ([646b564](https://github.com/microservices-suite/node-microservices-suite/commit/646b564))
19-
20-
### 💅 Refactors
21-
22-
- Refacor code into short sentences ([a5b142e](https://github.com/microservices-suite/node-microservices-suite/commit/a5b142e))
23-
- Remove console statements ([31383bb](https://github.com/microservices-suite/node-microservices-suite/commit/31383bb))
24-
25-
### 🏡 Chore
26-
27-
- Release v1.0.1 ([701381e](https://github.com/microservices-suite/node-microservices-suite/commit/701381e))
28-
29-
### ❤️ Contributors
30-
31-
- Gilbert Andanje ([@GAndanje](http://github.com/GAndanje))
32-
334
## v1.6.7
345

356
[compare changes](https://github.com/microservices-suite/node-microservices-suite/compare/v2.1.0...v1.6.7)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microservices-suite/microservices",
3-
"version": "1.7.0",
3+
"version": "1.6.7",
44
"description": "This is the central orchestration point for our microservices-based platform, encompassing user management, email communications, file upload handling, and role-based access control services. It serves as the backbone of our application's backend, facilitating seamless interaction, development, and scaling of individual microservices. The workspace is designed to streamline the development process, ensuring dependency consistency, and simplifying the build and deployment workflows across all services.\nThis root workspace enables our development teams to:\n- Manage dependencies for all services in a unified manner, reducing conflicts and easing updates.\n- Utilize shared configurations, such as ESLint rules, TypeScript configurations, and shared utility libraries, to maintain coding standards and reduce redundancy across services.\n- Implement global scripts for tasks like testing, linting, and deployment that can run across all services, ensuring consistency and efficiency in our development pipeline.\n- Leverage the workspace's structure for local development, allowing for easy testing of interactions between services without the need for deploying or configuring external environments.",
55
"keywords": [],
66
"author": "Gilbert Andanje",

0 commit comments

Comments
 (0)