Skip to content

Commit faec227

Browse files
committed
chore(release): publish
- @blueconduit/[email protected] - @blueconduit/[email protected]
1 parent fc45570 commit faec227

File tree

5 files changed

+26
-4
lines changed

5 files changed

+26
-4
lines changed

packages/copper-vue/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.7 (2022-03-08)
7+
8+
9+
### Bug Fixes
10+
11+
* text input name prop has correct value ([fc45570](https://github.com/BlueConduit/copper/commit/fc4557025f791263c3c6ecfd57ab600d694e8f03))
12+
13+
14+
15+
16+
617
## 1.0.6 (2022-03-08)
718

819

packages/copper-vue/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/copper-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blueconduit/copper-vue",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "A Vue.js implementation of the Copper design system",
55
"author": "Jackson Hammond",
66
"license": "Apache-2.0",
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@babel/core": "^7.15.0",
35-
"@blueconduit/copper": "^1.0.6",
35+
"@blueconduit/copper": "^1.0.7",
3636
"@storybook/addon-a11y": "^6.3.12",
3737
"@storybook/addon-actions": "^6.3.12",
3838
"@storybook/addon-essentials": "^6.3.12",

packages/copper/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.7 (2022-03-08)
7+
8+
9+
### Bug Fixes
10+
11+
* text input name prop has correct value ([fc45570](https://github.com/BlueConduit/copper/commit/fc4557025f791263c3c6ecfd57ab600d694e8f03))
12+
13+
14+
15+
16+
617
## 1.0.6 (2022-03-08)
718

819

packages/copper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blueconduit/copper",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "BlueConduit's design system",
55
"author": "Jackson Hammond",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)