Skip to content

Commit

Permalink
chore: update versions (#159)
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 15, 2022
1 parent 7a63f9c commit 11127cb
Show file tree
Hide file tree
Showing 27 changed files with 114 additions and 30 deletions.
17 changes: 0 additions & 17 deletions .changeset/eighty-pumas-report.md

This file was deleted.

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

## 5.22.1

### Patch Changes

- 7a63f9c1: AAA
- Updated dependencies [7a63f9c1]
- @cutting/hooks@4.47.1
- @cutting/util@4.48.1

## 5.22.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.22.0",
"version": "5.22.1",
"repository": {
"type": "git",
"url": "https://github.com/dagda1/cuttingedge.git"
Expand Down
6 changes: 6 additions & 0 deletions packages/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cutting/devtools

## 4.50.1

### Patch Changes

- 7a63f9c1: AAA

## 4.50.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cutting/devtools",
"version": "4.50.0",
"version": "4.50.1",
"repository": {
"type": "git",
"url": "https://github.com/dagda1/cuttingedge.git"
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cutting/eslint-config

## 4.38.1

### Patch Changes

- 7a63f9c1: AAA

## 4.38.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cutting/eslint-config",
"version": "4.38.0",
"version": "4.38.1",
"description": "Cutting eslint configuration definition",
"main": "index.js",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/graphql-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @cutting/graphql-explorer

## 4.35.3

### Patch Changes

- 7a63f9c1: AAA
- Updated dependencies [7a63f9c1]
- @cutting/component-library@5.22.1
- @cutting/react-abortable-fetch@0.26.3
- @cutting/svg@4.43.3
- @cutting/util@4.48.1

## 4.35.2

### Patch 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.35.2",
"version": "4.35.3",
"repository": {
"type": "git",
"url": "https://github.com/dagda1/cuttingedge.git"
Expand Down
8 changes: 8 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cutting/hooks

## 4.47.1

### Patch Changes

- 7a63f9c1: AAA
- Updated dependencies [7a63f9c1]
- @cutting/util@4.48.1

## 4.47.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.47.0",
"version": "4.47.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/react-abortable-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cutting/react-abortable-fetch

## 0.26.3

### Patch Changes

- 7a63f9c1: AAA
- Updated dependencies [7a63f9c1]
- @cutting/util@4.48.1

## 0.26.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-abortable-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cutting/react-abortable-fetch",
"description": "A simpler use-fetch or use-query or whatever.",
"version": "0.26.2",
"version": "0.26.3",
"repository": {
"type": "git",
"url": "https://github.com/dagda1/cuttingedge/tree/main/packages/react-abortable-fetch"
Expand Down
9 changes: 9 additions & 0 deletions packages/svg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cutting/svg

## 4.43.3

### Patch Changes

- 7a63f9c1: AAA
- Updated dependencies [7a63f9c1]
- @cutting/use-get-parent-size@1.17.3
- @cutting/util@4.48.1

## 4.43.2

### Patch 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.43.2",
"version": "4.43.3",
"repository": {
"type": "git",
"url": "https://github.com/dagda1/cuttingedge.git"
Expand Down
6 changes: 6 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cutting/tsconfig

## 4.35.1

### Patch Changes

- 7a63f9c1: AAA

## 4.35.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cutting/tsconfig",
"version": "4.35.0",
"version": "4.35.1",
"description": "Cutting Typescript Config",
"author": "Paul Cowan <[email protected]>",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/use-get-parent-size/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cutting/hooks

## 1.17.3

### Patch Changes

- 7a63f9c1: AAA
- Updated dependencies [7a63f9c1]
- @cutting/hooks@4.47.1
- @cutting/util@4.48.1

## 1.17.2

### Patch 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.17.2",
"version": "1.17.3",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"browser": "dist/umd/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/use-mathjax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cutting/use-mathjax

## 4.37.3

### Patch Changes

- 7a63f9c1: AAA
- Updated dependencies [7a63f9c1]
- @cutting/hooks@4.47.1
- @cutting/util@4.48.1

## 4.37.2

### Patch 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.37.2",
"version": "4.37.3",
"types": "dist/esm/index.d.ts",
"sideEffects": false,
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/use-shortcuts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cutting/use-shortcuts

## 4.37.3

### Patch Changes

- 7a63f9c1: AAA
- Updated dependencies [7a63f9c1]
- @cutting/util@4.48.1

## 4.37.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/use-shortcuts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cutting/use-shortcuts",
"description": "Effortlessly create keyboard shortcuts with this react hook.",
"version": "4.37.2",
"version": "4.37.3",
"repository": {
"type": "git",
"url": "https://github.com/dagda1/cuttingedge.git"
Expand Down
6 changes: 6 additions & 0 deletions packages/useful-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cutting/useful-types

## 4.34.1

### Patch Changes

- 7a63f9c1: AAA

## 4.34.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/useful-types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cutting/useful-types",
"description": "Some useful types.",
"version": "4.34.0",
"version": "4.34.1",
"repository": {
"type": "git",
"url": "https://github.com/dagda1/cuttingedge.git"
Expand Down
6 changes: 6 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cutting/util

## 4.48.1

### Patch Changes

- 7a63f9c1: AAA

## 4.48.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cutting/util",
"version": "4.48.0",
"version": "4.48.1",
"sideEffects": false,
"repository": {
"type": "git",
Expand Down

0 comments on commit 11127cb

Please sign in to comment.