Skip to content

Commit

Permalink
fix: upgrade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Feb 14, 2024
1 parent 6d8cc03 commit 09c2247
Show file tree
Hide file tree
Showing 25 changed files with 344 additions and 10 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ignorePatterns:
- .eslintrc.cjs
- rollup.config.mjs
- tailwind.config.mjs
- webpack.config.js

overrides:
- files: ['*.test.ts', '*.test.tsx']
Expand Down
8 changes: 8 additions & 0 deletions apps/cli/.changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
11 changes: 11 additions & 0 deletions apps/cli/.changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
18 changes: 18 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @ts-c-compiler/cli

## 1.6.0

### Minor Changes

- Fix changesets

## 1.5.0

### Minor Changes

- Improve C support

## 1.4.0

### Minor Changes

- Improve C support

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-c-compiler/cli",
"version": "1.3.0",
"version": "1.6.0",
"private": false,
"license": "MIT",
"scripts": {
Expand Down
19 changes: 19 additions & 0 deletions apps/site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# @ts-c-compiler/site

## 1.6.0

### Minor Changes

- Fix changesets

## 1.5.0

### Minor Changes

- Improve C support

## 1.4.0

### Minor Changes

- Improve C support
2 changes: 1 addition & 1 deletion apps/site/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ts-c-compiler/site",
"type": "module",
"version": "1.3.0",
"version": "1.6.0",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions apps/x86-16-vm/.changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
11 changes: 11 additions & 0 deletions apps/x86-16-vm/.changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
18 changes: 18 additions & 0 deletions apps/x86-16-vm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @ts-c-compiler/x86-16-vm

## 1.6.0

### Minor Changes

- Fix changesets

## 1.5.0

### Minor Changes

- Improve C support

## 1.4.0

### Minor Changes

- Improve C support

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/x86-16-vm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-c-compiler/x86-16-vm",
"version": "1.3.0",
"version": "1.6.0",
"private": false,
"license": "MIT",
"scripts": {
Expand Down
18 changes: 18 additions & 0 deletions packages/compiler-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @ts-c-compiler/core

## 1.6.0

### Minor Changes

- Fix changesets

## 1.5.0

### Minor Changes

- Improve C support

## 1.4.0

### Minor Changes

- Improve C support

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-c-compiler/core",
"version": "1.3.0",
"version": "1.6.0",
"type": "module",
"private": true,
"license": "MIT",
Expand Down
36 changes: 36 additions & 0 deletions packages/compiler-grammar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# @ts-c-compiler/grammar

## 1.6.0

### Minor Changes

- Fix changesets

### Patch Changes

- Updated dependencies
- @ts-c-compiler/lexer@1.6.0
- @ts-c-compiler/core@1.6.0

## 1.5.0

### Minor Changes

- Improve C support

### Patch Changes

- Updated dependencies
- @ts-c-compiler/lexer@1.5.0
- @ts-c-compiler/core@1.5.0

## 1.4.0

### Minor Changes

- Improve C support

### Patch Changes

- Updated dependencies
- @ts-c-compiler/core@1.4.0
- @ts-c-compiler/lexer@1.4.0

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler-grammar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-c-compiler/grammar",
"version": "1.3.0",
"version": "1.6.0",
"type": "module",
"private": true,
"license": "MIT",
Expand Down
33 changes: 33 additions & 0 deletions packages/compiler-lexer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# @ts-c-compiler/lexer

## 1.6.0

### Minor Changes

- Fix changesets

### Patch Changes

- Updated dependencies
- @ts-c-compiler/core@1.6.0

## 1.5.0

### Minor Changes

- Improve C support

### Patch Changes

- Updated dependencies
- @ts-c-compiler/core@1.5.0

## 1.4.0

### Minor Changes

- Improve C support

### Patch Changes

- Updated dependencies
- @ts-c-compiler/core@1.4.0

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler-lexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-c-compiler/lexer",
"version": "1.3.0",
"version": "1.6.0",
"type": "module",
"private": true,
"license": "MIT",
Expand Down
42 changes: 42 additions & 0 deletions packages/compiler-pico-c/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# @ts-c-compiler/compiler

## 1.6.0

### Minor Changes

- Fix changesets

### Patch Changes

- Updated dependencies
- @ts-c-compiler/lexer@1.6.0
- @ts-c-compiler/core@1.6.0
- @ts-c-compiler/x86-assembler@1.6.0
- @ts-c-compiler/rpn@1.6.0

## 1.5.0

### Minor Changes

- Improve C support

### Patch Changes

- Updated dependencies
- @ts-c-compiler/lexer@1.5.0
- @ts-c-compiler/core@1.5.0
- @ts-c-compiler/x86-assembler@1.5.0
- @ts-c-compiler/rpn@1.5.0

## 1.4.0

### Minor Changes

- Improve C support

### Patch Changes

- Updated dependencies
- @ts-c-compiler/core@1.4.0
- @ts-c-compiler/lexer@1.4.0
- @ts-c-compiler/rpn@1.4.0
- @ts-c-compiler/x86-assembler@1.4.0

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler-pico-c/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-c-compiler/compiler",
"version": "1.3.0",
"version": "1.6.0",
"type": "module",
"private": false,
"license": "MIT",
Expand Down
36 changes: 36 additions & 0 deletions packages/compiler-rpn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# @ts-c-compiler/rpn

## 1.6.0

### Minor Changes

- Fix changesets

### Patch Changes

- Updated dependencies
- @ts-c-compiler/lexer@1.6.0
- @ts-c-compiler/core@1.6.0

## 1.5.0

### Minor Changes

- Improve C support

### Patch Changes

- Updated dependencies
- @ts-c-compiler/lexer@1.5.0
- @ts-c-compiler/core@1.5.0

## 1.4.0

### Minor Changes

- Improve C support

### Patch Changes

- Updated dependencies
- @ts-c-compiler/core@1.4.0
- @ts-c-compiler/lexer@1.4.0

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler-rpn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-c-compiler/rpn",
"version": "1.3.0",
"version": "1.6.0",
"type": "module",
"private": true,
"license": "MIT",
Expand Down
Loading

0 comments on commit 09c2247

Please sign in to comment.