Skip to content

Commit

Permalink
Merge pull request #103 from deltaDAO/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
moritzkirstein authored Mar 25, 2024
2 parents 55692ae + 8f71689 commit c4dbe7e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/famous-pots-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@deltadao/nautilus": patch
---

next release
6 changes: 3 additions & 3 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"mode": "pre",
"tag": "beta",
"tag": "next",
"initialVersions": {
"@deltadao/nautilus": "1.0.0-beta.1",
"docs": "0.0.0",
"docs": "0.1.0",
"@deltadao/nautilus": "1.0.0-beta.2",
"test": "0.0.0"
},
"changesets": ["small-tigers-repeat"]
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<p align="center">
<a href="https://nautilus.delta-dao.com">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/deltaDAO/nautilus/raw/feat/vocs/docs/public/logo-dark.svg">
<img alt="nautilus logo" src="https://github.com/deltaDAO/nautilus/raw/feat/vocs/docs/public/logo-light.svg" width="auto" height="60">
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/deltaDAO/nautilus/raw/main/docs/public/logo-dark.svg">
<img alt="nautilus logo" src="https://github.com/deltaDAO/nautilus/raw/main/docs/public/logo-light.svg" width="auto" height="60">
</picture>
</a>
</p>
Expand All @@ -28,14 +28,14 @@
</a>
<a href="https://www.npmjs.com/package/deltadao/nautilus">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://img.shields.io/github/actions/workflow/status/deltaDAO/nautilus/release.yml?colorA=21262d&colorB=21262d&style=for-the-badge">
<source media="(prefers-color-scheme: dark)" srcset="https://img.shields.io/github/actions/workflow/status/deltaDAO/nautilus/changeset.yml?colorA=21262d&colorB=21262d&style=for-the-badge">
<img src="https://img.shields.io/github/actions/workflow/status/deltaDAO/nautilus/release.yml?colorA=f6f8fa&colorB=f6f8fa&style=for-the-badge" alt="GitHub Actions Workflow Status">
</picture>
</a>
</p>


A typescript library helping to navigate the OCEAN. It enables configurable automated publishing and consumption of assets in any [Ocean Protocol](https://oceanprotocol.com) ecosystem.
A TypeScript library enabling you to explore the Data Economy. It is built on top of [ocean.js](https://github.com/oceanprotocol/ocean.js) and offers feature complete, automated interactions with any [Ocean Protocol](https://oceanprotocol.com) ecosystem.

## Table of Contents

Expand Down

0 comments on commit c4dbe7e

Please sign in to comment.