Skip to content

Commit 7c7520f

Browse files
chore(release): 1.0.0 [skip ci]
# @nandu/service 1.0.0 (2022-12-29) ### Bug Fixes * downgrade to node 14 as ci fails otherwise ([8f44e51](8f44e51)) * **service:** construct dir to dashboard files ([8adeea6](8adeea6)) * some compiler errors ([d5af0a2](d5af0a2)) ### Features * add password reset support ([a55dc68](a55dc68)) * initial version dashboard ([#9](#9)) ([eb5df81](eb5df81)) ### Dependencies * **@nandu/dashboard:** upgraded to 1.0.0
1 parent 40d4f1f commit 7c7520f

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

packages/service/docs/gitbook/changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# @nandu/service 1.0.0 (2022-12-29)
2+
3+
4+
### Bug Fixes
5+
6+
* downgrade to node 14 as ci fails otherwise ([8f44e51](https://github.com/taskforcesh/nandu/commit/8f44e516546daab1bb7dea63203486715b82cc9e))
7+
* **service:** construct dir to dashboard files ([8adeea6](https://github.com/taskforcesh/nandu/commit/8adeea60db655c1fbe36d1bca93d94cb846a730c))
8+
* some compiler errors ([d5af0a2](https://github.com/taskforcesh/nandu/commit/d5af0a2c5107af2bdddb7940bf87cbda522e77c5))
9+
10+
11+
### Features
12+
13+
* add password reset support ([a55dc68](https://github.com/taskforcesh/nandu/commit/a55dc684b23dac431fb891f2e86c7da90c1aecdb))
14+
* initial version dashboard ([#9](https://github.com/taskforcesh/nandu/issues/9)) ([eb5df81](https://github.com/taskforcesh/nandu/commit/eb5df814d808807ef45b133467e9aaf95441215a))
15+
16+
17+
18+
19+
20+
### Dependencies
21+
22+
* **@nandu/dashboard:** upgraded to 1.0.0
23+
124
## @nandu/service [1.0.3](https://github.com/taskforcesh/nandu/compare/@nandu/[email protected]...@nandu/[email protected]) (2022-09-23)
225

326

packages/service/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nandu/service",
3-
"version": "1.0.3",
3+
"version": "1.0.0",
44
"description": "Open NPM Registry",
55
"engines": {
66
"node": ">=14"
@@ -35,7 +35,7 @@
3535
"@aws-sdk/abort-controller": "^3.0.0",
3636
"@aws-sdk/client-s3": "^3.41.0",
3737
"@aws-sdk/lib-storage": "^3.41.0",
38-
"@nandu/dashboard": "1.0.3",
38+
"@nandu/dashboard": "1.0.0",
3939
"@types/nodemailer": "^6.4.6",
4040
"@types/nodemailer-mailgun-transport": "^1.4.3",
4141
"axios": "^0.24.0",

0 commit comments

Comments
 (0)