Skip to content

Commit

Permalink
Release v0.0.2
Browse files Browse the repository at this point in the history
- this is a pre-release
  • Loading branch information
irahopkinson committed Feb 27, 2023
1 parent 5a32cf4 commit df0dda9
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 0.0.2 (2023.2.28)

## What's Changed

### Other Changes

- Update release instructions by @irahopkinson in https://github.com/paranext/paranext-core/pull/20
- Added websocket communication between main and renderer, improved build process and dev experience by @tjcouch-sil in https://github.com/paranext/paranext-core/pull/24
- Add Code Spell Checker by @irahopkinson in https://github.com/paranext/paranext-core/pull/33
- Create C# client for handling requests for existing Paratext data. by @FoolRunning in https://github.com/paranext/paranext-core/pull/28
- Run the dotnet Data Provider from electron by @irahopkinson in https://github.com/paranext/paranext-core/pull/36

## New Contributors

- @FoolRunning made their first contribution in https://github.com/paranext/paranext-core/pull/28

**Full Changelog**: https://github.com/paranext/paranext-core/compare/v0.0.1...v0.0.2

# 0.0.1 (2023.2.4)

## What's Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ npm run package
## Publishing

1. Create a branch of the form `release/*`, e.g. `release/v1.2.3`, or `release/v1.2.3-rc1`.
2. Update the _version_ in your project's `package.json` file (e.g. _1.2.3_).
3. Run `npm i` to update `package-lock.json`.
2. Update the _version_ in your project's `release/app/package.json` file (e.g. _1.2.3_).
3. Run `npm i` in that folder to update it's `package-lock.json`.
4. Create a new draft [GitHub **Release**](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository), ensure the following are included:
- a _Tag version_, e.g. `v1.2.3`, choose _Create new tag on publish_.
- set the **Target** to the release branch.
Expand Down
4 changes: 2 additions & 2 deletions release/app/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 release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Paranext",
"version": "0.0.1",
"version": "0.0.2",
"description": "Extensible Bible translation software",
"license": "MIT",
"author": {
Expand Down

0 comments on commit df0dda9

Please sign in to comment.