Skip to content

Commit

Permalink
chore: version
Browse files Browse the repository at this point in the history
  • Loading branch information
flamrdevs committed Sep 18, 2023
1 parent 4efed0a commit 509a96f
Show file tree
Hide file tree
Showing 10 changed files with 61 additions and 21 deletions.
8 changes: 0 additions & 8 deletions .changeset/stale-parents-search.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @klass/core

## 3.4.5

### Minor Changes

- 4efed0a: New core feature and typing and docs improvements
- fix: compound variants construction
- feat: group utility
- feat: slots utility
- docs: comments

## 3.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klass/core",
"version": "3.3.5",
"version": "3.4.5",
"description": "Class variant utility",
"keywords": [
"class",
Expand Down
13 changes: 13 additions & 0 deletions packages/preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @klass/preact

## 3.4.5

### Minor Changes

- 4efed0a: New core feature and typing and docs improvements
- perf: split props
- docs: comments

### Patch Changes

- Updated dependencies [4efed0a]
- @klass/core@3.4.5

## 3.3.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klass/preact",
"version": "3.3.5",
"version": "3.4.5",
"description": "Class variant utility for Preact",
"keywords": [
"class",
Expand Down Expand Up @@ -52,11 +52,11 @@
},
"homepage": "https://klass.pages.dev",
"devDependencies": {
"@klass/core": "3.3.5",
"@klass/core": "3.4.5",
"preact": "^10.16.0"
},
"peerDependencies": {
"@klass/core": "3.3.5",
"@klass/core": "3.4.5",
"preact": "^10.0.0"
}
}
13 changes: 13 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @klass/react

## 3.4.5

### Minor Changes

- 4efed0a: New core feature and typing and docs improvements
- perf: split props
- docs: comments

### Patch Changes

- Updated dependencies [4efed0a]
- @klass/core@3.4.5

## 3.3.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klass/react",
"version": "3.3.5",
"version": "3.4.5",
"description": "Class variant utility for React",
"keywords": [
"class",
Expand Down Expand Up @@ -52,13 +52,13 @@
},
"homepage": "https://klass.pages.dev",
"devDependencies": {
"@klass/core": "3.3.5",
"@klass/core": "3.4.5",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0"
},
"peerDependencies": {
"@klass/core": "3.3.5",
"@klass/core": "3.4.5",
"react": "^18.0.0"
}
}
12 changes: 12 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @klass/solid

## 3.4.5

### Minor Changes

- 4efed0a: New core feature and typing and docs improvements
- docs: comments

### Patch Changes

- Updated dependencies [4efed0a]
- @klass/core@3.4.5

## 3.3.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klass/solid",
"version": "3.3.5",
"version": "3.4.5",
"description": "Class variant utility for Solid",
"keywords": [
"class",
Expand Down Expand Up @@ -52,11 +52,11 @@
},
"homepage": "https://klass.pages.dev",
"devDependencies": {
"@klass/core": "3.3.5",
"@klass/core": "3.4.5",
"solid-js": "^1.7.8"
},
"peerDependencies": {
"@klass/core": "3.3.5",
"@klass/core": "3.4.5",
"solid-js": "^1.0.0"
}
}
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 509a96f

Please sign in to comment.