Skip to content

Commit

Permalink
chore(release): publish 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rustygreen committed Oct 17, 2024
1 parent 47467c3 commit df993cd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 0.1.0 (2024-10-17)

### 🚀 Features

- **angular:** adds initial directives/services ([433e644](https://github.com/green-systems-llc/open-monorepo/commit/433e644))
- **core:** adds the InMemoryRepository class ([efc7cef](https://github.com/green-systems-llc/open-monorepo/commit/efc7cef))

### ❤️ Thank You

- Rusty Green @rustygreen
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@green-systems/source",
"version": "0.0.0",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"nx": "nx",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@green-systems/angular",
"version": "0.0.1",
"version": "0.1.0",
"peerDependencies": {
"@angular/core": "^18.0.0",
"@angular/router": "^18.0.0",
Expand Down

0 comments on commit df993cd

Please sign in to comment.