Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

File tree

50 files changed

+270
-72
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+270
-72
lines changed

examples/browser-add-readable-stream/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.1](https://github.com/ipfs/js-ipfs/compare/example-browser-add-readable-stream@[email protected]) (2020-04-08)
7+
8+
**Note:** Version bump only for package example-browser-add-readable-stream
9+
10+
11+
12+
13+
614
# 2.0.0 (2020-03-31)
715

816

examples/browser-add-readable-stream/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-browser-add-readable-stream",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "How to add readable streams in the browser",
55
"main": "index.js",
66
"private": true,
@@ -12,7 +12,7 @@
1212
"keywords": [],
1313
"license": "MIT",
1414
"devDependencies": {
15-
"ipfs": "^0.42.0",
16-
"test-ipfs-example": "^2.0.0"
15+
"ipfs": "^0.42.1",
16+
"test-ipfs-example": "^2.0.1"
1717
}
1818
}

examples/browser-browserify/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@1.1.1) (2020-04-08)
7+
8+
**Note:** Version bump only for package example-browser-browserify
9+
10+
11+
12+
13+
614
# 1.1.0 (2020-03-31)
715

816

examples/browser-browserify/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-browser-browserify",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Bundle js-ipfs with Browserify",
55
"main": "index.js",
66
"private": true,
@@ -18,8 +18,8 @@
1818
"concat-stream": "^2.0.0",
1919
"execa": "^4.0.0",
2020
"http-server": "^0.11.1",
21-
"ipfs": "^0.42.0",
22-
"test-ipfs-example": "^2.0.0"
21+
"ipfs": "^0.42.1",
22+
"test-ipfs-example": "^2.0.1"
2323
},
2424
"browser": {
2525
"ipfs": "ipfs/dist/index.js"

examples/browser-create-react-app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.2](https://github.com/ipfs/js-ipfs/compare/example-browser-create-react-app@[email protected]) (2020-04-08)
7+
8+
**Note:** Version bump only for package example-browser-create-react-app
9+
10+
11+
12+
13+
614
## 0.1.1 (2020-03-31)
715

816
**Note:** Version bump only for package example-browser-create-react-app

examples/browser-create-react-app/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/browser-create-react-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "example-browser-create-react-app",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"dependencies": {
66
"dot-prop": "^5.0.0",
7-
"ipfs": "^0.42.0",
7+
"ipfs": "^0.42.1",
88
"ipfs-css": "^0.13.1",
99
"react": "^16.8.6",
1010
"react-dom": "^16.8.6",
1111
"react-scripts": "^3.2.0",
1212
"tachyons": "^4.11.1"
1313
},
1414
"devDependencies": {
15-
"test-ipfs-example": "^2.0.0"
15+
"test-ipfs-example": "^2.0.1"
1616
},
1717
"scripts": {
1818
"start": "react-scripts start",

examples/browser-mfs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@1.0.2) (2020-04-08)
7+
8+
**Note:** Version bump only for package example-browser-mfs
9+
10+
11+
12+
13+
614
## 1.0.1 (2020-03-31)
715

816

examples/browser-mfs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-browser-mfs",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "",
55
"main": "index.js",
66
"private": true,
@@ -16,12 +16,12 @@
1616
"html-webpack-plugin": "^3.2.0",
1717
"http-server": "^0.11.1",
1818
"terser-webpack-plugin": "^1.2.1",
19-
"test-ipfs-example": "^2.0.0",
19+
"test-ipfs-example": "^2.0.1",
2020
"webpack": "^4.28.4",
2121
"webpack-cli": "^3.0.8"
2222
},
2323
"dependencies": {
24-
"ipfs": "^0.42.0",
24+
"ipfs": "^0.42.1",
2525
"mime-sniffer": "~0.0.3"
2626
}
2727
}

examples/browser-parceljs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@1.0.2) (2020-04-08)
7+
8+
**Note:** Version bump only for package example-browser-parceljs
9+
10+
11+
12+
13+
614
## 1.0.1 (2020-03-31)
715

816
**Note:** Version bump only for package example-browser-parceljs

0 commit comments

Comments
 (0)