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

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - example-browser-add-readable-stream@2.0.1
 - example-browser-browserify@1.1.1
 - example-browser-create-react-app@0.1.2
 - example-browser-mfs@1.0.2
 - example-browser-parceljs@1.0.2
 - example-browser-readablestream@2.0.1
 - example-browser-script-tag@1.1.1
 - example-browser-video-streaming@2.0.1
 - example-browser-vue@0.1.2
 - example-browser-webpack@1.1.1
 - example-circuit-relaying@0.1.1
 - example-custom-ipfs-repo@0.2.1
 - example-custom-libp2p@0.2.1
 - example-exchange-files-in-browser@0.1.1
 - example-explore-ethereum-blockchain@1.0.2
 - example-ipfs-101@0.1.1
 - example-js-ipfs-in-electron@0.0.2
 - example-running-multiple-nodes@2.0.1
 - test-ipfs-example@2.0.1
 - example-traverse-ipld-graphs@2.0.1
 - interface-ipfs-core@0.133.1
 - ipfs-core-utils@0.1.1
 - ipfs-http-client@43.0.1
 - ipfs@0.42.1
  • Loading branch information
achingbrain committed Apr 8, 2020
1 parent 9833efc commit d05793a
Show file tree
Hide file tree
Showing 50 changed files with 270 additions and 72 deletions.
8 changes: 8 additions & 0 deletions examples/browser-add-readable-stream/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1](https://github.com/ipfs/js-ipfs/compare/example-browser-add-readable-stream@2.0.0...example-browser-add-readable-stream@2.0.1) (2020-04-08)

**Note:** Version bump only for package example-browser-add-readable-stream





# 2.0.0 (2020-03-31)


Expand Down
6 changes: 3 additions & 3 deletions examples/browser-add-readable-stream/package.json
@@ -1,6 +1,6 @@
{
"name": "example-browser-add-readable-stream",
"version": "2.0.0",
"version": "2.0.1",
"description": "How to add readable streams in the browser",
"main": "index.js",
"private": true,
Expand All @@ -12,7 +12,7 @@
"keywords": [],
"license": "MIT",
"devDependencies": {
"ipfs": "^0.42.0",
"test-ipfs-example": "^2.0.0"
"ipfs": "^0.42.1",
"test-ipfs-example": "^2.0.1"
}
}
8 changes: 8 additions & 0 deletions examples/browser-browserify/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.1](https://github.com/ipfs/js-ipfs/compare/example-browser-browserify@1.1.0...example-browser-browserify@1.1.1) (2020-04-08)

**Note:** Version bump only for package example-browser-browserify





# 1.1.0 (2020-03-31)


Expand Down
6 changes: 3 additions & 3 deletions examples/browser-browserify/package.json
@@ -1,6 +1,6 @@
{
"name": "example-browser-browserify",
"version": "1.1.0",
"version": "1.1.1",
"description": "Bundle js-ipfs with Browserify",
"main": "index.js",
"private": true,
Expand All @@ -18,8 +18,8 @@
"concat-stream": "^2.0.0",
"execa": "^4.0.0",
"http-server": "^0.11.1",
"ipfs": "^0.42.0",
"test-ipfs-example": "^2.0.0"
"ipfs": "^0.42.1",
"test-ipfs-example": "^2.0.1"
},
"browser": {
"ipfs": "ipfs/dist/index.js"
Expand Down
8 changes: 8 additions & 0 deletions examples/browser-create-react-app/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.2](https://github.com/ipfs/js-ipfs/compare/example-browser-create-react-app@0.1.1...example-browser-create-react-app@0.1.2) (2020-04-08)

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





## 0.1.1 (2020-03-31)

**Note:** Version bump only for package example-browser-create-react-app
2 changes: 1 addition & 1 deletion examples/browser-create-react-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions examples/browser-create-react-app/package.json
@@ -1,18 +1,18 @@
{
"name": "example-browser-create-react-app",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"dependencies": {
"dot-prop": "^5.0.0",
"ipfs": "^0.42.0",
"ipfs": "^0.42.1",
"ipfs-css": "^0.13.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "^3.2.0",
"tachyons": "^4.11.1"
},
"devDependencies": {
"test-ipfs-example": "^2.0.0"
"test-ipfs-example": "^2.0.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down
8 changes: 8 additions & 0 deletions examples/browser-mfs/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/ipfs/js-ipfs/compare/example-browser-mfs@1.0.1...example-browser-mfs@1.0.2) (2020-04-08)

**Note:** Version bump only for package example-browser-mfs





## 1.0.1 (2020-03-31)


Expand Down
6 changes: 3 additions & 3 deletions examples/browser-mfs/package.json
@@ -1,6 +1,6 @@
{
"name": "example-browser-mfs",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "index.js",
"private": true,
Expand All @@ -16,12 +16,12 @@
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"terser-webpack-plugin": "^1.2.1",
"test-ipfs-example": "^2.0.0",
"test-ipfs-example": "^2.0.1",
"webpack": "^4.28.4",
"webpack-cli": "^3.0.8"
},
"dependencies": {
"ipfs": "^0.42.0",
"ipfs": "^0.42.1",
"mime-sniffer": "~0.0.3"
}
}
8 changes: 8 additions & 0 deletions examples/browser-parceljs/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/ipfs/js-ipfs/compare/example-browser-parceljs@1.0.1...example-browser-parceljs@1.0.2) (2020-04-08)

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





## 1.0.1 (2020-03-31)

**Note:** Version bump only for package example-browser-parceljs
6 changes: 3 additions & 3 deletions examples/browser-parceljs/package.json
@@ -1,6 +1,6 @@
{
"name": "example-browser-parceljs",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "index.js",
"private": true,
Expand All @@ -18,7 +18,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"ipfs": "^0.42.0"
"ipfs": "^0.42.1"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
Expand All @@ -29,6 +29,6 @@
"babel-polyfill": "^6.26.0",
"parcel-bundler": "^1.12.4",
"standard": "^13.1.0",
"test-ipfs-example": "^2.0.0"
"test-ipfs-example": "^2.0.1"
}
}
8 changes: 8 additions & 0 deletions examples/browser-readablestream/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1](https://github.com/ipfs/js-ipfs/compare/example-browser-readablestream@2.0.0...example-browser-readablestream@2.0.1) (2020-04-08)

**Note:** Version bump only for package example-browser-readablestream





# 2.0.0 (2020-03-31)


Expand Down
6 changes: 3 additions & 3 deletions examples/browser-readablestream/package.json
@@ -1,6 +1,6 @@
{
"name": "example-browser-readablestream",
"version": "2.0.0",
"version": "2.0.1",
"description": "An example of how to play a video in a browser using a readable stream",
"main": "index.js",
"private": true,
Expand All @@ -16,11 +16,11 @@
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"terser-webpack-plugin": "^1.2.1",
"test-ipfs-example": "^2.0.0",
"test-ipfs-example": "^2.0.1",
"webpack": "^4.28.4"
},
"dependencies": {
"ipfs": "^0.42.0",
"ipfs": "^0.42.1",
"it-to-stream": "^0.1.1",
"videostream": "^3.2.0"
}
Expand Down
8 changes: 8 additions & 0 deletions examples/browser-script-tag/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.1](https://github.com/ipfs/js-ipfs/compare/example-browser-script-tag@1.1.0...example-browser-script-tag@1.1.1) (2020-04-08)

**Note:** Version bump only for package example-browser-script-tag





# 1.1.0 (2020-03-31)


Expand Down
6 changes: 3 additions & 3 deletions examples/browser-script-tag/package.json
@@ -1,6 +1,6 @@
{
"name": "example-browser-script-tag",
"version": "1.1.0",
"version": "1.1.1",
"description": "Using IPFS in the browser via a script tag",
"main": "index.html",
"private": true,
Expand All @@ -13,9 +13,9 @@
"license": "MIT",
"devDependencies": {
"http-server": "^0.11.1",
"test-ipfs-example": "^2.0.0"
"test-ipfs-example": "^2.0.1"
},
"dependencies": {
"ipfs": "^0.42.0"
"ipfs": "^0.42.1"
}
}
8 changes: 8 additions & 0 deletions examples/browser-video-streaming/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1](https://github.com/ipfs/js-ipfs/compare/example-browser-video-streaming@2.0.0...example-browser-video-streaming@2.0.1) (2020-04-08)

**Note:** Version bump only for package example-browser-video-streaming





# 2.0.0 (2020-03-31)


Expand Down
6 changes: 3 additions & 3 deletions examples/browser-video-streaming/package.json
@@ -1,6 +1,6 @@
{
"name": "example-browser-video-streaming",
"version": "2.0.0",
"version": "2.0.1",
"description": "IPFS browser video streaming example",
"main": "index.html",
"private": true,
Expand All @@ -13,9 +13,9 @@
"license": "MIT",
"devDependencies": {
"http-server": "^0.11.1",
"test-ipfs-example": "^2.0.0"
"test-ipfs-example": "^2.0.1"
},
"dependencies": {
"ipfs": "^0.42.0"
"ipfs": "^0.42.1"
}
}
8 changes: 8 additions & 0 deletions examples/browser-vue/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.2](https://github.com/ipfs/js-ipfs/compare/example-browser-vue@0.1.1...example-browser-vue@0.1.2) (2020-04-08)

**Note:** Version bump only for package example-browser-vue





## 0.1.1 (2020-03-31)


Expand Down
6 changes: 3 additions & 3 deletions examples/browser-vue/package.json
@@ -1,6 +1,6 @@
{
"name": "example-browser-vue",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"clean": "rm -rf ./dist",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"core-js": "^3.6.4",
"ipfs": "^0.42.0",
"ipfs": "^0.42.1",
"vue": "^2.6.11"
},
"devDependencies": {
Expand All @@ -21,7 +21,7 @@
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.1",
"test-ipfs-example": "^2.0.0",
"test-ipfs-example": "^2.0.1",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
Expand Down
8 changes: 8 additions & 0 deletions examples/browser-webpack/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.1](https://github.com/ipfs/js-ipfs/compare/example-browser-webpack@1.1.0...example-browser-webpack@1.1.1) (2020-04-08)

**Note:** Version bump only for package example-browser-webpack





# 1.1.0 (2020-03-31)


Expand Down
6 changes: 3 additions & 3 deletions examples/browser-webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "example-browser-webpack",
"version": "1.1.0",
"version": "1.1.1",
"description": "Bundle js-ipfs with WebPack",
"private": true,
"scripts": {
Expand All @@ -20,12 +20,12 @@
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-hot-loader": "^4.8.8",
"test-ipfs-example": "^2.0.0",
"test-ipfs-example": "^2.0.1",
"webpack": "^4.28.4",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"ipfs": "^0.42.0"
"ipfs": "^0.42.1"
},
"browserslist": [
">1%",
Expand Down
8 changes: 8 additions & 0 deletions examples/circuit-relaying/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.1](https://github.com/ipfs/js-ipfs/compare/example-circuit-relaying@0.1.0...example-circuit-relaying@0.1.1) (2020-04-08)

**Note:** Version bump only for package example-circuit-relaying





# 0.1.0 (2020-03-31)


Expand Down
2 changes: 1 addition & 1 deletion examples/circuit-relaying/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d05793a

Please sign in to comment.