Skip to content

Commit

Permalink
ci(changesets): version packages (#19)
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 18, 2022
1 parent 2cee198 commit 8cbe467
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/modern-dragons-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-penguins-protect.md

This file was deleted.

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

## 0.3.0

### Minor Changes

- [`d19cf7b`](https://github.com/cypress-io/cypress-design/commit/d19cf7b882c35aef7b1ce2d3b7105ae727b1d2ab) Thanks [@elevatebart](https://github.com/elevatebart)! - add boxShadow-dropdown utility class to the css config

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/css",
"version": "0.2.0",
"version": "0.3.0",
"main": "dist/index.js",
"files": [
"dist",
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.1.1

### Patch Changes

- [`2cee198`](https://github.com/cypress-io/cypress-design/commit/2cee198ab801f4b149d323a1bdff1e760a95c81d) Thanks [@elevatebart](https://github.com/elevatebart)! - add missing camelcase dependency

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "0.1.1",
"description": "All svg files to be exposed to the Icon component",
"main": "dist/cjs/index.js",
"types": "dist/types/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"camelcase": "^6.3.0"
},
"devDependencies": {
"@cypress-design/css": "^0.2.0",
"@cypress-design/css": "^0.3.0",
"dedent": "^0.7.0",
"globby": "^13.1.1",
"svg-to-ts": "^8.6.1"
Expand Down
2 changes: 1 addition & 1 deletion test/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-dom": "*"
},
"devDependencies": {
"@cypress-design/css": "^0.2.0",
"@cypress-design/css": "^0.3.0",
"@types/react": "*",
"@types/react-dom": "*",
"@vitejs/plugin-react": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion test/vue-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"vue": "^3.2.33"
},
"devDependencies": {
"@cypress-design/css": "^0.2.0",
"@cypress-design/css": "^0.3.0",
"@types/node": "^16.11.27",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/tsconfig": "^0.1.3",
Expand Down
2 changes: 1 addition & 1 deletion test/webpack-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@cypress-design/css": "^0.2.0",
"@cypress-design/css": "^0.3.0",
"@hot-loader/react-dom": "^17.0.2+4.13.0",
"@types/react": "*",
"@types/react-dom": "*",
Expand Down

1 comment on commit 8cbe467

@vercel
Copy link

@vercel vercel bot commented on 8cbe467 May 18, 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-git-main-cypress-io.vercel.app
cypress-design.vercel.app
cypress-design-cypress-io.vercel.app

Please sign in to comment.