Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Chronus Bot committed Nov 15, 2024
1 parent 63fbc9c commit e8510b1
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 18 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: 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.4.0

### Features

- [80f1ba8](https://github.com/alloy-framework/alloy/commit/80f1ba88470960ce57487b644ae3c3f37f9c4690) Add indent prop to source files for setting indent level.


## 0.3.0

### Features
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.3.0",
"version": "0.4.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.4.0

### Features

- [80f1ba8](https://github.com/alloy-framework/alloy/commit/80f1ba88470960ce57487b644ae3c3f37f9c4690) Indent source files with 4 spaces as Anders intended.


## 0.3.0

### Features
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.3.0",
"version": "0.4.0",
"description": "",
"exports": {
".": {
Expand Down
4 changes: 4 additions & 0 deletions packages/java/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog - @alloy-js/java

## 0.4.0

No changes, version bump only.

## 0.3.0

### Features
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.3.0",
"version": "0.4.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.4.0

No changes, version bump only.

## 0.3.0

No changes, version bump only.
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.3.0",
"version": "0.4.0",
"description": "",
"exports": {
".": {
Expand Down

0 comments on commit e8510b1

Please sign in to comment.