Skip to content

Commit

Permalink
Merge pull request #23 from xyhomi3/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
lucien-loua authored Sep 16, 2024
2 parents 9fd0991 + c160e83 commit f70b32b
Show file tree
Hide file tree
Showing 9 changed files with 69 additions and 21 deletions.
17 changes: 0 additions & 17 deletions .changeset/old-cars-listen.md

This file was deleted.

20 changes: 20 additions & 0 deletions apps/site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @omi3/site

## 0.0.10

### Patch Changes

- d7d5c61: Enhance project structure and functionality:

- Integrate next-intl for internationalization
- Simplify theme toggler logic and styling
- Implement default locale redirection
- Update Next.js, Playwright, and Tailwind configurations
- Enhance UI components and global styles
- Add utility files and update exports
- Implement locale-specific routes
- Remove obsolete e2e tests and add new ones

- Updated dependencies [d7d5c61]
- @omi3/utils@0.0.6
- @omi3/ui@0.0.6
- @omi3/audio@0.0.5

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/site/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@omi3/site",
"description": "Main website",
"version": "0.0.9",
"version": "0.0.10",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
15 changes: 15 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @omi3/ui

## 0.0.6

### Patch Changes

- d7d5c61: Enhance project structure and functionality:

- Integrate next-intl for internationalization
- Simplify theme toggler logic and styling
- Implement default locale redirection
- Update Next.js, Playwright, and Tailwind configurations
- Enhance UI components and global styles
- Add utility files and update exports
- Implement locale-specific routes
- Remove obsolete e2e tests and add new ones

## 0.0.5

### 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,7 +1,7 @@
{
"name": "@omi3/ui",
"description": "Omi3 UI components",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",
"private": true,
"author": {
Expand Down
15 changes: 15 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @omi3/utils

## 0.0.6

### Patch Changes

- d7d5c61: Enhance project structure and functionality:

- Integrate next-intl for internationalization
- Simplify theme toggler logic and styling
- Implement default locale redirection
- Update Next.js, Playwright, and Tailwind configurations
- Enhance UI components and global styles
- Add utility files and update exports
- Implement locale-specific routes
- Remove obsolete e2e tests and add new ones

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@omi3/utils",
"description": "Reusable constants and utility functions",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",
"scripts": {
"dev": "tsup --watch",
Expand Down
15 changes: 15 additions & 0 deletions tools/tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @omi3/tailwind

## 0.0.3

### Patch Changes

- d7d5c61: Enhance project structure and functionality:

- Integrate next-intl for internationalization
- Simplify theme toggler logic and styling
- Implement default locale redirection
- Update Next.js, Playwright, and Tailwind configurations
- Enhance UI components and global styles
- Add utility files and update exports
- Implement locale-specific routes
- Remove obsolete e2e tests and add new ones

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@omi3/tailwind",
"description": "Tailwind Config",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit f70b32b

Please sign in to comment.