Skip to content

Commit

Permalink
Release changes (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 23, 2024
1 parent 68153e4 commit b60b9b9
Show file tree
Hide file tree
Showing 12 changed files with 56 additions and 24 deletions.
7 changes: 0 additions & 7 deletions .chronus/changes/fix-import-scope-2024-8-23-14-56-56.md

This file was deleted.

12 changes: 0 additions & 12 deletions .chronus/changes/fix-licenses-2024-8-20-17-55-34.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/babel-preset-alloy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog - @alloy-js/babel-preset



## 0.1.1

### Bug Fixes

- [#31](https://github.com/alloy-framework/alloy/pull/31) Update license to MIT

2 changes: 1 addition & 1 deletion packages/babel-preset-alloy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alloy-js/babel-preset",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog - @alloy-js/core



## 0.2.0

### Bug Fixes

- [#31](https://github.com/alloy-framework/alloy/pull/31) Update license to MIT

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.1.0",
"version": "0.2.0",
"description": "",
"main": "./dist/src/index.js",
"exports": {
Expand Down
10 changes: 10 additions & 0 deletions packages/csharp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog - @alloy-js/csharp



## 0.2.0

### Bug Fixes

- [#31](https://github.com/alloy-framework/alloy/pull/31) Update license to MIT

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



## 0.2.0

### Bug Fixes

- [#31](https://github.com/alloy-framework/alloy/pull/31) Update license to MIT

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.1.0",
"version": "0.2.0",
"description": "",
"exports": {
".": {
Expand Down
11 changes: 11 additions & 0 deletions packages/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog - @alloy-js/typescript



## 0.2.0

### Bug Fixes

- [#34](https://github.com/alloy-framework/alloy/pull/34) Fix scope for local import symbols.
- [#31](https://github.com/alloy-framework/alloy/pull/31) Update license to MIT

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.1.0",
"version": "0.2.0",
"description": "",
"exports": {
".": {
Expand Down

0 comments on commit b60b9b9

Please sign in to comment.