Skip to content

Commit

Permalink
chore(release): 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Jan 6, 2024
1 parent 029b9b1 commit 078e08f
Show file tree
Hide file tree
Showing 40 changed files with 158 additions and 375 deletions.
6 changes: 0 additions & 6 deletions .changeset/famous-toes-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-bobcats-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-turtles-destroy.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sharp-cobras-hammer.md

This file was deleted.

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

## 1.4.15

### Patch Changes

- Updated dependencies [bbd692d4]
- Updated dependencies [781a1c26]
- @saas-ui/react@2.5.3
- @saas-ui/theme-glass@0.5.2

## 1.4.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/palette/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "palette-docs",
"version": "1.4.14",
"version": "1.4.15",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
9 changes: 9 additions & 0 deletions apps/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# website

## 2.3.13

### Patch Changes

- Updated dependencies [bbd692d4]
- Updated dependencies [781a1c26]
- @saas-ui/react@2.5.3
- @saas-ui/forms@2.3.7

## 2.3.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "2.3.12",
"version": "2.3.13",
"private": true,
"author": "Eelco Wiersma <[email protected]>",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export default function Search() {

Use the `then` keyword to create a sequence of keys.

Press `A` then `S` to trigger the action.
Press `A` then `B` to trigger the action.

```jsx center=true inline=true
import { Box, Tooltip, Button } from '@chakra-ui/react'
Expand All @@ -172,7 +172,7 @@ import { useHotkeys } from '@saas-ui/react'
export default function Dialog() {
const [isLoading, setLoading] = React.useState()

const key = useHotkeys('A then S', () => {
const key = useHotkeys('A then B', () => {
setLoading(true)
setTimeout(() => setLoading(false), 2000)
})
Expand Down
9 changes: 9 additions & 0 deletions packages/saas-ui-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @saas-ui/auth

## 2.4.3

### Patch Changes

- Updated dependencies [bbd692d4]
- Updated dependencies [781a1c26]
- @saas-ui/core@2.3.2
- @saas-ui/forms@2.3.7

## 2.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/auth",
"version": "2.4.2",
"version": "2.4.3",
"description": "Authentication provider and components for Chakra UI",
"source": "src/index.ts",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/saas-ui-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @saas-ui/clerk

## 3.0.24

### Patch Changes

- @saas-ui/auth@2.4.3

## 3.0.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-clerk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/clerk",
"version": "3.0.23",
"version": "3.0.24",
"description": "Clerk Authentication Service for Saas UI",
"source": "src/index.ts",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/saas-ui-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @saas-ui/react

## 2.3.2

### Patch Changes

- bbd692d4: Improved StructuredList with keyboard navigation support
- 781a1c26: Added long press support to ContextMenu

## 2.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/core",
"version": "2.3.1",
"version": "2.3.2",
"description": "Saas UI - The React component library for startups.",
"source": "src/index.ts",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/saas-ui-data-table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @saas-ui/data-table

## 7.0.3

### Patch Changes

- Updated dependencies [bbd692d4]
- Updated dependencies [781a1c26]
- @saas-ui/core@2.3.2
- @saas-ui/react@2.5.3

## 7.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-data-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/data-table",
"version": "7.0.2",
"version": "7.0.3",
"description": "Data-table Component",
"source": "src/index.ts",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/saas-ui-date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @saas-ui/date-picker

## 0.12.16

### Patch Changes

- Updated dependencies [bbd692d4]
- Updated dependencies [781a1c26]
- @saas-ui/core@2.3.2
- @saas-ui/modals@2.1.15

## 0.12.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/date-picker",
"version": "0.12.15",
"version": "0.12.16",
"description": "Chakra UI - Date Picker Component",
"source": "src/index.ts",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions packages/saas-ui-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @saas-ui/forms

## 2.3.7

### Patch Changes

- Updated dependencies [bbd692d4]
- Updated dependencies [781a1c26]
- @saas-ui/core@2.3.2

## 2.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/forms",
"version": "2.3.6",
"version": "2.3.7",
"description": "Fully functional forms for Chakra UI.",
"source": "src/index.ts",
"exports": {
Expand Down
10 changes: 10 additions & 0 deletions packages/saas-ui-hotkeys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @saas-ui/hotkeys

## 2.1.13

### Patch Changes

- 029b9b1c: Fixed issue where custom target element would always be null
- 029b9b1c: Fixed issue where holding keys would not trigger hotkey handlers
- Updated dependencies [bbd692d4]
- Updated dependencies [781a1c26]
- @saas-ui/core@2.3.2

## 2.1.12

### Patch Changes
Expand Down
5 changes: 3 additions & 2 deletions packages/saas-ui-hotkeys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/hotkeys",
"version": "2.1.12",
"version": "2.1.13",
"description": "Easy manageable keyboard shortcuts for Chakra UI",
"source": "src/index.ts",
"exports": {
Expand Down Expand Up @@ -60,7 +60,8 @@
"dependencies": {
"@chakra-ui/react-utils": "^2.0.12",
"@chakra-ui/utils": "^2.0.15",
"@saas-ui/core": "workspace:*"
"@saas-ui/core": "workspace:*",
"@saas-ui/use-hotkeys": "workspace:*"
},
"peerDependencies": {
"@chakra-ui/react": ">=2.4.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-hotkeys/src/hotkeys.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function escapeRegExp(value: string) {
return value.replace(regExpSyntaxCharacter, '\\$&')
}

import { splitKeys } from './use-hotkeys'
import { splitKeys } from '@saas-ui/use-hotkeys'

export interface HotkeysItemOptions {
/**
Expand Down
9 changes: 6 additions & 3 deletions packages/saas-ui-hotkeys/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ export {
HotkeysProvider,
type HotkeysProviderProps,
useHotkeysContext,
} from './provider'
type UseHotkeysOptions,
splitKeys,
useHotkeys,
useHotkeysShortcut,
} from '@saas-ui/use-hotkeys'

export {
HotkeysCommand,
HotkeysGroup,
Expand All @@ -21,5 +26,3 @@ export {
type UseHotkeysListReturn,
useHotkeysSearch,
} from './hotkeys'
export { type UseHotkeysOptions, splitKeys, useHotkeys } from './use-hotkeys'
export { useHotkeysShortcut } from './use-hotkeys-shortcut'
30 changes: 0 additions & 30 deletions packages/saas-ui-hotkeys/src/provider.tsx

This file was deleted.

46 changes: 0 additions & 46 deletions packages/saas-ui-hotkeys/src/use-hotkeys-shortcut.ts

This file was deleted.

Loading

1 comment on commit 078e08f

@vercel
Copy link

@vercel vercel bot commented on 078e08f Jan 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.