Skip to content

Commit

Permalink
Version Packages (#456)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and felixhaeberle committed Apr 4, 2023
1 parent f848a30 commit acfeff3
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 23 deletions.
7 changes: 0 additions & 7 deletions .changeset/brown-rice-draw.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/hungry-carpets-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-mayflies-report.md

This file was deleted.

12 changes: 12 additions & 0 deletions source-code/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @inlang/core

## 0.5.0

### Minor Changes

- a0b85eb: refactor: combined multiple lint query functions in one

https://github.com/inlang/inlang/pull/453

- e9e9ce5: refactor: simplify lint

The linting system was simplified. Mostly by exposing less features. We intend to wait for user feedback on edge cases before we expose features that might not align with user needs but need to be maintained by us. As a side effect, the DX is expected to increase due to simpler docs

## 0.4.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion source-code/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inlang/core",
"type": "module",
"version": "0.4.3",
"version": "0.5.0",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 2 additions & 0 deletions source-code/git-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @inlang/git-sdk

## 0.5.0

## 0.4.3

## 0.4.2
Expand Down
2 changes: 1 addition & 1 deletion source-code/git-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inlang/git-sdk",
"type": "module",
"version": "0.4.3",
"version": "0.5.0",
"private": true,
"exports": {
"./api": {
Expand Down
8 changes: 8 additions & 0 deletions source-code/ide-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inlang/ide-extension

## 0.5.0

### Patch Changes

- Updated dependencies [a0b85eb]
- Updated dependencies [e9e9ce5]
- @inlang/core@0.5.0

## 0.4.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion source-code/ide-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/inlang/inlang.git"
},
"icon": "assets/icon.png",
"version": "0.4.3",
"version": "0.5.0",
"engines": {
"vscode": "^1.75.0"
},
Expand Down
10 changes: 10 additions & 0 deletions source-code/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @inlang/website

## 0.5.0

### Patch Changes

- f87f300: Fixes linting errors
- Updated dependencies [a0b85eb]
- Updated dependencies [e9e9ce5]
- @inlang/core@0.5.0
- @inlang/git-sdk@0.5.0

## 0.4.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion source-code/website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inlang/website",
"type": "module",
"version": "0.4.3",
"version": "0.5.0",
"scripts": {
"dev": "npx tsx ./src/server/main.ts",
"production": "NODE_ENV=production npx tsx ./src/server/main.ts",
Expand Down

0 comments on commit acfeff3

Please sign in to comment.