Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.

Commit d65aabf

Browse files
authored
chore: update links to docs (#130) [ci skip]
* Update changelogs * Update links to doc * Use conventional commit messages
1 parent ad4a017 commit d65aabf

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

packages/abi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ A port of [https://github.com/paritytech/ethabi](https://github.com/paritytech/e
66
[![npm (scoped)](https://img.shields.io/npm/v/@parity/abi.svg)](https://www.npmjs.com/package/@parity/abi)
77
[![npm](https://img.shields.io/npm/dw/@parity/abi.svg)](https://www.npmjs.com/package/@parity/abi)
88
[![dependencies Status](https://david-dm.org/paritytech/js-libs/status.svg?path=packages/abi)](https://david-dm.org/paritytech/js-libs?path=packages/abi)
9-
[![docs](https://img.shields.io/badge/docs-passing-green.svg)](https://parity-js.github.io/abi/)
9+
[![docs](https://img.shields.io/badge/docs-passing-green.svg)](https://paritytech.github.io/js-libs/abi/)
1010

11-
## [Full Documentation](https://parity-js.github.io/abi/)
11+
## [Full Documentation](https://paritytech.github.io/js-libs/abi/)
1212

1313
## Contributing
1414

packages/abi/changelogs/CHANGELOG-3.0.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/api/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
3434
Non-constant contract method calls from `makeContract` now require `passphrase` in their options.
3535

3636
`post$` now returns `{estimated}?` `{signed}` `{sent}` `{confirmed}` and postRaw$ now returns `{sent}` `{confirmed}`
37+
38+
39+
40+
41+
42+
# 3.0.0 (2018-11-27)
43+
44+
### BREAKING CHANGES
45+
46+
* Moved the repo from https://github.com/parity-js/api to https://github.com/paritytech/js-libs/packages/api. The package location on NPM has not been changed.
47+
* Removed the utility to create a blockie identicon: `@parity/api/lib/utils/createIdentityImg`. Please directly use the [`blockies`](https://github.com/download13/blockies) instead.

packages/api/docs/CHANGELOG-3.0.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/light.js/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ A high-level reactive JS library optimized for light clients.
66
[![npm (scoped)](https://img.shields.io/npm/v/@parity/light.js.svg)](https://www.npmjs.com/package/@parity/light.js)
77
[![npm](https://img.shields.io/npm/dw/@parity/light.js.svg)](https://www.npmjs.com/package/@parity/light.js)
88
[![dependencies Status](https://david-dm.org/paritytech/js-libs/status.svg?path=packages/light.js)](https://david-dm.org/paritytech/js-libs?path=packages/light.js)
9-
[![docs](https://img.shields.io/badge/docs-passing-green.svg)](https://parity-js.github.io/light.js/)
9+
[![docs](https://img.shields.io/badge/docs-passing-green.svg)](https://paritytech.github.io/js-libs/light.js/)
1010

11-
## [Full Documentation](https://parity-js.github.io/light.js/)
11+
## [Full Documentation](https://paritytech.github.io/js-libs/light.js/)
1212

1313
## Getting Started
1414

@@ -70,7 +70,7 @@ defaultAccount$()
7070
.subscribe(console.log); // Will log the result, and everytime the result changes
7171
```
7272

73-
All available methods are documented [in the docs](https://parity-js.github.io/light.js/).
73+
All available methods are documented [in the docs](https://paritytech.github.io/js-libs/light.js/).
7474

7575
## Usage with React
7676

scripts/lerna-publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ set -e # Quits if there's an error
66

77
git remote set-url origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git > /dev/null 2>&1
88

9-
lerna version --conventional-commits --yes -m "[ci skip] Publish %s"
9+
lerna version --conventional-commits --yes -m "chore(release): publish %s [ci skip]"
1010
lerna publish from-git --yes

scripts/update-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ cp README.md $GHPAGES_DIR
4444
# Docs are updated on master, we commit back
4545
git checkout master
4646
git add .
47-
git commit -m "[ci skip] Update docs"
47+
git commit -m "docs: update docs [ci skip]"

0 commit comments

Comments
 (0)