Skip to content

Commit

Permalink
RELEASING: Releasing 7 package(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Bot[bot] committed May 23, 2024
1 parent 1093e66 commit 1eab968
Show file tree
Hide file tree
Showing 15 changed files with 72 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"brave-lobsters-wonder",
"bright-bats-refuse",
"bright-toys-retire",
"brown-monkeys-promise",
"brown-papayas-itch",
"brown-readers-kneel",
"chatty-seahorses-share",
Expand Down Expand Up @@ -113,6 +114,8 @@
"selfish-gifts-draw",
"selfish-phones-pull",
"selfish-toys-guess",
"serious-comics-fly",
"seven-carpets-exist",
"sharp-ravens-stare",
"sharp-years-lie",
"shiny-lies-cough",
Expand Down
9 changes: 9 additions & 0 deletions apps/alpha-test-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# alpha-test-app

## 0.1.0-alpha.106

### Patch Changes

- Updated dependencies [1093e66]
- Updated dependencies [99b2089]
- [email protected]
- @sit-onyx/icons@0.1.0-alpha.1

## 0.1.0-alpha.105

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/alpha-test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alpha-test-app",
"private": true,
"version": "0.1.0-alpha.105",
"version": "0.1.0-alpha.106",
"type": "module",
"scripts": {
"start": "pnpm run dev",
Expand Down
9 changes: 9 additions & 0 deletions apps/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# playground

## 0.0.1-alpha.48

### Patch Changes

- Updated dependencies [1093e66]
- Updated dependencies [99b2089]
- [email protected]
- @sit-onyx/icons@0.1.0-alpha.1

## 0.0.1-alpha.47

### 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": "0.0.1-alpha.47",
"version": "0.0.1-alpha.48",
"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-alpha.65

### Patch Changes

- Updated dependencies [1093e66]
- [email protected]

## 1.0.0-alpha.64

### Minor 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-alpha.64",
"version": "1.0.0-alpha.65",
"type": "module",
"author": "Schwarz IT KG",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sit-onyx/icons

## 0.1.0-alpha.1

### Minor Changes

- 99b2089: feat: add `getIconImportName` utility

## 0.1.0-alpha.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sit-onyx/icons",
"description": "SVG icons for the onyx design system",
"version": "0.1.0-alpha.0",
"version": "0.1.0-alpha.1",
"type": "module",
"license": "Apache-2.0",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/sit-onyx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# sit-onyx

## 1.0.0-alpha.109

### Patch Changes

- 1093e66: Implement external link icon for nested nav items
- Updated dependencies [99b2089]
- @sit-onyx/icons@0.1.0-alpha.1

## 1.0.0-alpha.108

### Minor 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-alpha.108",
"version": "1.0.0-alpha.109",
"type": "module",
"author": "Schwarz IT KG",
"license": "Apache-2.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/storybook-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @sit-onyx/storybook-utils

## 1.0.0-alpha.112

### Major Changes

- 99b2089: use experimental source code generator

- port the improved source code generator from [this Storybook PR](https://github.com/storybookjs/storybook/pull/27194).
- globally replace onyx icons with their corresponding imports from `@sit-onyx/icons`

### Patch Changes

- Updated dependencies [1093e66]
- Updated dependencies [99b2089]
- [email protected]
- @sit-onyx/icons@0.1.0-alpha.1

## 1.0.0-alpha.111

### 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-alpha.111",
"version": "1.0.0-alpha.112",
"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-alpha.109

### Patch Changes

- Updated dependencies [1093e66]
- [email protected]

## 1.0.0-alpha.108

### 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-alpha.108",
"version": "1.0.0-alpha.109",
"type": "module",
"author": "Schwarz IT KG",
"license": "Apache-2.0",
Expand Down

0 comments on commit 1eab968

Please sign in to comment.