-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff6bfa7
commit 8f45694
Showing
12 changed files
with
92 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
To do consistent releases, we use the following steps: | ||
|
||
1. Create a new issue and branch. | ||
1. Update the version number for the mono repo in the `package.json` file. | ||
1. Update the version number for all packages in the packages directory. | ||
1. Execute command `npm run changelog` to generate a changelog. | ||
1. Commit and push the changes. | ||
1. Execute command `npx lerna publish --no-git-tag-version --no-private` to publish the packages. | ||
1. Commit and push the changes. | ||
1. Create pull request. | ||
1. Merge the pull request. | ||
1. Create a new tag with the version number. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@jitar/caching", | ||
"version": "0.7.2", | ||
"version": "0.7.4", | ||
"description": "JavaScript caching library for the Jitar runtime.", | ||
"author": "Masking Technology <[email protected]> (https://jitar.dev)", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "create-jitar", | ||
"version": "0.7.1", | ||
"version": "0.7.4", | ||
"type": "module", | ||
"license": "MIT", | ||
"author": "Masking Technology <[email protected]> (https://jitar.dev)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "jitar", | ||
"version": "0.7.3", | ||
"version": "0.7.4", | ||
"description": "Distributed runtime for JavaScript and TypeScript to chop monolithic applications into micros.", | ||
"author": "Masking Technology <[email protected]> (https://jitar.dev)", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@jitar/plugin-vite", | ||
"version": "0.7.1", | ||
"version": "0.7.4", | ||
"description": "Vite plugin for Jitar.", | ||
"author": "Masking Technology <[email protected]> (https://jitar.dev)", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@jitar/runtime", | ||
"version": "0.7.2", | ||
"version": "0.7.4", | ||
"description": "JavaScript runtime library for the Jitar runtime.", | ||
"author": "Masking Technology <[email protected]> (https://jitar.dev)", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@jitar/serialization", | ||
"version": "0.7.1", | ||
"version": "0.7.4", | ||
"description": "JavaScript serialization library for the Jitar runtime.", | ||
"author": "Masking Technology <[email protected]> (https://jitar.dev)", | ||
"license": "MIT", | ||
|
Oops, something went wrong.