@basalt/bedrock-copy-to-clipboard
Advanced tools
Comparing version 0.31.0 to 0.32.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [0.32.0](https://github.com/basaltinc/bedrock/compare/v0.31.1...v0.32.0) (2019-02-13) | ||
**Note:** Version bump only for package @basalt/bedrock-copy-to-clipboard | ||
# [0.31.0](https://github.com/basaltinc/bedrock/compare/v0.30.0...v0.31.0) (2019-02-12) | ||
@@ -8,0 +16,0 @@ |
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray"; | ||
var _jsxFileName = "/Users/Evan/dev/basalt/bedrock-repos/bedrock/components/copy-to-clipboard/src/copy-to-clipboard.jsx"; | ||
var _jsxFileName = "/home/travis/build/basaltinc/bedrock/components/copy-to-clipboard/src/copy-to-clipboard.jsx"; | ||
import React, { useState } from 'react'; | ||
@@ -4,0 +4,0 @@ import { CopyToClipboard as ReactCopyToClipboard } from 'react-copy-to-clipboard'; |
{ | ||
"name": "@basalt/bedrock-copy-to-clipboard", | ||
"license": "UNLICENSED", | ||
"version": "0.31.0", | ||
"version": "0.32.0", | ||
"description": "Wrapper that allows a user to click the content and copy-to-clipboard.", | ||
@@ -24,8 +24,8 @@ "module": "dist/copy-to-clipboard.js", | ||
"dependencies": { | ||
"@basalt/bedrock-atoms": "^0.31.0", | ||
"@basalt/bedrock-breakpoints-demo": "^0.31.0", | ||
"@basalt/bedrock-color-swatch": "^0.31.0", | ||
"@basalt/bedrock-core": "^0.31.0", | ||
"@basalt/bedrock-spacing-swatch": "^0.31.0", | ||
"@basalt/bedrock-utils": "^0.31.0", | ||
"@basalt/bedrock-atoms": "^0.32.0", | ||
"@basalt/bedrock-breakpoints-demo": "^0.32.0", | ||
"@basalt/bedrock-color-swatch": "^0.32.0", | ||
"@basalt/bedrock-core": "^0.32.0", | ||
"@basalt/bedrock-spacing-swatch": "^0.32.0", | ||
"@basalt/bedrock-utils": "^0.32.0", | ||
"react-copy-to-clipboard": "^5.0.1", | ||
@@ -41,3 +41,3 @@ "react-table": "^6.9.0" | ||
}, | ||
"gitHead": "8caa8a2ca24023ccd6134190c5d063b638d0a4f4" | ||
"gitHead": "efaaf9da7921c2fb092ee528e14a3f90eb5f8ca4" | ||
} |
3421
+ Added@basalt/bedrock-atoms@0.32.0(transitive)
+ Added@basalt/bedrock-breakpoints-demo@0.32.0(transitive)
+ Added@basalt/bedrock-color-swatch@0.32.0(transitive)
+ Added@basalt/bedrock-core@0.32.0(transitive)
+ Added@basalt/bedrock-spacing-swatch@0.32.0(transitive)
+ Added@basalt/bedrock-utils@0.32.0(transitive)
- Removed@basalt/bedrock-atoms@0.31.0(transitive)
- Removed@basalt/bedrock-breakpoints-demo@0.31.0(transitive)
- Removed@basalt/bedrock-color-swatch@0.31.0(transitive)
- Removed@basalt/bedrock-core@0.31.0(transitive)
- Removed@basalt/bedrock-spacing-swatch@0.31.0(transitive)
- Removed@basalt/bedrock-utils@0.31.0(transitive)
Updated@basalt/bedrock-core@^0.32.0