Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ When you have changes to an existing package that you want to publish, follow th

1. Authenticate with GitHub Packages by following the instructions in the [Authenticating with GitHub Packages](authenticating.md) documentation.

2. Update the version number in the `package.json` file, following the [Semantic Versioning standard](https://semver.org/). Remember to run `pnpm install` to get the lock file updated as well!
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pnpm lockfile doesn't care about our package number bumps, apparently. Nothing happened! Removing so it's not confusing in the future.

2. Update the version number in the `package.json` file, following the [Semantic Versioning standard](https://semver.org/).

3. Get that version number update onto the `main` branch and make sure everything is ship-shape for publishing.

Expand Down
2 changes: 1 addition & 1 deletion packages/dzi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alleninstitute/vis-dzi",
"version": "0.0.6",
"version": "0.0.7",
"contributors": [
{
"name": "Lane Sawyer",
Expand Down
2 changes: 1 addition & 1 deletion packages/geometry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alleninstitute/vis-geometry",
"version": "0.0.2",
"version": "0.0.3",
"contributors": [
{
"name": "Lane Sawyer",
Expand Down
2 changes: 1 addition & 1 deletion packages/omezarr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alleninstitute/vis-omezarr",
"version": "0.0.3",
"version": "0.0.4",
"contributors": [
{
"name": "Lane Sawyer",
Expand Down
2 changes: 1 addition & 1 deletion packages/scatterbrain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alleninstitute/vis-scatterbrain",
"version": "0.0.7",
"version": "0.0.8",
"contributors": [
{
"name": "Lane Sawyer",
Expand Down