Skip to content

Commit

Permalink
v0.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
blackmann committed Jan 4, 2024
1 parent dfc137d commit 1fb332d
Show file tree
Hide file tree
Showing 13 changed files with 47 additions and 11 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.

## 0.9.12 (2024-01-04)

### Features

- populate id arrays ([#46](https://github.com/blackmann/mangobase/issues/46)) ([dfc137d](https://github.com/blackmann/mangobase/commit/dfc137ddbcf1ace4679a017180fa057b46eb8ccd))

## 0.9.11 (2024-01-01)

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

## 0.9.12 (2024-01-04)

### Features

- populate id arrays ([#46](https://github.com/blackmann/mangobase/issues/46)) ([dfc137d](https://github.com/blackmann/mangobase/commit/dfc137ddbcf1ace4679a017180fa057b46eb8ccd))

## 0.9.11 (2024-01-01)

### Bug Fixes
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.11",
"version": "0.9.12",
"description": "Low-code backend framework",
"main": "dist/index.js",
"repository": "https://github.com/blackmann/mangobase",
Expand Down
6 changes: 6 additions & 0 deletions bun-server/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.

## 0.9.12 (2024-01-04)

### Features

- populate id arrays ([#46](https://github.com/blackmann/mangobase/issues/46)) ([dfc137d](https://github.com/blackmann/mangobase/commit/dfc137ddbcf1ace4679a017180fa057b46eb8ccd))

## 0.9.11 (2024-01-01)

### Bug Fixes
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.11",
"version": "0.9.12",
"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.11"
"mangobase": "^0.9.12"
},
"peerDependencies": {
"mangobase": "*",
Expand Down
6 changes: 6 additions & 0 deletions create-mango/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.

## 0.9.12 (2024-01-04)

### Features

- populate id arrays ([#46](https://github.com/blackmann/mangobase/issues/46)) ([dfc137d](https://github.com/blackmann/mangobase/commit/dfc137ddbcf1ace4679a017180fa057b46eb8ccd))

## 0.9.11 (2024-01-01)

### Bug Fixes
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.11",
"version": "0.9.12",
"license": "MIT",
"bin": "dist/cli.js",
"repository": "https://github.com/blackmann/mangobase",
Expand Down
6 changes: 6 additions & 0 deletions express-server/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.

## 0.9.12 (2024-01-04)

### Features

- populate id arrays ([#46](https://github.com/blackmann/mangobase/issues/46)) ([dfc137d](https://github.com/blackmann/mangobase/commit/dfc137ddbcf1ace4679a017180fa057b46eb8ccd))

## 0.9.11 (2024-01-01)

### Bug Fixes
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.11",
"version": "0.9.12",
"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.11"
"mangobase": "^0.9.12"
},
"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.11",
"version": "0.9.12",
"packages": [
"base",
"create-mango",
Expand Down
6 changes: 6 additions & 0 deletions mongo-db/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.

## 0.9.12 (2024-01-04)

### Features

- populate id arrays ([#46](https://github.com/blackmann/mangobase/issues/46)) ([dfc137d](https://github.com/blackmann/mangobase/commit/dfc137ddbcf1ace4679a017180fa057b46eb8ccd))

## 0.9.11 (2024-01-01)

### Bug Fixes
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.11",
"version": "0.9.12",
"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.11",
"mangobase": "^0.9.12",
"mongodb": "^6.3.0",
"mongodb-memory-server-core": "^8.12.2",
"typescript": "^5.0.4",
Expand Down

0 comments on commit 1fb332d

Please sign in to comment.