mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
update changelog
This commit is contained in:
parent
fef888773e
commit
067b797d4a
25
CHANGELOG.md
25
CHANGELOG.md
@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file. Dates are d
|
||||
|
||||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
|
||||
#### [v0.1.5](https://github.com/oceanprotocol/commons-marketplace/compare/v0.1.4...v0.1.5)
|
||||
|
||||
> 9 April 2019
|
||||
|
||||
- bump packages [`#93`](https://github.com/oceanprotocol/commons-marketplace/pull/93)
|
||||
- Release 0.1.5 [`fef8887`](https://github.com/oceanprotocol/commons-marketplace/commit/fef888773ee89860a68f7e5410184440cb7a1426)
|
||||
|
||||
#### [v0.1.4](https://github.com/oceanprotocol/commons-marketplace/compare/0.1.3...v0.1.4)
|
||||
|
||||
> 9 April 2019
|
||||
|
||||
- fix release tag format [`#92`](https://github.com/oceanprotocol/commons-marketplace/pull/92)
|
||||
- Release 0.1.4 [`09761c1`](https://github.com/oceanprotocol/commons-marketplace/commit/09761c13fae3ccf3169589ca8448aa99ac78d5ca)
|
||||
|
||||
#### [0.1.3](https://github.com/oceanprotocol/commons-marketplace/compare/v0.1.2...0.1.3)
|
||||
|
||||
> 9 April 2019
|
||||
|
||||
- New release process [`#91`](https://github.com/oceanprotocol/commons-marketplace/pull/91)
|
||||
- Make page numbers part of URL [`#90`](https://github.com/oceanprotocol/commons-marketplace/pull/90)
|
||||
- Fix: file URLs get decrypted, not files [`#89`](https://github.com/oceanprotocol/commons-marketplace/pull/89)
|
||||
- add release-it tasks [`48c48d5`](https://github.com/oceanprotocol/commons-marketplace/commit/48c48d530b95ea7aa4998ae2391c1619654c99e1)
|
||||
- generate changelog [`cc394f3`](https://github.com/oceanprotocol/commons-marketplace/commit/cc394f3ccca7a47c2531764b1758aaaed4469705)
|
||||
- remove bumpversion, add documentation [`499e319`](https://github.com/oceanprotocol/commons-marketplace/commit/499e31991bbd58fe291dd1c401af0c9a8c29a7d3)
|
||||
|
||||
#### [v0.1.2](https://github.com/oceanprotocol/commons-marketplace/compare/v0.1.1...v0.1.2)
|
||||
|
||||
> 9 April 2019
|
||||
|
20
README.md
20
README.md
@ -16,24 +16,24 @@
|
||||
|
||||
<h3 align="center">🦑🦑🦑<br />This marketplace is deployed under <a href="https://commons.oceanprotocol.com">commons.oceanprotocol.com</a> and can be used there. Feel free to <a href="https://github.com/oceanprotocol/commons/issues">report any issues</a> you encounter.<br />🦑🦑🦑</h3>
|
||||
|
||||
<p align="center">If you're a developer and want to contribute to, or want to utilize this marketplace's code in your projects, then keep on reading.</p>
|
||||
|
||||
---
|
||||
|
||||
- [🏄 Get Started](#-get-started)
|
||||
- [🐳 Use with Barge](#-use-with-barge)
|
||||
- [<EFBFBD>🔬 Testing](#-testing)
|
||||
- [✨ Code Style](#-code-style)
|
||||
- [🛳 Production](#-production)
|
||||
- [⬆️ Releases](#️-releases)
|
||||
- [🎁 Contributing](#-contributing)
|
||||
- [🏛 License](#-license)
|
||||
If you're a developer and want to contribute to, or want to utilize this marketplace's code in your projects, then keep on reading.
|
||||
|
||||
This repo contains a client and a server, both written in TypeScript:
|
||||
|
||||
- **client**: React app setup with [squid-js](https://github.com/oceanprotocol/squid-js), bootstrapped with [Create React App](https://github.com/facebook/create-react-app)
|
||||
- **server**: Node.js app, utilizing [Express](https://expressjs.com). The server provides various microservices, like remote file checking.
|
||||
|
||||
- [🏄 Get Started](#-get-started)
|
||||
- [🐳 Use with Barge](#-use-with-barge)
|
||||
- [👩🔬 Testing](#-testing)
|
||||
- [✨ Code Style](#-code-style)
|
||||
- [🛳 Production](#-production)
|
||||
- [⬆️ Releases](#️-releases)
|
||||
- [🎁 Contributing](#-contributing)
|
||||
- [🏛 License](#-license)
|
||||
|
||||
## 🏄 Get Started
|
||||
|
||||
To spin up both, the client and the server in a watch mode for local development, execute:
|
||||
|
Loading…
Reference in New Issue
Block a user