Skip to content

Commit

Permalink
v1.0.0-beta.90
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Feb 9, 2025
1 parent 40bd388 commit 334f610
Show file tree
Hide file tree
Showing 33 changed files with 167 additions and 99 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.90](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.89...v1.0.0-beta.90) (2025-02-09)

### Bug Fixes

- don't turn new entities to references in json ([40bd388](https://github.com/sciactive/nymphjs/commit/40bd388279c80c7094a9150058031122142e30c4))

# [1.0.0-beta.89](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.88...v1.0.0-beta.89) (2025-02-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "1.0.0-beta.89",
"version": "1.0.0-beta.90",
"command": {
"version": {
"allowBranch": ["master"],
Expand Down
98 changes: 49 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/client-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.90](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.89...v1.0.0-beta.90) (2025-02-09)

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

# [1.0.0-beta.89](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.88...v1.0.0-beta.89) (2025-02-09)

**Note:** Version bump only for package @nymphjs/client-node
Expand Down
2 changes: 1 addition & 1 deletion packages/client-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nymphjs/client-node",
"version": "1.0.0-beta.89",
"version": "1.0.0-beta.90",
"description": "Nymph.js - Node Client",
"type": "module",
"main": "dist/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.90](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.89...v1.0.0-beta.90) (2025-02-09)

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

# [1.0.0-beta.89](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.88...v1.0.0-beta.89) (2025-02-09)

**Note:** Version bump only for package @nymphjs/client
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nymphjs/client",
"version": "1.0.0-beta.89",
"version": "1.0.0-beta.90",
"description": "Nymph.js - Client",
"type": "module",
"main": "dist/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/driver-mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.90](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.89...v1.0.0-beta.90) (2025-02-09)

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

# [1.0.0-beta.89](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.88...v1.0.0-beta.89) (2025-02-09)

**Note:** Version bump only for package @nymphjs/driver-mysql
Expand Down
6 changes: 3 additions & 3 deletions packages/driver-mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nymphjs/driver-mysql",
"version": "1.0.0-beta.89",
"version": "1.0.0-beta.90",
"description": "Nymph.js - MySQL DB Driver",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@nymphjs/guid": "^1.0.0-beta.89",
"@nymphjs/nymph": "^1.0.0-beta.89",
"@nymphjs/guid": "^1.0.0-beta.90",
"@nymphjs/nymph": "^1.0.0-beta.90",
"mysql2": "^3.11.5",
"sqlstring": "^2.3.3"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/driver-postgresql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.90](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.89...v1.0.0-beta.90) (2025-02-09)

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

# [1.0.0-beta.89](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.88...v1.0.0-beta.89) (2025-02-09)

**Note:** Version bump only for package @nymphjs/driver-postgresql
Expand Down
6 changes: 3 additions & 3 deletions packages/driver-postgresql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nymphjs/driver-postgresql",
"version": "1.0.0-beta.89",
"version": "1.0.0-beta.90",
"description": "Nymph.js - PostgreSQL DB Driver",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@nymphjs/guid": "^1.0.0-beta.89",
"@nymphjs/nymph": "^1.0.0-beta.89",
"@nymphjs/guid": "^1.0.0-beta.90",
"@nymphjs/nymph": "^1.0.0-beta.90",
"pg": "^8.13.1",
"pg-cursor": "^2.12.1",
"pg-format": "^1.0.4"
Expand Down
4 changes: 4 additions & 0 deletions packages/driver-sqlite3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.90](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.89...v1.0.0-beta.90) (2025-02-09)

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

# [1.0.0-beta.89](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.88...v1.0.0-beta.89) (2025-02-09)

**Note:** Version bump only for package @nymphjs/driver-sqlite3
Expand Down
Loading

0 comments on commit 334f610

Please sign in to comment.