Skip to content

Commit

Permalink
ci(changesets): version packages (#24)
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 23, 2022
1 parent b58e911 commit 9cd3347
Show file tree
Hide file tree
Showing 13 changed files with 60 additions and 18 deletions.
7 changes: 0 additions & 7 deletions .changeset/quiet-cheetahs-pull.md

This file was deleted.

11 changes: 11 additions & 0 deletions components/icon/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @cypress-design/react-icon

## 0.2.0

### Minor Changes

- [`efb31b3`](https://github.com/cypress-io/cypress-design/commit/efb31b35d9c84b922a20ae46afa583f0b5849b41) Thanks [@elevatebart](https://github.com/elevatebart)! - Export the WindiColor and iconId types

### Patch Changes

- Updated dependencies [[`efb31b3`](https://github.com/cypress-io/cypress-design/commit/efb31b35d9c84b922a20ae46afa583f0b5849b41)]:
- @cypress-design/icon-registry@0.2.0

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions components/icon/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/react-icon",
"version": "0.1.0",
"version": "0.2.0",
"files": [
"*"
],
Expand All @@ -20,7 +20,7 @@
"build:types": "tsc --project ./tsconfig.build.json"
},
"dependencies": {
"@cypress-design/icon-registry": "^0.1.0"
"@cypress-design/icon-registry": "^0.2.0"
},
"devDependencies": {
"camelcase": "^6.3.0",
Expand Down
11 changes: 11 additions & 0 deletions components/icon/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @cypress-design/vue-icon

## 0.2.0

### Minor Changes

- [`efb31b3`](https://github.com/cypress-io/cypress-design/commit/efb31b35d9c84b922a20ae46afa583f0b5849b41) Thanks [@elevatebart](https://github.com/elevatebart)! - Export the WindiColor and iconId types

### Patch Changes

- Updated dependencies [[`efb31b3`](https://github.com/cypress-io/cypress-design/commit/efb31b35d9c84b922a20ae46afa583f0b5849b41)]:
- @cypress-design/icon-registry@0.2.0

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions components/icon/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/vue-icon",
"version": "0.1.0",
"version": "0.2.0",
"files": [
"*"
],
Expand All @@ -20,7 +20,7 @@
"build:types": "yarn vue-tsc --project ./tsconfig.build.json"
},
"dependencies": {
"@cypress-design/icon-registry": "^0.1.0"
"@cypress-design/icon-registry": "^0.2.0"
},
"devDependencies": {
"camelcase": "^6.3.0",
Expand Down
6 changes: 6 additions & 0 deletions icon-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cypress-design/icon-registry

## 0.2.0

### Minor Changes

- [`efb31b3`](https://github.com/cypress-io/cypress-design/commit/efb31b35d9c84b922a20ae46afa583f0b5849b41) Thanks [@elevatebart](https://github.com/elevatebart)! - Export the WindiColor and iconId types

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion icon-registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/icon-registry",
"version": "0.1.1",
"version": "0.2.0",
"description": "All svg files to be exposed to the Icon component",
"main": "dist/cjs/index.js",
"types": "dist/types/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions test/react-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cypress-design/test-react-app

## 0.0.4

### Patch Changes

- Updated dependencies [[`efb31b3`](https://github.com/cypress-io/cypress-design/commit/efb31b35d9c84b922a20ae46afa583f0b5849b41)]:
- @cypress-design/react-icon@0.2.0

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions test/react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@cypress-design/test-react-app",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@cypress-design/react-checkbox": "^0.1.0",
"@cypress-design/react-icon": "^0.1.0",
"@cypress-design/react-icon": "^0.2.0",
"@cypress-design/react-spinner": "^0.0.1",
"react": "*",
"react-dom": "*"
Expand Down
7 changes: 7 additions & 0 deletions test/vue-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cypress-design/test-vue-app

## 0.0.4

### Patch Changes

- Updated dependencies [[`efb31b3`](https://github.com/cypress-io/cypress-design/commit/efb31b35d9c84b922a20ae46afa583f0b5849b41)]:
- @cypress-design/vue-icon@0.2.0

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions test/vue-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/test-vue-app",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@cypress-design/vue-checkbox": "^0.1.0",
"@cypress-design/vue-icon": "^0.1.0",
"@cypress-design/vue-icon": "^0.2.0",
"@cypress-design/vue-spinner": "^0.0.1",
"vue": "^3.2.33"
},
Expand Down
7 changes: 7 additions & 0 deletions test/webpack-react-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cypress-design/test-webpack-react-app

## 0.0.4

### Patch Changes

- Updated dependencies [[`efb31b3`](https://github.com/cypress-io/cypress-design/commit/efb31b35d9c84b922a20ae46afa583f0b5849b41)]:
- @cypress-design/react-icon@0.2.0

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions test/webpack-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@cypress-design/test-webpack-react-app",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"scripts": {
"dev": "webpack serve --hot --mode development"
},
"dependencies": {
"@cypress-design/react-checkbox": "^0.1.0",
"@cypress-design/react-icon": "^0.1.0",
"@cypress-design/react-icon": "^0.2.0",
"@cypress-design/react-spinner": "^0.0.1",
"react": "*",
"react-dom": "*",
Expand Down

1 comment on commit 9cd3347

@vercel
Copy link

@vercel vercel bot commented on 9cd3347 May 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cypress-design – ./

cypress-design-cypress-io.vercel.app
cypress-design-git-main-cypress-io.vercel.app
cypress-design.vercel.app

Please sign in to comment.