Skip to content

Commit e32476a

Browse files
chore(release): publish
- release-group: platform 0.16.0 - release-group: stdlib 0.15.0
1 parent ab1e018 commit e32476a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+330
-30
lines changed

packages/platform/api/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.16.0 (2026-01-03)
2+
3+
### 🚀 Features
4+
5+
- add smarter project scaffold + update tools ([ab1e018](https://github.com/highstate-io/highstate/commit/ab1e018))
6+
7+
### ❤️ Thank You
8+
9+
- Fedor Chubukov @Exeteres
10+
111
## 0.15.0 (2026-01-02)
212

313
This was a version bump only for @highstate/api to align it with other projects, there were no code changes.

packages/platform/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@highstate/api",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"type": "module",
55
"files": [
66
"dist",

packages/platform/backend-api/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.16.0 (2026-01-03)
2+
3+
### 🚀 Features
4+
5+
- add smarter project scaffold + update tools ([ab1e018](https://github.com/highstate-io/highstate/commit/ab1e018))
6+
7+
### ❤️ Thank You
8+
9+
- Fedor Chubukov @Exeteres
10+
111
## 0.15.0 (2026-01-02)
212

313
This was a version bump only for @highstate/backend-api to align it with other projects, there were no code changes.

packages/platform/backend-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@highstate/backend-api",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"type": "module",
55
"files": [
66
"dist",

packages/platform/backend/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.16.0 (2026-01-03)
2+
3+
### 🚀 Features
4+
5+
- add smarter project scaffold + update tools ([ab1e018](https://github.com/highstate-io/highstate/commit/ab1e018))
6+
7+
### ❤️ Thank You
8+
9+
- Fedor Chubukov @Exeteres
10+
111
## 0.15.0 (2026-01-02)
212

313
This was a version bump only for @highstate/backend to align it with other projects, there were no code changes.

packages/platform/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@highstate/backend",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"type": "module",
55
"files": [
66
"dist",

packages/platform/cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.16.0 (2026-01-03)
2+
3+
### 🚀 Features
4+
5+
- add smarter project scaffold + update tools ([ab1e018](https://github.com/highstate-io/highstate/commit/ab1e018))
6+
7+
### ❤️ Thank You
8+
9+
- Fedor Chubukov @Exeteres
10+
111
## 0.15.0 (2026-01-02)
212

313
This was a version bump only for @highstate/cli to align it with other projects, there were no code changes.

packages/platform/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@highstate/cli",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "The CLI for the Highstate project.",
55
"type": "module",
66
"files": [

packages/platform/contract/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.16.0 (2026-01-03)
2+
3+
### 🚀 Features
4+
5+
- add smarter project scaffold + update tools ([ab1e018](https://github.com/highstate-io/highstate/commit/ab1e018))
6+
7+
### ❤️ Thank You
8+
9+
- Fedor Chubukov @Exeteres
10+
111
## 0.15.0 (2026-01-02)
212

313
This was a version bump only for @highstate/contract to align it with other projects, there were no code changes.

packages/platform/contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@highstate/contract",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"type": "module",
55
"files": [
66
"dist",

0 commit comments

Comments
 (0)