Skip to content

Commit

Permalink
Version Packages (#68)
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 Feb 19, 2022
1 parent 128579e commit 60bead5
Show file tree
Hide file tree
Showing 25 changed files with 101 additions and 28 deletions.
16 changes: 0 additions & 16 deletions .changeset/heavy-rules-grow.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.4.13

### Patch Changes

- 128579ea: fix changesets
- Updated dependencies [128579ea]
- @cutting/hooks@4.30.8
- @cutting/util@4.29.8

## 5.4.12

### Patch 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.4.12",
"version": "5.4.13",
"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.31.8

### Patch Changes

- 128579ea: fix changesets

## 4.31.7

### Patch 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.31.7",
"version": "4.31.8",
"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.28.5

### Patch Changes

- 128579ea: fix changesets

## 4.28.4

### Patch 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.28.4",
"version": "4.28.5",
"description": "Cutting eslint configuration definition",
"main": "index.js",
"license": "MIT",
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.30.8

### Patch Changes

- 128579ea: fix changesets
- Updated dependencies [128579ea]
- @cutting/util@4.29.8

## 4.30.7

### Patch 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.30.7",
"version": "4.30.8",
"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.17.8

### Patch Changes

- 128579ea: fix changesets
- Updated dependencies [128579ea]
- @cutting/util@4.29.8

## 0.17.7

### 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.17.7",
"version": "0.17.8",
"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.31.8

### Patch Changes

- 128579ea: fix changesets
- Updated dependencies [128579ea]
- @cutting/use-get-parent-size@1.6.8
- @cutting/util@4.29.8

## 4.31.7

### 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.31.7",
"version": "4.31.8",
"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.26.4

### Patch Changes

- 128579ea: fix changesets

## 4.26.3

### Patch 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.26.3",
"version": "4.26.4",
"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.6.8

### Patch Changes

- 128579ea: fix changesets
- Updated dependencies [128579ea]
- @cutting/hooks@4.30.8
- @cutting/util@4.29.8

## 1.6.7

### 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.6.7",
"version": "1.6.8",
"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.28.8

### Patch Changes

- 128579ea: fix changesets
- Updated dependencies [128579ea]
- @cutting/util@4.29.8

## 4.28.7

### 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.28.7",
"version": "4.28.8",
"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.28.6

### Patch Changes

- 128579ea: fix changesets
- Updated dependencies [128579ea]
- @cutting/util@4.29.8

## 4.28.5

### 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.28.5",
"version": "4.28.6",
"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.25.9

### Patch Changes

- 128579ea: fix changesets

## 4.25.8

### Patch 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.25.8",
"version": "4.25.9",
"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.29.8

### Patch Changes

- 128579ea: fix changesets

## 4.29.7

### Patch 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.29.7",
"version": "4.29.8",
"sideEffects": false,
"repository": {
"type": "git",
Expand Down

0 comments on commit 60bead5

Please sign in to comment.