Skip to content

Commit

Permalink
RELEASING: Releasing 9 package(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
nailiable committed Nov 6, 2024
1 parent a63cd04 commit 1eeb3df
Show file tree
Hide file tree
Showing 20 changed files with 85 additions and 23 deletions.
9 changes: 0 additions & 9 deletions .changeset/dry-cooks-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-lizards-shake.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nailyjs/backend

## 2.0.2

### Patch Changes

- Updated dependencies [6da9241]
- @nailyjs/ioc@2.0.2

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nailyjs/backend",
"type": "module",
"version": "2.0.1",
"version": "2.0.2",
"description": "Backend module for naily.js",
"author": "Naily Zero <[email protected]> (https://naily.cc)",
"exports": {
Expand Down
10 changes: 10 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @nailyjs/cache

## 2.0.2

### Patch Changes

- 6da9241: feat: add global intelliSense helper interface, update all packages and add cache module
- Updated dependencies [6da9241]
- @nailyjs/config@2.0.2
- @nailyjs/ioc@2.0.2
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nailyjs/cache",
"type": "module",
"version": "2.0.1",
"version": "2.0.2",
"description": "Cache manager package for naily.js",
"author": "Naily Zero <[email protected]> (https://naily.cc)",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nailyjs/cli

## 2.0.2

### Patch Changes

- Updated dependencies [6da9241]
- @nailyjs/config@2.0.2
- @nailyjs/ioc@2.0.2

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nailyjs/cli",
"type": "module",
"version": "2.0.1",
"version": "2.0.2",
"description": "The CLI for Naily.js",
"author": "Naily Zero <[email protected]> (https://naily.cc)",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nailyjs/config

## 2.0.2

### Patch Changes

- 6da9241: feat: add global intelliSense helper interface, update all packages and add cache module
- Updated dependencies [6da9241]
- @nailyjs/ioc@2.0.2

## 2.0.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,7 +1,7 @@
{
"name": "@nailyjs/config",
"type": "module",
"version": "2.0.1",
"version": "2.0.2",
"description": "Config module for naily.js.",
"author": "Naily Zero <[email protected]> (https://naily.cc)",
"exports": {
Expand Down
10 changes: 10 additions & 0 deletions packages/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nailyjs/eslint

## 2.0.3

### Patch Changes

- 6da9241: feat: add global intelliSense helper interface, update all packages and add cache module
- 60ea5b8: feat(eslint): update types
- Updated dependencies [6da9241]
- @nailyjs/config@2.0.2
- @nailyjs/ioc@2.0.2

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nailyjs/eslint",
"type": "module",
"version": "2.0.2",
"version": "2.0.3",
"description": "antfu's style eslint config but with some modifications compatible with naily.js",
"author": "Naily Zero <[email protected]> (https://naily.cc)",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/ioc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nailyjs/ioc

## 2.0.2

### Patch Changes

- 6da9241: feat: add global intelliSense helper interface, update all packages and add cache module

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ioc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nailyjs/ioc",
"type": "module",
"version": "2.0.1",
"version": "2.0.2",
"description": "Core IOC Container for Naily.js",
"author": "Naily Zero <[email protected]> (https://naily.cc)",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions packages/rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nailyjs/rpc

## 2.0.2

### Patch Changes

- Updated dependencies [6da9241]
- @nailyjs/ioc@2.0.2
- @nailyjs/backend@2.0.2

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nailyjs/rpc",
"type": "module",
"version": "2.0.1",
"version": "2.0.2",
"description": "Powerful JSON RPC 2.0 backend for Node.js",
"author": "Naily Zero <[email protected]> (https://naily.cc)",
"exports": {
Expand Down
10 changes: 10 additions & 0 deletions packages/typeorm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nailyjs/typeorm

## 2.0.2

### Patch Changes

- 6da9241: feat: add global intelliSense helper interface, update all packages and add cache module
- Updated dependencies [6da9241]
- @nailyjs/config@2.0.2
- @nailyjs/ioc@2.0.2
- @nailyjs/backend@2.0.2

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nailyjs/typeorm",
"type": "module",
"version": "2.0.1",
"version": "2.0.2",
"description": "TypeORM module for naily.js.",
"author": "Naily Zero <[email protected]> (https://naily.cc)",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/unplugin-rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# unplugin-rpc

## 2.0.2

### Patch Changes

- Updated dependencies [6da9241]
- @nailyjs/ioc@2.0.2
- @nailyjs/backend@2.0.2
- @nailyjs/rpc@2.0.2

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/unplugin-rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-rpc",
"type": "module",
"version": "2.0.1",
"version": "2.0.2",
"description": "Bring naily.js JSON-RPC 2.0 to your vite project and more.",
"author": "Naily Zero <[email protected]> (https://naily.cc)",
"exports": {
Expand Down

0 comments on commit 1eeb3df

Please sign in to comment.