Skip to content

Commit 90516d0

Browse files
committed
0.1.7-rc.0
1 parent 36aafa6 commit 90516d0

4 files changed

Lines changed: 15 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.1.7-rc.0] - 2023-03-17
8+
### Added
89
- `root`: Contributing guide in the `README.md` file
910
- `root`: Table of contents in the `README.md` file
1011

12+
### Changed
13+
- `@distributedlab/jac` - `jsona` dependency moved to the `peerDependencies` and `devDependencies`
14+
1115
## [0.1.6] - 2023-03-11
1216
### Added
1317
- `@distributedlab/tools`: `BN` `isEqualTo` compare
@@ -75,7 +79,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7579

7680
[old repo]: https://github.com/distributed-lab/web-kit-old
7781

78-
[Unreleased]: https://github.com/distributed-lab/web-kit/compare/0.1.6...HEAD
82+
[Unreleased]: https://github.com/distributed-lab/web-kit/compare/0.1.7-rc.0...HEAD
83+
[0.1.7-rc.0]: https://github.com/distributed-lab/web-kit/compare/0.1.6...0.1.7-rc.0
7984
[0.1.6]: https://github.com/distributed-lab/web-kit/compare/0.1.5...0.1.6
8085
[0.1.5]: https://github.com/distributed-lab/web-kit/compare/0.1.4...0.1.5
8186
[0.1.4]: https://github.com/distributed-lab/web-kit/compare/0.1.3...0.1.4

packages/jac/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@distributedlab/jac",
3-
"version": "0.1.6",
3+
"version": "0.1.7-rc.0",
44
"description": "A library for constructing JSON-API compliant requests and responses",
55
"repository": {
66
"type": "git",
@@ -46,16 +46,19 @@
4646
"@types/lodash": "^4",
4747
"@types/node": "^18.14.2",
4848
"jest": "^29.4.3",
49+
"jsona": "^1.11.0",
4950
"tsc-alias": "^1.8.2"
5051
},
5152
"dependencies": {
5253
"axios": "^1.3.4",
53-
"jsona": "^1.11.0",
5454
"lodash": "^4.17.21"
5555
},
5656
"typedoc": {
5757
"entryPoint": "./src/index.ts",
5858
"readmeFile": "./README.md",
5959
"displayName": "@distributedlab/jac"
60+
},
61+
"peerDependencies": {
62+
"jsona": "*"
6063
}
6164
}

packages/tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@distributedlab/tools",
3-
"version": "0.1.6",
3+
"version": "0.1.7-rc.0",
44
"description": "Collection of common utility functions and classes",
55
"repository": {
66
"type": "git",

yarn.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,8 @@ __metadata:
422422
jsona: ^1.11.0
423423
lodash: ^4.17.21
424424
tsc-alias: ^1.8.2
425+
peerDependencies:
426+
jsona: "*"
425427
languageName: unknown
426428
linkType: soft
427429

0 commit comments

Comments
 (0)