Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - ipfs-repo-migrations@11.0.0
 - ipfs-repo@13.0.0
  • Loading branch information
achingbrain committed Sep 10, 2021
1 parent 1d191ba commit 17142a8
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 9 deletions.
24 changes: 21 additions & 3 deletions packages/ipfs-repo-migrations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 11.0.0 (2021-09-10)


### chore

* switch to esm ([#339](https://github.com/ipfs/js-ipfs-repo/issues/339)) ([8d673ba](https://github.com/ipfs/js-ipfs-repo/commit/8d673ba72c599259110c09e90353f05473f05616))


### BREAKING CHANGES

* only named exports are used, deep imports/requires are not possible





# [10.0.0](https://github.com/ipfs/js-ipfs-repo-migrations/compare/v9.0.1...v10.0.0) (2021-08-23)


Expand Down Expand Up @@ -279,6 +300,3 @@ Co-authored-by: Rod Vagg <rod@vagg.org>
* release metadata mentioned in README ([cf2409a](https://github.com/ipfs/js-ipfs-repo-migrations/commit/cf2409a))
* require toVersion in migrate() ([1596dfe](https://github.com/ipfs/js-ipfs-repo-migrations/commit/1596dfe))
* using browser field for browsers environment ([1474d5e](https://github.com/ipfs/js-ipfs-repo-migrations/commit/1474d5e))



2 changes: 1 addition & 1 deletion packages/ipfs-repo-migrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-repo-migrations",
"version": "10.0.0",
"version": "11.0.0",
"description": "Migration framework for versioning of JS IPFS Repo",
"keywords": [
"IPFS",
Expand Down
24 changes: 21 additions & 3 deletions packages/ipfs-repo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 13.0.0 (2021-09-10)


### chore

* switch to esm ([#339](https://github.com/ipfs/js-ipfs-repo/issues/339)) ([8d673ba](https://github.com/ipfs/js-ipfs-repo/commit/8d673ba72c599259110c09e90353f05473f05616))


### BREAKING CHANGES

* only named exports are used, deep imports/requires are not possible





# [12.0.0](https://github.com/ipfs/js-ipfs-repo/compare/v11.0.2...v12.0.0) (2021-08-23)


Expand Down Expand Up @@ -891,6 +912,3 @@ array which is iterable, but it does change the API.

<a name="0.1.0"></a>
# 0.1.0 (2015-12-10)



4 changes: 2 additions & 2 deletions packages/ipfs-repo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-repo",
"version": "12.0.0",
"version": "13.0.0",
"description": "IPFS Repo implementation",
"leadMaintainer": "Alex Potsides <alex@achingbrain.net>",
"main": "src/index.js",
Expand Down Expand Up @@ -79,7 +79,7 @@
"eslint-plugin-ava": "^12.0.0",
"interface-blockstore": "^2.0.2",
"interface-datastore": "^6.0.2",
"ipfs-repo-migrations": "^10.0.0",
"ipfs-repo-migrations": "^11.0.0",
"it-filter": "^1.0.2",
"it-map": "^1.0.5",
"it-merge": "^1.0.2",
Expand Down

0 comments on commit 17142a8

Please sign in to comment.