Skip to content

Commit

Permalink
RELEASING: Releasing 13 package(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
nailiable committed Nov 9, 2024
1 parent a5a5a5a commit 4bc0420
Show file tree
Hide file tree
Showing 27 changed files with 116 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/ninety-phones-play.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.6

### Patch Changes

- Updated dependencies [a5a5a5a]
- @nailyjs/ioc@2.0.4

## 2.0.5

### 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.5",
"version": "2.0.6",
"description": "Backend module for naily.js",
"author": "Naily Zero <[email protected]> (https://naily.cc)",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nailyjs/cache

## 2.0.5

### Patch Changes

- Updated dependencies [a5a5a5a]
- @nailyjs/ioc@2.0.4
- @nailyjs/config@2.0.5

## 2.0.4

### Patch Changes
Expand Down
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.4",
"version": "2.0.5",
"description": "Cache manager package for naily.js",
"author": "Naily Zero <[email protected]> (https://naily.cc)",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nailyjs/cli

## 2.0.13

### Patch Changes

- Updated dependencies [a5a5a5a]
- @nailyjs/ioc@2.0.4
- @nailyjs/config@2.0.5
- [email protected]

## 2.0.12

### 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.12",
"version": "2.0.13",
"description": "The CLI for Naily.js",
"author": "Naily Zero <[email protected]> (https://naily.cc)",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nailyjs/config

## 2.0.5

### Patch Changes

- Updated dependencies [a5a5a5a]
- @nailyjs/ioc@2.0.4

## 2.0.4

### 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.4",
"version": "2.0.5",
"description": "Config module for naily.js.",
"author": "Naily Zero <[email protected]> (https://naily.cc)",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions packages/elasticsearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nailyjs/elasticsearch

## 2.0.5

### Patch Changes

- Updated dependencies [a5a5a5a]
- @nailyjs/ioc@2.0.4
- @nailyjs/config@2.0.5

## 2.0.4

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

## 2.0.6

### Patch Changes

- Updated dependencies [a5a5a5a]
- @nailyjs/ioc@2.0.4
- @nailyjs/config@2.0.5

## 2.0.5

### 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.5",
"version": "2.0.6",
"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.4

### Patch Changes

- a5a5a5a: feat: add starter service

## 2.0.3

### 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.3",
"version": "2.0.4",
"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/ioredis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nailyjs/ioredis

## 2.0.5

### Patch Changes

- Updated dependencies [a5a5a5a]
- @nailyjs/ioc@2.0.4
- @nailyjs/config@2.0.5

## 2.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ioredis/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nailyjs/ioredis",
"type": "module",
"version": "2.0.4",
"version": "2.0.5",
"description": "ioredis module 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.6

### Patch Changes

- Updated dependencies [a5a5a5a]
- @nailyjs/ioc@2.0.4
- @nailyjs/backend@2.0.6

## 2.0.5

### 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.5",
"version": "2.0.6",
"description": "Powerful JSON RPC 2.0 backend for Node.js",
"author": "Naily Zero <[email protected]> (https://naily.cc)",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions packages/schedule/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nailyjs/schedule

## 2.0.4

### Patch Changes

- Updated dependencies [a5a5a5a]
- @nailyjs/ioc@2.0.4
- @nailyjs/config@2.0.5

## 2.0.3

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

## 2.0.7

### Patch Changes

- Updated dependencies [a5a5a5a]
- @nailyjs/ioc@2.0.4
- @nailyjs/backend@2.0.6
- @nailyjs/config@2.0.5

## 2.0.6

### 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.6",
"version": "2.0.7",
"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.14

### Patch Changes

- Updated dependencies [a5a5a5a]
- @nailyjs/ioc@2.0.4
- @nailyjs/backend@2.0.6
- @nailyjs/rpc@2.0.6

## 2.0.13

### 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.13",
"version": "2.0.14",
"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
8 changes: 8 additions & 0 deletions packages/winston/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nailyjs/winston

## 2.0.4

### Patch Changes

- Updated dependencies [a5a5a5a]
- @nailyjs/ioc@2.0.4
- @nailyjs/config@2.0.5

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/winston/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nailyjs/winston",
"type": "module",
"version": "2.0.3",
"version": "2.0.4",
"description": "winston logger for naily.js",
"author": "Naily Zero <[email protected]> (https://naily.cc)",
"exports": {
Expand Down

0 comments on commit 4bc0420

Please sign in to comment.