Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/abi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ A port of [https://github.com/paritytech/ethabi](https://github.com/paritytech/e
[![npm (scoped)](https://img.shields.io/npm/v/@parity/abi.svg)](https://www.npmjs.com/package/@parity/abi)
[![npm](https://img.shields.io/npm/dw/@parity/abi.svg)](https://www.npmjs.com/package/@parity/abi)
[![dependencies Status](https://david-dm.org/paritytech/js-libs/status.svg?path=packages/abi)](https://david-dm.org/paritytech/js-libs?path=packages/abi)
[![docs](https://img.shields.io/badge/docs-passing-green.svg)](https://parity-js.github.io/abi/)
[![docs](https://img.shields.io/badge/docs-passing-green.svg)](https://paritytech.github.io/js-libs/abi/)

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

## Contributing

Expand Down
5 changes: 0 additions & 5 deletions packages/abi/changelogs/CHANGELOG-3.0.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
Non-constant contract method calls from `makeContract` now require `passphrase` in their options.

`post$` now returns `{estimated}?` `{signed}` `{sent}` `{confirmed}` and postRaw$ now returns `{sent}` `{confirmed}`





# 3.0.0 (2018-11-27)

### BREAKING CHANGES

* 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.
* Removed the utility to create a blockie identicon: `@parity/api/lib/utils/createIdentityImg`. Please directly use the [`blockies`](https://github.com/download13/blockies) instead.
6 changes: 0 additions & 6 deletions packages/api/docs/CHANGELOG-3.0.md

This file was deleted.

6 changes: 3 additions & 3 deletions packages/light.js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ A high-level reactive JS library optimized for light clients.
[![npm (scoped)](https://img.shields.io/npm/v/@parity/light.js.svg)](https://www.npmjs.com/package/@parity/light.js)
[![npm](https://img.shields.io/npm/dw/@parity/light.js.svg)](https://www.npmjs.com/package/@parity/light.js)
[![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)
[![docs](https://img.shields.io/badge/docs-passing-green.svg)](https://parity-js.github.io/light.js/)
[![docs](https://img.shields.io/badge/docs-passing-green.svg)](https://paritytech.github.io/js-libs/light.js/)

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

## Getting Started

Expand Down Expand Up @@ -70,7 +70,7 @@ defaultAccount$()
.subscribe(console.log); // Will log the result, and everytime the result changes
```

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

## Usage with React

Expand Down
2 changes: 1 addition & 1 deletion scripts/lerna-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ set -e # Quits if there's an error

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

lerna version --conventional-commits --yes -m "[ci skip] Publish %s"
lerna version --conventional-commits --yes -m "chore(release): publish %s [ci skip]"
lerna publish from-git --yes
2 changes: 1 addition & 1 deletion scripts/update-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ cp README.md $GHPAGES_DIR
# Docs are updated on master, we commit back
git checkout master
git add .
git commit -m "[ci skip] Update docs"
git commit -m "docs: update docs [ci skip]"