From 555c873aac0383e634d24b2c8bdfc5c0cfa80f97 Mon Sep 17 00:00:00 2001 From: Matheus Afonso Martins Moreira Date: Sun, 10 Sep 2023 10:09:48 -0300 Subject: [PATCH] lexer: bump version to 0.3.0 The lexer has regained mixin support. Static string variables, no Javascript value nonsense. --- package-lock.json | 4 ++-- packages/lexer/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5249bdc..962e8ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3778,11 +3778,11 @@ }, "packages/lexer": { "name": "pugneum-lexer", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "dependencies": { "character-parser": "^4.0.0", - "pugneum-error": "^0.2.0" + "pugneum-error": "^1.0.0" }, "funding": { "url": "https://github.com/sponsors/matheusmoreira" diff --git a/packages/lexer/package.json b/packages/lexer/package.json index 4f1afa2..e5177aa 100644 --- a/packages/lexer/package.json +++ b/packages/lexer/package.json @@ -1,6 +1,6 @@ { "name": "pugneum-lexer", - "version": "0.2.0", + "version": "0.3.0", "description": "Lexes pugneum templates and transforms them into arrays of tokens", "keywords": [ "pugneum",