Skip to content

Commit 17142a8

Browse files
committed
1 parent 1d191ba commit 17142a8

File tree

4 files changed

+45
-9
lines changed

4 files changed

+45
-9
lines changed

packages/ipfs-repo-migrations/CHANGELOG.md

+21-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 11.0.0 (2021-09-10)
7+
8+
9+
### chore
10+
11+
* switch to esm ([#339](https://github.com/ipfs/js-ipfs-repo/issues/339)) ([8d673ba](https://github.com/ipfs/js-ipfs-repo/commit/8d673ba72c599259110c09e90353f05473f05616))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* only named exports are used, deep imports/requires are not possible
17+
18+
19+
20+
21+
122
# [10.0.0](https://github.com/ipfs/js-ipfs-repo-migrations/compare/v9.0.1...v10.0.0) (2021-08-23)
223

324

@@ -279,6 +300,3 @@ Co-authored-by: Rod Vagg <[email protected]>
279300
* release metadata mentioned in README ([cf2409a](https://github.com/ipfs/js-ipfs-repo-migrations/commit/cf2409a))
280301
* require toVersion in migrate() ([1596dfe](https://github.com/ipfs/js-ipfs-repo-migrations/commit/1596dfe))
281302
* using browser field for browsers environment ([1474d5e](https://github.com/ipfs/js-ipfs-repo-migrations/commit/1474d5e))
282-
283-
284-

packages/ipfs-repo-migrations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-repo-migrations",
3-
"version": "10.0.0",
3+
"version": "11.0.0",
44
"description": "Migration framework for versioning of JS IPFS Repo",
55
"keywords": [
66
"IPFS",

packages/ipfs-repo/CHANGELOG.md

+21-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 13.0.0 (2021-09-10)
7+
8+
9+
### chore
10+
11+
* switch to esm ([#339](https://github.com/ipfs/js-ipfs-repo/issues/339)) ([8d673ba](https://github.com/ipfs/js-ipfs-repo/commit/8d673ba72c599259110c09e90353f05473f05616))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* only named exports are used, deep imports/requires are not possible
17+
18+
19+
20+
21+
122
# [12.0.0](https://github.com/ipfs/js-ipfs-repo/compare/v11.0.2...v12.0.0) (2021-08-23)
223

324

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

892913
<a name="0.1.0"></a>
893914
# 0.1.0 (2015-12-10)
894-
895-
896-

packages/ipfs-repo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-repo",
3-
"version": "12.0.0",
3+
"version": "13.0.0",
44
"description": "IPFS Repo implementation",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",
@@ -79,7 +79,7 @@
7979
"eslint-plugin-ava": "^12.0.0",
8080
"interface-blockstore": "^2.0.2",
8181
"interface-datastore": "^6.0.2",
82-
"ipfs-repo-migrations": "^10.0.0",
82+
"ipfs-repo-migrations": "^11.0.0",
8383
"it-filter": "^1.0.2",
8484
"it-map": "^1.0.5",
8585
"it-merge": "^1.0.2",

0 commit comments

Comments
 (0)