Skip to content

Commit

Permalink
Release changes (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 25, 2024
1 parent 490dfd1 commit cc2df3d
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 32 deletions.
7 changes: 0 additions & 7 deletions .chronus/changes/add-indent-2024-8-25-12-46-11.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/add-indent-2024-8-25-12-46-38.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/csharp-spacing-2024-8-24-11-22-26.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/feature-throws-2024-8-25-7-11-10.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog - @alloy-js/core

## 0.3.0

### Features

- [#38](https://github.com/alloy-framework/alloy/pull/38) Add indent prop to source files for setting indent level.




## 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alloy-js/core",
"version": "0.2.0",
"version": "0.3.0",
"description": "",
"main": "./dist/src/index.js",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/csharp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog - @alloy-js/csharp

## 0.3.0

### Features

- [#38](https://github.com/alloy-framework/alloy/pull/38) Indent source files with 4 spaces as Anders intended.




## 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/csharp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alloy-js/csharp",
"version": "0.2.0",
"version": "0.3.0",
"description": "",
"exports": {
".": {
Expand Down
7 changes: 7 additions & 0 deletions packages/java/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog - @alloy-js/java

## 0.3.0

### Features

- [#37](https://github.com/alloy-framework/alloy/pull/37) @alloy-js/java: Allowing specifying `throws` clause to methods




## 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/java/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alloy-js/java",
"version": "0.2.0",
"version": "0.3.0",
"description": "",
"exports": {
".": {
Expand Down
4 changes: 4 additions & 0 deletions packages/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog - @alloy-js/typescript

## 0.3.0

No changes, version bump only.



## 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alloy-js/typescript",
"version": "0.2.0",
"version": "0.3.0",
"description": "",
"exports": {
".": {
Expand Down

0 comments on commit cc2df3d

Please sign in to comment.