Skip to content

Commit

Permalink
chore: update versions (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 25, 2024
1 parent 0f6945d commit a3dc7e0
Show file tree
Hide file tree
Showing 25 changed files with 106 additions and 27 deletions.
15 changes: 0 additions & 15 deletions .changeset/brown-goats-sleep.md

This file was deleted.

12 changes: 12 additions & 0 deletions apps/frontendsupport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @cutting/frontend-support

## 0.3.6

### Patch Changes

- 0f6945d: upgrade pnpm to 9.4.0
- Updated dependencies [0f6945d]
- @cutting/react-hook-form-components@0.5.33
- @cutting/use-get-parent-size@2.1.16
- @cutting/component-library@5.42.10
- @cutting/hooks@4.57.6
- @cutting/useful-types@4.40.3

## 0.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/frontendsupport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cutting/frontend-support",
"version": "0.3.5",
"version": "0.3.6",
"private": true,
"sideEffects": false,
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions apps/threejs-project/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# threejs-starter-vite

## 1.0.27

### Patch Changes

- Updated dependencies [0f6945d]
- @cutting/component-library@5.42.10

## 1.0.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/threejs-project/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "threejs-starter-vite",
"private": true,
"version": "1.0.26",
"version": "1.0.27",
"type": "module",
"scripts": {
"dev": "vite --host --port 4400 -l info",
Expand Down
13 changes: 13 additions & 0 deletions apps/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @cutting/website

## 4.29.66

### Patch Changes

- 0f6945d: upgrade pnpm to 9.4.0
- Updated dependencies [0f6945d]
- @cutting/react-hook-form-components@0.5.33
- @cutting/use-get-parent-size@2.1.16
- @cutting/component-library@5.42.10
- @cutting/use-mathjax@4.50.17
- @cutting/hooks@4.57.6
- @cutting/svg@4.54.23

## 4.29.65

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/dagda1/cuttingedge.git"
},
"version": "4.29.65",
"version": "4.29.66",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/component-library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cutting/component-library

## 5.42.10

### Patch Changes

- 0f6945d: upgrade pnpm to 9.4.0
- Updated dependencies [0f6945d]
- @cutting/hooks@4.57.6

## 5.42.9

### 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.42.9",
"version": "5.42.10",
"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.63.12

### Patch Changes

- 0f6945d: upgrade pnpm to 9.4.0

## 4.63.11

### 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.63.11",
"version": "4.63.12",
"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.45.10

### Patch Changes

- 0f6945d: upgrade pnpm to 9.4.0

## 4.45.9

### 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.45.9",
"version": "4.45.10",
"description": "Cutting eslint configuration definition",
"main": "index.cjs",
"license": "MIT",
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.57.6

### Patch Changes

- 0f6945d: upgrade pnpm to 9.4.0

## 4.57.5

### 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.57.5",
"version": "4.57.6",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-hook-form-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cutting/react-hook-form-components

## 0.5.33

### Patch Changes

- 0f6945d: upgrade pnpm to 9.4.0
- Updated dependencies [0f6945d]
- @cutting/component-library@5.42.10

## 0.5.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hook-form-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cutting/react-hook-form-components",
"description": "components for react-hook-form.",
"version": "0.5.32",
"version": "0.5.33",
"type": "module",
"module": "dist/esm/src.js",
"types": "dist/esm/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/svg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cutting/svg

## 4.54.23

### Patch Changes

- 0f6945d: upgrade pnpm to 9.4.0
- Updated dependencies [0f6945d]
- @cutting/use-get-parent-size@2.1.16

## 4.54.22

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

## 2.1.16

### Patch Changes

- 0f6945d: upgrade pnpm to 9.4.0

## 2.1.15

### 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": "Get resize events of an observed DOM element's height, width etc. from a resize-observer.",
"version": "2.1.15",
"version": "2.1.16",
"module": "dist/esm/index.js",
"type": "module",
"types": "dist/esm/index.d.ts",
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.50.17

### Patch Changes

- 0f6945d: upgrade pnpm to 9.4.0
- Updated dependencies [0f6945d]
- @cutting/hooks@4.57.6

## 4.50.16

### 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.50.16",
"version": "4.50.17",
"type": "module",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/use-shortcuts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cutting/use-shortcuts

## 4.46.15

### Patch Changes

- 0f6945d: upgrade pnpm to 9.4.0

## 4.46.14

### 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.46.14",
"version": "4.46.15",
"repository": {
"type": "git",
"url": "https://github.com/dagda1/cuttingedge.git"
Expand Down

0 comments on commit a3dc7e0

Please sign in to comment.