Skip to content

Commit

Permalink
RELEASING: Releasing 8 package(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Bot[bot] committed Aug 1, 2024
1 parent 349f412 commit b9f4dfb
Show file tree
Hide file tree
Showing 17 changed files with 75 additions and 8 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"good-icons-press",
"gorgeous-ants-mate",
"great-badgers-arrive",
"great-bears-sin",
"great-months-serve",
"grumpy-cows-sleep",
"grumpy-donkeys-run",
Expand Down
7 changes: 7 additions & 0 deletions apps/demo-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# demo-app

## 1.0.0-beta.22

### Patch Changes

- Updated dependencies [349f412]
- [email protected]

## 1.0.0-beta.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/demo-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "demo-app",
"private": true,
"version": "1.0.0-beta.21",
"version": "1.0.0-beta.22",
"type": "module",
"scripts": {
"dev": "turbo run vite --filter demo-app",
Expand Down
7 changes: 7 additions & 0 deletions apps/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# playground

## 1.0.0-beta.22

### Patch Changes

- Updated dependencies [349f412]
- [email protected]

## 1.0.0-beta.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "1.0.0-beta.21",
"version": "1.0.0-beta.22",
"description": "Playground for the onyx Vue components",
"type": "module",
"author": "Schwarz IT KG",
Expand Down
7 changes: 7 additions & 0 deletions packages/chartjs-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sit-onyx/chartjs-plugin

## 1.0.0-beta.22

### Patch Changes

- Updated dependencies [349f412]
- [email protected]

## 1.0.0-beta.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chartjs-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sit-onyx/chartjs-plugin",
"description": "A Chart.js plugin for the onyx design system created by Schwarz IT",
"version": "1.0.0-beta.21",
"version": "1.0.0-beta.22",
"type": "module",
"author": "Schwarz IT KG",
"license": "Apache-2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/headless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sit-onyx/headless

## 1.0.0-beta.5

### Major Changes

- 349f412: - breaking change: `useOutsideClick` - renamed `element` to `inside`: Can now accept multiple element refs
- split `createTooltip` into `createTooltip` and `createToggletip` headless functions, as these implement different accessibility concepts: See https://inclusive-components.design/tooltips-toggletips/
- Therefore, the `OnyxTooltip` had to be reworked:
- on hover, the tooltip pattern is used
- on click the toggletip pattern is used
- the default slot now provides a `trigger` property, which needs to be bound by the user
- Also, the `OnyxInfoTooltip` component has been updated to be accessible.

## 1.0.0-beta.4

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/headless/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sit-onyx/headless",
"description": "Headless composables for Vue",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"type": "module",
"author": "Schwarz IT KG",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sit-onyx/nuxt

## 1.0.0-beta.23

### Patch Changes

- Updated dependencies [349f412]
- [email protected]

## 1.0.0-beta.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sit-onyx/nuxt",
"version": "1.0.0-beta.22",
"version": "1.0.0-beta.23",
"description": "A Nuxt module to easily integrate onyx into Nuxt projects",
"author": "Schwarz IT KG",
"license": "Apache-2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/sit-onyx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# sit-onyx

## 1.0.0-beta.22

### Major Changes

- 349f412: - breaking change: `useOutsideClick` - renamed `element` to `inside`: Can now accept multiple element refs
- split `createTooltip` into `createTooltip` and `createToggletip` headless functions, as these implement different accessibility concepts: See https://inclusive-components.design/tooltips-toggletips/
- Therefore, the `OnyxTooltip` had to be reworked:
- on hover, the tooltip pattern is used
- on click the toggletip pattern is used
- the default slot now provides a `trigger` property, which needs to be bound by the user
- Also, the `OnyxInfoTooltip` component has been updated to be accessible.

## 1.0.0-beta.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sit-onyx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sit-onyx",
"description": "A design system and Vue.js component library created by Schwarz IT",
"version": "1.0.0-beta.21",
"version": "1.0.0-beta.22",
"type": "module",
"author": "Schwarz IT KG",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/storybook-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sit-onyx/storybook-utils

## 1.0.0-beta.23

### Patch Changes

- Updated dependencies [349f412]
- [email protected]

## 1.0.0-beta.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sit-onyx/storybook-utils",
"description": "Storybook utilities for Vue",
"version": "1.0.0-beta.22",
"version": "1.0.0-beta.23",
"type": "module",
"author": "Schwarz IT KG",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/vitepress-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sit-onyx/vitepress-theme

## 1.0.0-beta.22

### Patch Changes

- Updated dependencies [349f412]
- [email protected]

## 1.0.0-beta.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vitepress-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sit-onyx/vitepress-theme",
"description": "VitePress theme that uses the onyx design system",
"version": "1.0.0-beta.21",
"version": "1.0.0-beta.22",
"type": "module",
"author": "Schwarz IT KG",
"license": "Apache-2.0",
Expand Down

0 comments on commit b9f4dfb

Please sign in to comment.