Skip to content

Commit

Permalink
add changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
dale-french committed Feb 29, 2024
1 parent fe17726 commit 48e3e0d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/gentle-seas-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'opticks': minor
---

Codebase refactor into a monorepo structure to cater for the introduction of an Opticks CLI
5 changes: 5 additions & 0 deletions .changeset/selfish-kiwis-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'opticks-cli': major
---

Initial version 🚀
1 change: 1 addition & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changelog
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opticks-cli",
"version": "1.0.0",
"version": "0.0.1",
"description": "The Opticks Command Line Interface",
"main": "dist/index.mjs",
"bin": "dist/index.mjs",
Expand Down

0 comments on commit 48e3e0d

Please sign in to comment.