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

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @drizzle/react-components@1.5.1
 - @drizzle/react-plugin@1.5.1
 - @drizzle/store@1.5.1
 - @drizzle/vue-plugin@0.1.1
 - @test-ui/custom-provider@0.0.2
 - test-app-react-context@0.0.2
 - test-app-react-redux@0.0.2
 - sample-truffle-contracts@0.0.2
 - test-app-vue@0.0.2
  • Loading branch information
cds-amal committed Oct 29, 2019
1 parent 89b427f commit 8429bfd
Show file tree
Hide file tree
Showing 18 changed files with 102 additions and 22 deletions.
11 changes: 11 additions & 0 deletions packages/react-components/CHANGELOG.md
@@ -0,0 +1,11 @@
# Change Log

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

## 1.5.1 (2019-10-29)


### Bug Fixes

* use correct propTypes for AccountData ([8ff9a66](https://github.com/trufflesuite/drizzle/commit/8ff9a66)), closes [#4](https://github.com/trufflesuite/drizzle/issues/4)
4 changes: 2 additions & 2 deletions packages/react-components/package.json
@@ -1,6 +1,6 @@
{
"name": "@drizzle/react-components",
"version": "1.5.0",
"version": "1.5.1",
"description": "Put some Drizzle on your React components.",
"main": "dist/drizzle-react-components.js",
"scripts": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"react": "^16.8.6"
},
"devDependencies": {
"@drizzle/store": "^1.5.0",
"@babel/preset-react": "^7.0.0",
"@drizzle/store": "^1.5.1",
"babel-loader": "^8.0.6",
"react-redux": "^5.1.1",
"redux": "^4.0.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-plugin/CHANGELOG.md
@@ -0,0 +1,8 @@
# Change Log

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

## 1.5.1 (2019-10-29)

**Note:** Version bump only for package @drizzle/react-plugin
2 changes: 1 addition & 1 deletion packages/react-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@drizzle/react-plugin",
"version": "1.5.0",
"version": "1.5.1",
"description": "Put some Drizzle on your React components.",
"main": "dist/drizzle-react-plugin.js",
"repository": "https://github.com/trufflesuite/drizzle",
Expand Down
13 changes: 13 additions & 0 deletions packages/store/CHANGELOG.md
@@ -0,0 +1,13 @@
# Change Log

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

## 1.5.1 (2019-10-29)


### Bug Fixes

* handle customProvider option correctly ([be2488f](https://github.com/trufflesuite/drizzle/commit/be2488f))
* readme.md ([d0da8b5](https://github.com/trufflesuite/drizzle/commit/d0da8b5))
* readme.md ([ac187f5](https://github.com/trufflesuite/drizzle/commit/ac187f5))
2 changes: 1 addition & 1 deletion packages/store/package.json
@@ -1,6 +1,6 @@
{
"name": "@drizzle/store",
"version": "1.5.0",
"version": "1.5.1",
"description": "A reactive data-store for web3 and smart contracts.",
"types": "./index.d.ts",
"main": "./dist/drizzle-store.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue-plugin/CHANGELOG.md
@@ -0,0 +1,8 @@
# Change Log

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

## 0.1.1 (2019-10-29)

**Note:** Version bump only for package @drizzle/vue-plugin
4 changes: 2 additions & 2 deletions packages/vue-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@drizzle/vue-plugin",
"version": "0.1.0",
"version": "0.1.1",
"description": "A drizzle adaptor for Vue",
"author": {
"name": "Amal Sudama",
Expand All @@ -25,7 +25,7 @@
"*.md"
],
"dependencies": {
"@drizzle/store": "^1.5.0",
"@drizzle/store": "^1.5.1",
"lodash": "^4.17.11",
"rxjs": "^6.5.2",
"rxjs-compat": "^6.5.2"
Expand Down
8 changes: 8 additions & 0 deletions ui-tests/custom-provider/CHANGELOG.md
@@ -0,0 +1,8 @@
# Change Log

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

## 0.0.2 (2019-10-29)

**Note:** Version bump only for package @test-ui/custom-provider
8 changes: 4 additions & 4 deletions ui-tests/custom-provider/package.json
@@ -1,11 +1,11 @@
{
"name": "@test-ui/custom-provider",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"dependencies": {
"@drizzle/react-components": "^1.5.0",
"@drizzle/react-plugin": "^1.5.0",
"@drizzle/store": "^1.5.0",
"@drizzle/react-components": "^1.5.1",
"@drizzle/react-plugin": "^1.5.1",
"@drizzle/store": "^1.5.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1"
Expand Down
8 changes: 8 additions & 0 deletions ui-tests/react-context/CHANGELOG.md
@@ -0,0 +1,8 @@
# Change Log

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

## 0.0.2 (2019-10-29)

**Note:** Version bump only for package test-app-react-context
8 changes: 4 additions & 4 deletions ui-tests/react-context/package.json
@@ -1,11 +1,11 @@
{
"name": "test-app-react-context",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"dependencies": {
"@drizzle/store": "^1.5.0",
"@drizzle/react-plugin": "^1.5.0",
"@drizzle/react-components": "^1.5.0",
"@drizzle/react-components": "^1.5.1",
"@drizzle/react-plugin": "^1.5.1",
"@drizzle/store": "^1.5.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1"
Expand Down
8 changes: 8 additions & 0 deletions ui-tests/react-redux/CHANGELOG.md
@@ -0,0 +1,8 @@
# Change Log

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

## 0.0.2 (2019-10-29)

**Note:** Version bump only for package test-app-react-redux
8 changes: 4 additions & 4 deletions ui-tests/react-redux/package.json
@@ -1,11 +1,11 @@
{
"name": "test-app-react-redux",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"dependencies": {
"@drizzle/store": "^1.5.0",
"@drizzle/react-plugin": "^1.5.0",
"@drizzle/react-components": "^1.5.0",
"@drizzle/react-components": "^1.5.1",
"@drizzle/react-plugin": "^1.5.1",
"@drizzle/store": "^1.5.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1"
Expand Down
8 changes: 8 additions & 0 deletions ui-tests/truffle/CHANGELOG.md
@@ -0,0 +1,8 @@
# Change Log

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

## 0.0.2 (2019-10-29)

**Note:** Version bump only for package sample-truffle-contracts
2 changes: 1 addition & 1 deletion ui-tests/truffle/package.json
@@ -1,6 +1,6 @@
{
"name": "sample-truffle-contracts",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "truffle-config.js",
"private": true,
Expand Down
8 changes: 8 additions & 0 deletions ui-tests/vue/CHANGELOG.md
@@ -0,0 +1,8 @@
# Change Log

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

## 0.0.2 (2019-10-29)

**Note:** Version bump only for package test-app-vue
6 changes: 3 additions & 3 deletions ui-tests/vue/package.json
@@ -1,15 +1,15 @@
{
"name": "test-app-vue",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
"serve:ui": "vue-cli-service serve --open --port 3002",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@drizzle/store": "^1.5.0",
"@drizzle/vue-plugin": "^0.1.0",
"@drizzle/store": "^1.5.1",
"@drizzle/vue-plugin": "^0.1.1",
"prettier": "^1.18.2",
"vue": "^2.6.10",
"vue-toasted": "^1.1.27",
Expand Down

0 comments on commit 8429bfd

Please sign in to comment.