Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release w3 1.0.0 #1778

Closed
Closed
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
25 changes: 25 additions & 0 deletions packages/w3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## 1.0.0 (2022-08-24)


### Features

* add w3name proxy ([#1707](https://github.com/web3-storage/web3.storage/issues/1707)) ([f2f9662](https://github.com/web3-storage/web3.storage/commit/f2f9662fc74ea24a24141aa1bf42288c95b5bd35))
* embed w3name package ([#1683](https://github.com/web3-storage/web3.storage/issues/1683)) ([20d1c94](https://github.com/web3-storage/web3.storage/commit/20d1c9446ca1da475a4d783ef3bc1fc09c0ee43f))
* use IANA media type application/vnd.ipld.car ([#1215](https://github.com/web3-storage/web3.storage/issues/1215)) ([c6fa207](https://github.com/web3-storage/web3.storage/commit/c6fa20768f4bef7f715f08d518f90d3a355bf15b))
* w3 name CLI ([#878](https://github.com/web3-storage/web3.storage/issues/878)) ([3fc09db](https://github.com/web3-storage/web3.storage/commit/3fc09dba972af3577b2cbf4890621addda6fe863))


### Bug Fixes

* add ipns migration cron job ([#1705](https://github.com/web3-storage/web3.storage/issues/1705)) ([4b6e67f](https://github.com/web3-storage/web3.storage/commit/4b6e67f07983b06e9bad9c27deb5d6c5b993258e))
* undeprecate the `w3 name...` commands. ([#1777](https://github.com/web3-storage/web3.storage/issues/1777)) ([a9ee094](https://github.com/web3-storage/web3.storage/commit/a9ee094512433572f55c74900ec20c9d5c72d72a))
* update deps in api and client ([#855](https://github.com/web3-storage/web3.storage/issues/855)) ([22155db](https://github.com/web3-storage/web3.storage/commit/22155db13b646e9846cf10c26d10faeb0d3b936e))


### Other Changes

* **main:** release w3 2.6.0 ([#1258](https://github.com/web3-storage/web3.storage/issues/1258)) ([4da1a7d](https://github.com/web3-storage/web3.storage/commit/4da1a7dba4503ce73baf89a511158e29d0b8d0bf))
* release @web3-storage/w3 2.4.2 ([#857](https://github.com/web3-storage/web3.storage/issues/857)) ([70268ba](https://github.com/web3-storage/web3.storage/commit/70268ba801410b691c702c337cbc6999ec2ff726))
* release @web3-storage/w3 2.5.0 ([#880](https://github.com/web3-storage/web3.storage/issues/880)) ([a14f684](https://github.com/web3-storage/web3.storage/commit/a14f684ec3c1a71be7981e9ef89a3cbe2a198c63))
* update licenses ([#831](https://github.com/web3-storage/web3.storage/issues/831)) ([8e081aa](https://github.com/web3-storage/web3.storage/commit/8e081aac2dd03dd5eb642bff9c2da867d61edd87))

## [2.6.0](https://github.com/web3-storage/web3.storage/compare/w3-v2.5.0...w3-v2.6.0) (2022-04-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/w3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/w3",
"version": "2.6.0",
"version": "1.0.0",
"description": "The CLI to save your things in web3.storage ⁂",
"type": "module",
"bin": {
Expand Down