Skip to content

Commit

Permalink
chore: release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed May 13, 2024
1 parent 5240de7 commit 46df016
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@celeris/admin",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"packageManager": "[email protected]",
"description": "Celeris Web",
"author": "Kirk Lin (https://github.com/kirklin)",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "celeris-web-monorepo",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"packageManager": "[email protected]",
"author": "Kirk Lin (https://github.com/kirklin)",
Expand Down
2 changes: 1 addition & 1 deletion packages/ai/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@celeris/ai-core",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"description": "ai core for Celeris",
"author": "Kirk Lin (https://github.com/kirklin)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/ai/services/openai/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@celeris/ai-services-openai",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"scripts": {
"dev": "cross-env PORT=9000 nitro dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@celeris/tsconfig",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"description": "tsconfig for Celeris",
"author": "Kirk Lin (https://github.com/kirklin)",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@celeris/vite",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"description": "vite for Celeris",
"author": "Kirk Lin (https://github.com/kirklin)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/CAComponents/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@celeris/ca-components",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"description": "components for Celeris",
"author": "Kirk Lin (https://github.com/kirklin)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@celeris/assets",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"description": "assets for Celeris",
"author": "Kirk Lin (https://github.com/kirklin)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@celeris/components",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"description": "components for Celeris",
"author": "Kirk Lin (https://github.com/kirklin)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@celeris/constants",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"description": "constants for Celeris",
"author": "Kirk Lin (https://github.com/kirklin)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/directives/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@celeris/directives",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"description": "directives for Celeris",
"author": "Kirk Lin (https://github.com/kirklin)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@celeris/hooks",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"description": "hooks for Celeris",
"author": "Kirk Lin (https://github.com/kirklin)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/locale/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@celeris/locale",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"description": "locale for Celeris",
"author": "Kirk Lin (https://github.com/kirklin)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/request/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@celeris/request",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"description": "request for Celeris",
"author": "Kirk Lin (https://github.com/kirklin)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@celeris/styles",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"description": "styles for Celeris",
"author": "Kirk Lin (https://github.com/kirklin)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@celeris/types",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"description": "types for Celeris",
"author": "Kirk Lin (https://github.com/kirklin)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@celeris/utils",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"description": "utils for Celeris",
"author": "Kirk Lin (https://github.com/kirklin)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scripts",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"author": "Kirk Lin (https://github.com/kirklin)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion services/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@celeris/admin-api",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"scripts": {
"dev": "cross-env PORT=8899 nitro dev",
Expand Down

0 comments on commit 46df016

Please sign in to comment.