Skip to content

Commit

Permalink
0.1.7-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
napalmpapalam committed Mar 17, 2023
1 parent 36aafa6 commit 90516d0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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

### Changed
- `@distributedlab/jac` - `jsona` dependency moved to the `peerDependencies` and `devDependencies`

## [0.1.6] - 2023-03-11
### Added
- `@distributedlab/tools`: `BN` `isEqualTo` compare
Expand Down Expand Up @@ -75,7 +79,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

[Unreleased]: https://github.com/distributed-lab/web-kit/compare/0.1.6...HEAD
[Unreleased]: https://github.com/distributed-lab/web-kit/compare/0.1.7-rc.0...HEAD
[0.1.7-rc.0]: https://github.com/distributed-lab/web-kit/compare/0.1.6...0.1.7-rc.0
[0.1.6]: https://github.com/distributed-lab/web-kit/compare/0.1.5...0.1.6
[0.1.5]: https://github.com/distributed-lab/web-kit/compare/0.1.4...0.1.5
[0.1.4]: https://github.com/distributed-lab/web-kit/compare/0.1.3...0.1.4
Expand Down
7 changes: 5 additions & 2 deletions packages/jac/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@distributedlab/jac",
"version": "0.1.6",
"version": "0.1.7-rc.0",
"description": "A library for constructing JSON-API compliant requests and responses",
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,16 +46,19 @@
"@types/lodash": "^4",
"@types/node": "^18.14.2",
"jest": "^29.4.3",
"jsona": "^1.11.0",
"tsc-alias": "^1.8.2"
},
"dependencies": {
"axios": "^1.3.4",
"jsona": "^1.11.0",
"lodash": "^4.17.21"
},
"typedoc": {
"entryPoint": "./src/index.ts",
"readmeFile": "./README.md",
"displayName": "@distributedlab/jac"
},
"peerDependencies": {
"jsona": "*"
}
}
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@distributedlab/tools",
"version": "0.1.6",
"version": "0.1.7-rc.0",
"description": "Collection of common utility functions and classes",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,8 @@ __metadata:
jsona: ^1.11.0
lodash: ^4.17.21
tsc-alias: ^1.8.2
peerDependencies:
jsona: "*"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 90516d0

Please sign in to comment.