Skip to content

Commit

Permalink
Merge branch 'release/[email protected]'
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobuddy committed Jan 6, 2025
2 parents 0e008f7 + 26d52b0 commit 217cc48
Show file tree
Hide file tree
Showing 69 changed files with 2,487 additions and 1,529 deletions.
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": true,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
}
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Then you can play around with your [backend.yml](https://manifest.build/docs/man
- Admin panel `http://localhost:4200`
- API Doc `http://localhost:3000/api`

Don't forget to seed to generate an _admin_ user and dummy data:
Once the app is running, don't forget to seed to generate an _admin_ user and dummy data:

```
npm run seed
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,24 @@

<p align="center">
<a href="https://manifest.build/#gh-light-mode-only">
<img alt="manifest" src="https://manifest.build/assets/images/logo-transparent.svg" height="55px" alt="Manifest logo" title="Manifest - The 1-file Micro-backend" />
<img alt="manifest" src="https://manifest.build/assets/images/logo-transparent.svg" height="55px" alt="Manifest logo" title="Manifest - The 1-file micro-backend" />
</a>
<a href="https://manifest.build/#gh-dark-mode-only">
<img alt="manifest" src="https://manifest.build/assets/images/logo-light.svg" height="55px" alt="Manifest logo" title="Manifest - The 1-file Micro-backend" />
<img alt="manifest" src="https://manifest.build/assets/images/logo-light.svg" height="55px" alt="Manifest logo" title="Manifest - The 1-file micro-backend" />
</a>
</p>

<p align='center'>
<strong>The 1-file Micro-backend</strong>
<strong>The 1-file micro-backend</strong>
<br><br>
<a href="https://www.npmjs.com/package/manifest" target="_blank"><img alt="npm" src="https://img.shields.io/npm/v/manifest"></a>
<a href="https://www.codefactor.io/repository/github/mnfst/manifest" target="_blank"><img alt="CodeFactor Grade" src="https://img.shields.io/codefactor/grade/github/mnfst/manifest"></a>
<a href="https://github.com/mnfst/manifest/blob/master/.github/workflows/ci-cd.yml"><img alt="CI-CD Status badge" src="https://github.com/mnfst/manifest/actions/workflows/ci-cd.yml/badge.svg"></a>
<a href="https://discord.com/invite/FepAked3W7" target="_blank"><img alt="Discord" src="https://img.shields.io/discord/1089907785178812499?label=discord"></a>
<a href="https://opencollective.com/mnfst" target="_blank"><img src="https://img.shields.io/badge/Support%20us-Open%20Collective-41B883.svg" alt="Support us"></a>
<a href="https://codecov.io/gh/mnfst/manifest" >
<img src="https://codecov.io/gh/mnfst/manifest/graph/badge.svg?token=9URG40MEWY"/>
</a>
<a href="https://github.com/mnfst/manifest/blob/develop/LICENSE" target="_blank"><img alt="License MIT" src="https://img.shields.io/badge/licence-MIT-green"></a>
<br>

Expand Down
8 changes: 4 additions & 4 deletions examples/main-demo/package-lock.json

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

3 changes: 2 additions & 1 deletion examples/main-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "manifest-main-demo",
"private": true,
"version": "0.1.0",
"description": "Demo project for Manifest",
"scripts": {
"manifest": "node node_modules/manifest/scripts/watch/watch.js",
"manifest:seed": "node node_modules/manifest/dist/manifest/src/seed/scripts/seed.js"
},
"dependencies": {
"manifest": "^4.1.6"
"manifest": "^4.3.0"
}
}
12 changes: 6 additions & 6 deletions examples/website/auth/package-lock.json

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

5 changes: 3 additions & 2 deletions examples/website/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "my-manifest-project",
"name": "manifest-auth-demo",
"private": true,
"version": "0.1.0",
"description": "A project made with Manifest",
"scripts": {
"manifest": "node node_modules/manifest/scripts/watch/watch.js",
"manifest:seed": "node node_modules/manifest/dist/manifest/src/seed/scripts/seed.js"
},
"dependencies": {
"manifest": "^4.1.6"
"manifest": "^4.3.0"
}
}
12 changes: 6 additions & 6 deletions examples/website/collections/package-lock.json

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

5 changes: 3 additions & 2 deletions examples/website/collections/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "my-manifest-project",
"name": "manifest-collections-demo",
"private": true,
"version": "0.1.0",
"description": "A project made with Manifest",
"scripts": {
"manifest": "node node_modules/manifest/scripts/watch/watch.js",
"manifest:seed": "node node_modules/manifest/dist/manifest/src/seed/scripts/seed.js"
},
"dependencies": {
"manifest": "^4.1.6"
"manifest": "^4.3.0"
}
}
12 changes: 6 additions & 6 deletions examples/website/relations/package-lock.json

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

5 changes: 3 additions & 2 deletions examples/website/relations/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "my-manifest-project",
"name": "manifest-relations-demo",
"private": true,
"version": "0.1.0",
"description": "A project made with Manifest",
"scripts": {
"manifest": "node node_modules/manifest/scripts/watch/watch.js",
"manifest:seed": "node node_modules/manifest/dist/manifest/src/seed/scripts/seed.js"
},
"dependencies": {
"manifest": "^4.1.6"
"manifest": "^4.3.0"
}
}
12 changes: 6 additions & 6 deletions examples/website/singles/package-lock.json

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

5 changes: 3 additions & 2 deletions examples/website/singles/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "my-manifest-project",
"name": "manifest-singles-demo",
"private": true,
"version": "0.1.0",
"description": "A project made with Manifest",
"scripts": {
"manifest": "node node_modules/manifest/scripts/watch/watch.js",
"manifest:seed": "node node_modules/manifest/dist/manifest/src/seed/scripts/seed.js"
},
"dependencies": {
"manifest": "^4.1.6"
"manifest": "^4.3.0"
}
}
12 changes: 6 additions & 6 deletions examples/website/storage/package-lock.json

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

5 changes: 3 additions & 2 deletions examples/website/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "my-manifest-project",
"name": "manifest-storage-demo",
"private": true,
"version": "0.1.0",
"description": "A project made with Manifest",
"scripts": {
"manifest": "node node_modules/manifest/scripts/watch/watch.js",
"manifest:seed": "node node_modules/manifest/dist/manifest/src/seed/scripts/seed.js"
},
"dependencies": {
"manifest": "^4.1.6"
"manifest": "^4.3.0"
}
}
12 changes: 6 additions & 6 deletions examples/website/validation/package-lock.json

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

5 changes: 3 additions & 2 deletions examples/website/validation/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "my-manifest-project",
"name": "manifest-validation-demo",
"private": true,
"version": "0.1.0",
"description": "A project made with Manifest",
"scripts": {
"manifest": "node node_modules/manifest/scripts/watch/watch.js",
"manifest:seed": "node node_modules/manifest/dist/manifest/src/seed/scripts/seed.js"
},
"dependencies": {
"manifest": "^4.1.6"
"manifest": "^4.3.0"
}
}
Loading

0 comments on commit 217cc48

Please sign in to comment.