Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 685cfbb

Browse files
committed
v1.0.0-beta.80
1 parent 33a72e6 commit 685cfbb

File tree

33 files changed

+179
-109
lines changed

33 files changed

+179
-109
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.80](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.79...v1.0.0-beta.80) (2024-09-28)
7+
8+
### Bug Fixes
9+
10+
- more mysql json queries ([33a72e6](https://github.com/sciactive/nymphjs/commit/33a72e679c02a4f49a6fa232305c4228841754d3))
11+
612
# [1.0.0-beta.79](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.78...v1.0.0-beta.79) (2024-09-28)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "1.0.0-beta.79",
3+
"version": "1.0.0-beta.80",
44
"command": {
55
"version": {
66
"allowBranch": ["master"],

package-lock.json

Lines changed: 54 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/client-node/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.80](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.79...v1.0.0-beta.80) (2024-09-28)
7+
8+
**Note:** Version bump only for package @nymphjs/client-node
9+
610
# [1.0.0-beta.79](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.78...v1.0.0-beta.79) (2024-09-28)
711

812
**Note:** Version bump only for package @nymphjs/client-node

packages/client-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nymphjs/client-node",
3-
"version": "1.0.0-beta.79",
3+
"version": "1.0.0-beta.80",
44
"description": "Nymph.js - Node Client",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -30,7 +30,7 @@
3030
},
3131
"license": "Apache-2.0",
3232
"dependencies": {
33-
"@nymphjs/client": "^1.0.0-beta.79",
33+
"@nymphjs/client": "^1.0.0-beta.80",
3434
"node-fetch": "^2.7.0",
3535
"websocket": "^1.0.34"
3636
},

packages/client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.80](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.79...v1.0.0-beta.80) (2024-09-28)
7+
8+
**Note:** Version bump only for package @nymphjs/client
9+
610
# [1.0.0-beta.79](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.78...v1.0.0-beta.79) (2024-09-28)
711

812
**Note:** Version bump only for package @nymphjs/client

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nymphjs/client",
3-
"version": "1.0.0-beta.79",
3+
"version": "1.0.0-beta.80",
44
"description": "Nymph.js - Client",
55
"browser": "dist/index.js",
66
"main": "lib/index.js",

packages/driver-mysql/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.80](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.79...v1.0.0-beta.80) (2024-09-28)
7+
8+
### Bug Fixes
9+
10+
- more mysql json queries ([33a72e6](https://github.com/sciactive/nymphjs/commit/33a72e679c02a4f49a6fa232305c4228841754d3))
11+
612
# [1.0.0-beta.79](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.78...v1.0.0-beta.79) (2024-09-28)
713

814
### Bug Fixes

packages/driver-mysql/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nymphjs/driver-mysql",
3-
"version": "1.0.0-beta.79",
3+
"version": "1.0.0-beta.80",
44
"description": "Nymph.js - MySQL DB Driver",
55
"type": "commonjs",
66
"main": "dist/index.js",
@@ -33,8 +33,8 @@
3333
},
3434
"license": "Apache-2.0",
3535
"dependencies": {
36-
"@nymphjs/guid": "^1.0.0-beta.79",
37-
"@nymphjs/nymph": "^1.0.0-beta.79",
36+
"@nymphjs/guid": "^1.0.0-beta.80",
37+
"@nymphjs/nymph": "^1.0.0-beta.80",
3838
"mysql2": "^3.9.2",
3939
"sqlstring": "^2.3.3"
4040
},

packages/driver-postgresql/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.80](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.79...v1.0.0-beta.80) (2024-09-28)
7+
8+
**Note:** Version bump only for package @nymphjs/driver-postgresql
9+
610
# [1.0.0-beta.79](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.78...v1.0.0-beta.79) (2024-09-28)
711

812
**Note:** Version bump only for package @nymphjs/driver-postgresql

0 commit comments

Comments
 (0)