Skip to content

Commit

Permalink
ci(changesets): version packages (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: paalamugan <[email protected]>
  • Loading branch information
github-actions[bot] and paalamugan authored Oct 13, 2024
1 parent b27c890 commit f767419
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/strange-adults-dream.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @paalan/react-config

## 1.4.2

### Patch Changes

- [`cba4f15`](https://github.com/paalamugan/paalan-react-shadcn-ui/commit/cba4f15543e87c0c96d25b3a943ee0f2eb4e12ef) Thanks [@paalamugan](https://github.com/paalamugan)! - minor update

## 1.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paalan/react-config",
"version": "1.4.1",
"version": "1.4.2",
"description": "React UI config for Paalan UI",
"type": "module",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/providers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @paalan/react-providers

## 1.4.1

### Patch Changes

- [`cba4f15`](https://github.com/paalamugan/paalan-react-shadcn-ui/commit/cba4f15543e87c0c96d25b3a943ee0f2eb4e12ef) Thanks [@paalamugan](https://github.com/paalamugan)! - minor update

## 1.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paalan/react-providers",
"version": "1.4.0",
"version": "1.4.1",
"description": "React UI providers for Paalan UI",
"type": "module",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @paalan/react-shared

## 1.4.6

### Patch Changes

- [`cba4f15`](https://github.com/paalamugan/paalan-react-shadcn-ui/commit/cba4f15543e87c0c96d25b3a943ee0f2eb4e12ef) Thanks [@paalamugan](https://github.com/paalamugan)! - minor update

## 1.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paalan/react-shared",
"version": "1.4.5",
"version": "1.4.6",
"description": "React UI Shared for Paalan UI",
"type": "module",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @paalan/react-ui

## 1.4.13

### Patch Changes

- [`cba4f15`](https://github.com/paalamugan/paalan-react-shadcn-ui/commit/cba4f15543e87c0c96d25b3a943ee0f2eb4e12ef) Thanks [@paalamugan](https://github.com/paalamugan)! - minor update

## 1.4.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paalan/react-ui",
"version": "1.4.12",
"version": "1.4.13",
"description": "React UI components for Paalan UI",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit f767419

Please sign in to comment.