Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobuddy committed Dec 9, 2024
1 parent 3341fb3 commit bdcc2e5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ When contributing, please follow this branch naming convention:

This rule applies to all repositories.

### Tags

Each merge on the `master` branch that updates a **package** should be tagged by the name of the package, "@" and the version number. Ex: `[email protected]`

### Getting started

From the root of the repository, run:
Expand Down
2 changes: 1 addition & 1 deletion packages/add-manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "add-manifest",
"version": "1.0.7",
"version": "1.0.8",
"author": "Manifest",
"description": "Add Manifest backend",
"homepage": "https://manifest.build",
Expand Down
2 changes: 1 addition & 1 deletion packages/add-manifest/src/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class MyCommand extends Command {
updatePackageJsonFile({
fileContent: packageJson,
newPackages: {
manifest: '^4.1.4'
manifest: '^4.1.5'
},
newScripts: {
manifest: 'node node_modules/manifest/scripts/watch/watch.js',
Expand Down
2 changes: 1 addition & 1 deletion packages/core/manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "manifest",
"version": "4.1.4",
"version": "4.1.5",
"description": "A complete backend that fits into 1 YAML file",
"author": "Manifest",
"license": "MIT",
Expand Down

0 comments on commit bdcc2e5

Please sign in to comment.