Skip to content

Commit

Permalink
Merge pull request #279 from telekom/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
Makisuo committed Jul 11, 2024
2 parents fd061f2 + 6781cfc commit 2d486fb
Show file tree
Hide file tree
Showing 13 changed files with 63 additions and 19 deletions.
10 changes: 0 additions & 10 deletions .changeset/quiet-bobcats-attend.md

This file was deleted.

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

## 2.1.3

### Patch Changes

- 5edc863: Cleanup dep tree
- Updated dependencies [5edc863]
- @pixelshades/toast@0.0.2
- @pixelshades/ui@0.5.10
- @pixelshades/utils@0.1.3

## 2.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auto-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixelshades/auto-form",
"version": "2.1.2",
"version": "2.1.3",
"private": false,
"type": "module",
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @pixelshades/cn

## 0.1.3

### Patch Changes

- 5edc863: Cleanup dep tree
2 changes: 1 addition & 1 deletion packages/cn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixelshades/cn",
"version": "0.1.2",
"version": "0.1.3",
"private": false,
"type": "module",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pixelshades/styles

## 0.4.13

### Patch Changes

- 5edc863: Cleanup dep tree

## 0.4.12

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixelshades/styles",
"version": "0.4.12",
"version": "0.4.13",
"private": false,
"type": "module",
"publishConfig": {
Expand Down Expand Up @@ -28,7 +28,9 @@
"tailwindcss": "3.4.4",
"typescript": "^5.5.3"
},
"files": ["dist"],
"files": [
"dist"
],
"exports": {
"./utils": {
"import": {
Expand Down
6 changes: 6 additions & 0 deletions packages/toast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pixelshades/toast

## 0.0.2

### Patch Changes

- 5edc863: Cleanup dep tree

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/toast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixelshades/toast",
"version": "0.0.1",
"version": "0.0.2",
"private": false,
"type": "module",
"publishConfig": {
Expand Down
10 changes: 10 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @pixelshades/ui

## 0.5.10

### Patch Changes

- 5edc863: Cleanup dep tree
- Updated dependencies [5edc863]
- @pixelshades/cn@0.1.3
- @pixelshades/styles@0.4.13
- @pixelshades/utils@0.1.3

## 0.5.9

### Patch Changes
Expand Down
7 changes: 5 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixelshades/ui",
"version": "0.5.9",
"version": "0.5.10",
"private": false,
"type": "module",
"publishConfig": {
Expand Down Expand Up @@ -47,7 +47,10 @@
"tailwindcss": "3.4.4",
"typescript": "^5.5.3"
},
"files": ["dist", "src/index.css"],
"files": [
"dist",
"src/index.css"
],
"exports": {
"./tailwind": {
"import": {
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pixelshades/utils

## 0.1.3

### Patch Changes

- 5edc863: Cleanup dep tree
- Updated dependencies [5edc863]
- @pixelshades/cn@0.1.3

## 0.1.2

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixelshades/utils",
"version": "0.1.2",
"version": "0.1.3",
"private": false,
"type": "module",
"publishConfig": {
Expand Down Expand Up @@ -29,7 +29,9 @@
"tailwind-variants": "0.2.1",
"typescript": "^5.5.3"
},
"files": ["dist"],
"files": [
"dist"
],
"exports": {
"./jsx": {
"import": {
Expand Down

0 comments on commit 2d486fb

Please sign in to comment.