Skip to content

Commit

Permalink
Merge pull request #30 from getlang-dev/changeset-release/main
Browse files Browse the repository at this point in the history
chore: version packages
  • Loading branch information
mattfysh authored Dec 8, 2024
2 parents aca9d92 + dc5ce2b commit 8c252e3
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 17 deletions.
8 changes: 0 additions & 8 deletions .changeset/honest-carrots-brush.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/get/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @getlang/get

## 0.2.2

### Patch Changes

- [`aca9d92`](https://github.com/getlang-dev/get/commit/aca9d929e4877fc614b66740c9415f5bcd083c24) Thanks [@mattfysh](https://github.com/mattfysh)! - fix publish

- Updated dependencies [[`aca9d92`](https://github.com/getlang-dev/get/commit/aca9d929e4877fc614b66740c9415f5bcd083c24)]:
- @getlang/lib@0.1.4
- @getlang/parser@0.3.2
- @getlang/utils@0.1.5

## 0.2.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/get/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getlang/get",
"version": "0.2.1",
"version": "0.2.2",
"license": "Apache-2.0",
"type": "module",
"exports": {
Expand All @@ -17,9 +17,9 @@
},
"homepage": "https://getlang.dev",
"dependencies": {
"@getlang/lib": "workspace:^0.1.3",
"@getlang/parser": "workspace:^0.3.1",
"@getlang/utils": "workspace:^0.1.4",
"@getlang/lib": "workspace:^0.1.4",
"@getlang/parser": "workspace:^0.3.2",
"@getlang/utils": "workspace:^0.1.5",
"lodash-es": "^4.17.21"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @getlang/lib

## 0.1.4

### Patch Changes

- [`aca9d92`](https://github.com/getlang-dev/get/commit/aca9d929e4877fc614b66740c9415f5bcd083c24) Thanks [@mattfysh](https://github.com/mattfysh)! - fix publish

- Updated dependencies [[`aca9d92`](https://github.com/getlang-dev/get/commit/aca9d929e4877fc614b66740c9415f5bcd083c24)]:
- @getlang/utils@0.1.5

## 0.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getlang/lib",
"version": "0.1.3",
"version": "0.1.4",
"license": "Apache-2.0",
"type": "module",
"exports": {
Expand All @@ -17,7 +17,7 @@
},
"homepage": "https://getlang.dev",
"dependencies": {
"@getlang/utils": "workspace:^0.1.4",
"@getlang/utils": "workspace:^0.1.5",
"@getlang/xpath": "0.0.35-0",
"@types/esquery": "^1.5.4",
"@types/lodash-es": "^4.17.12",
Expand Down
9 changes: 9 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @getlang/parser

## 0.3.2

### Patch Changes

- [`aca9d92`](https://github.com/getlang-dev/get/commit/aca9d929e4877fc614b66740c9415f5bcd083c24) Thanks [@mattfysh](https://github.com/mattfysh)! - fix publish

- Updated dependencies [[`aca9d92`](https://github.com/getlang-dev/get/commit/aca9d929e4877fc614b66740c9415f5bcd083c24)]:
- @getlang/utils@0.1.5

## 0.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getlang/parser",
"version": "0.3.1",
"version": "0.3.2",
"license": "Apache-2.0",
"type": "module",
"exports": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"railroad": "nearley-railroad src/grammar/getlang.ne -o grammar.html && open grammar.html"
},
"dependencies": {
"@getlang/utils": "workspace:^0.1.4",
"@getlang/utils": "workspace:^0.1.5",
"@types/moo": "^0.5.9",
"@types/nearley": "^2.11.5",
"acorn": "^8.14.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @getlang/utils

## 0.1.5

### Patch Changes

- [`aca9d92`](https://github.com/getlang-dev/get/commit/aca9d929e4877fc614b66740c9415f5bcd083c24) Thanks [@mattfysh](https://github.com/mattfysh)! - fix publish

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getlang/utils",
"version": "0.1.4",
"version": "0.1.5",
"license": "Apache-2.0",
"type": "module",
"exports": {
Expand Down

0 comments on commit 8c252e3

Please sign in to comment.