Skip to content

Commit

Permalink
chore(deploy): Release (#145)
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 Apr 14, 2022
1 parent 22996a3 commit 44cb825
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/rare-news-check.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/component-library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cutting/component-library

## 5.13.1

### Patch Changes

- Updated dependencies [22996a38]
- @cutting/hooks@4.38.1

## 5.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/component-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cutting/component-library",
"version": "5.13.0",
"version": "5.13.1",
"repository": {
"type": "git",
"url": "https://github.com/dagda1/cuttingedge.git"
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cutting/graphql-explorer

## 4.32.1

### Patch Changes

- @cutting/component-library@5.13.1
- @cutting/svg@4.40.1

## 4.32.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cutting/graphql-explorer",
"private": true,
"description": "Swagger for graphql.....init",
"version": "4.32.0",
"version": "4.32.1",
"repository": {
"type": "git",
"url": "https://github.com/dagda1/cuttingedge.git"
Expand Down
6 changes: 6 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cutting/hooks

## 4.38.1

### Patch Changes

- 22996a38: remove react-use and move useIsomorphicLayoutEffect into hooks

## 4.38.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cutting/hooks",
"description": "Cutting reusable hooks.",
"version": "4.38.0",
"version": "4.38.1",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"browser": "dist/umd/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/svg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cutting/svg

## 4.40.1

### Patch Changes

- Updated dependencies [22996a38]
- @cutting/use-get-parent-size@1.14.1

## 4.40.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cutting/svg",
"version": "4.40.0",
"version": "4.40.1",
"repository": {
"type": "git",
"url": "https://github.com/dagda1/cuttingedge.git"
Expand Down
8 changes: 8 additions & 0 deletions packages/use-get-parent-size/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cutting/hooks

## 1.14.1

### Patch Changes

- 22996a38: remove react-use and move useIsomorphicLayoutEffect into hooks
- Updated dependencies [22996a38]
- @cutting/hooks@4.38.1

## 1.14.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/use-get-parent-size/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cutting/use-get-parent-size",
"description": "Sizes an SVG document to the containing parent using the resize-observer.",
"version": "1.14.0",
"version": "1.14.1",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"browser": "dist/umd/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/use-mathjax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cutting/use-mathjax

## 4.34.1

### Patch Changes

- 22996a38: remove react-use and move useIsomorphicLayoutEffect into hooks
- Updated dependencies [22996a38]
- @cutting/hooks@4.38.1

## 4.34.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/use-mathjax/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cutting/use-mathjax",
"description": "easy mathjax in react.",
"version": "4.34.0",
"version": "4.34.1",
"types": "dist/esm/index.d.ts",
"sideEffects": false,
"repository": {
Expand Down

0 comments on commit 44cb825

Please sign in to comment.