Skip to content

Commit 2f05b1f

Browse files
chore: version packages
1 parent 32606d8 commit 2f05b1f

File tree

5 files changed

+18
-9
lines changed

5 files changed

+18
-9
lines changed

.changeset/green-wings-help.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/get/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @getlang/get
22

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- [#55](https://github.com/getlang-dev/get/pull/55) [`194676e`](https://github.com/getlang-dev/get/commit/194676e34bd4311af898565e045aa88a4eb5292a) Thanks [@mattfysh](https://github.com/mattfysh)! - fix modifier context (ii)
8+
9+
- Updated dependencies [[`194676e`](https://github.com/getlang-dev/get/commit/194676e34bd4311af898565e045aa88a4eb5292a)]:
10+
- @getlang/parser@0.4.3
11+
312
## 0.3.2
413

514
### Patch Changes

packages/get/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getlang/get",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"license": "Apache-2.0",
55
"type": "module",
66
"exports": {
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@getlang/ast": "workspace:^0.1.0",
2121
"@getlang/lib": "workspace:^0.2.1",
22-
"@getlang/parser": "workspace:^0.4.2",
22+
"@getlang/parser": "workspace:^0.4.3",
2323
"@getlang/walker": "workspace:^0.1.0",
2424
"lodash-es": "^4.17.21"
2525
},

packages/parser/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @getlang/parser
22

3+
## 0.4.3
4+
5+
### Patch Changes
6+
7+
- [#55](https://github.com/getlang-dev/get/pull/55) [`194676e`](https://github.com/getlang-dev/get/commit/194676e34bd4311af898565e045aa88a4eb5292a) Thanks [@mattfysh](https://github.com/mattfysh)! - fix modifier context (ii)
8+
39
## 0.4.2
410

511
### Patch Changes

packages/parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getlang/parser",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"license": "Apache-2.0",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)