Skip to content

Commit

Permalink
chore: version packages (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 4, 2024
1 parent 678f227 commit 743d848
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/three-cows-visit.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @color-blindness-devtool/react

## 0.1.1

### Patch Changes

- [#52](https://github.com/ne-oki/color-blindness-devtool/pull/52) [`678f227`](https://github.com/ne-oki/color-blindness-devtool/commit/678f2270c0551c3d5885a63c1115cb9cde810d70) Thanks [@ne-oki](https://github.com/ne-oki)! - Fix repo url

- Updated dependencies [[`678f227`](https://github.com/ne-oki/color-blindness-devtool/commit/678f2270c0551c3d5885a63c1115cb9cde810d70)]:
- [email protected]

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@color-blindness-devtool/react",
"version": "0.1.0",
"version": "0.1.1",
"description": "A React component for simulating color blindness in web application development",
"keywords": [
"react",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@lit/react": "^1.0.3",
"color-blindness-devtool": "^0.1.0"
"color-blindness-devtool": "^0.1.1"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.2.25",
Expand Down
9 changes: 9 additions & 0 deletions packages/standalone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @color-blindness-devtool/standalone

## 0.1.1

### Patch Changes

- [#52](https://github.com/ne-oki/color-blindness-devtool/pull/52) [`678f227`](https://github.com/ne-oki/color-blindness-devtool/commit/678f2270c0551c3d5885a63c1115cb9cde810d70) Thanks [@ne-oki](https://github.com/ne-oki)! - Fix repo url

- Updated dependencies [[`678f227`](https://github.com/ne-oki/color-blindness-devtool/commit/678f2270c0551c3d5885a63c1115cb9cde810d70)]:
- [email protected]

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@color-blindness-devtool/standalone",
"version": "0.1.0",
"version": "0.1.1",
"description": "The standalone version of the Color Blindness DevTool",
"keywords": [
"web-components",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dev": "vite"
},
"dependencies": {
"color-blindness-devtool": "^0.1.0"
"color-blindness-devtool": "^0.1.1"
},
"devDependencies": {
"@rollup/plugin-json": "^6.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/wc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# color-blindness-devtool

## 0.1.1

### Patch Changes

- [#52](https://github.com/ne-oki/color-blindness-devtool/pull/52) [`678f227`](https://github.com/ne-oki/color-blindness-devtool/commit/678f2270c0551c3d5885a63c1115cb9cde810d70) Thanks [@ne-oki](https://github.com/ne-oki)! - Fix repo url

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "color-blindness-devtool",
"version": "0.1.0",
"version": "0.1.1",
"description": "A web component for simulating color blindness in web application development",
"keywords": [
"web-components",
Expand Down

0 comments on commit 743d848

Please sign in to comment.