Skip to content

Commit

Permalink
v0.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
blackmann committed Jan 18, 2024
1 parent feabd21 commit d5f54fa
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 11 deletions.
4 changes: 4 additions & 0 deletions 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.

## 0.9.14 (2024-01-18)

**Note:** Version bump only for package mangobase-monorepo

## 0.9.13 (2024-01-18)

### Features
Expand Down
4 changes: 4 additions & 0 deletions base/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.

## 0.9.14 (2024-01-18)

**Note:** Version bump only for package mangobase

## 0.9.13 (2024-01-18)

### Features
Expand Down
2 changes: 1 addition & 1 deletion base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mangobase",
"version": "0.9.13",
"version": "0.9.14",
"description": "Low-code backend framework",
"main": "dist/index.js",
"repository": "https://github.com/blackmann/mangobase",
Expand Down
4 changes: 4 additions & 0 deletions bun-server/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.

## 0.9.14 (2024-01-18)

**Note:** Version bump only for package @mangobase/bun

## 0.9.13 (2024-01-18)

### Features
Expand Down
4 changes: 2 additions & 2 deletions bun-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mangobase/bun",
"module": "src/index.ts",
"version": "0.9.13",
"version": "0.9.14",
"repository": "https://github.com/blackmann/mangobase",
"homepage": "https://degreat.co.uk/mangobase",
"type": "module",
Expand All @@ -18,7 +18,7 @@
"devDependencies": {
"bun-types": "latest",
"esbuild": "^0.19.3",
"mangobase": "^0.9.13"
"mangobase": "^0.9.14"
},
"peerDependencies": {
"mangobase": "*",
Expand Down
4 changes: 4 additions & 0 deletions create-mango/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.

## 0.9.14 (2024-01-18)

**Note:** Version bump only for package create-mango

## 0.9.13 (2024-01-18)

### Features
Expand Down
4 changes: 2 additions & 2 deletions create-mango/package-lock.json

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

2 changes: 1 addition & 1 deletion create-mango/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-mango",
"version": "0.9.13",
"version": "0.9.14",
"license": "MIT",
"bin": "dist/cli.js",
"repository": "https://github.com/blackmann/mangobase",
Expand Down
4 changes: 4 additions & 0 deletions express-server/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.

## 0.9.14 (2024-01-18)

**Note:** Version bump only for package @mangobase/express

## 0.9.13 (2024-01-18)

### Features
Expand Down
4 changes: 2 additions & 2 deletions express-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mangobase/express",
"version": "0.9.13",
"version": "0.9.14",
"description": "",
"main": "dist/index.js",
"repository": "https://github.com/blackmann/mangobase",
Expand All @@ -26,7 +26,7 @@
"@types/express": "^4.17.17",
"esbuild": "^0.17.19",
"express": "^4.18.2",
"mangobase": "^0.9.13"
"mangobase": "^0.9.14"
},
"peerDependencies": {
"express": "^4.18.2",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.9.13",
"version": "0.9.14",
"packages": [
"base",
"create-mango",
Expand Down
4 changes: 4 additions & 0 deletions mongo-db/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.

## 0.9.14 (2024-01-18)

**Note:** Version bump only for package @mangobase/mongodb

## 0.9.13 (2024-01-18)

### Features
Expand Down
4 changes: 2 additions & 2 deletions mongo-db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mangobase/mongodb",
"version": "0.9.13",
"version": "0.9.14",
"description": "",
"main": "dist/index.js",
"type": "module",
Expand All @@ -23,7 +23,7 @@
"@vitest/coverage-c8": "^0.31.0",
"@vitest/ui": "^0.31.0",
"eslint-config-base": "*",
"mangobase": "^0.9.13",
"mangobase": "^0.9.14",
"mongodb": "^6.3.0",
"mongodb-memory-server-core": "^8.12.2",
"typescript": "^5.0.4",
Expand Down

0 comments on commit d5f54fa

Please sign in to comment.