Skip to content

Commit

Permalink
packages: bump patch versions
Browse files Browse the repository at this point in the history
Update all the packages so I can push new versions
and try to unpublish the packages that have been renamed.
  • Loading branch information
matheusmoreira committed Sep 1, 2023
1 parent 5a43c3d commit ed1ab21
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/error/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pugneum-error",
"version": "0.1.0",
"version": "0.1.1",
"description": "Standard error objects for pugneum",
"keywords": [
"pugneum",
Expand Down
2 changes: 1 addition & 1 deletion packages/filter/highlight.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pugneum-filter-highlight.js",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pugneum highlight.js filter",
"keywords": [
"pugneum",
Expand Down
2 changes: 1 addition & 1 deletion packages/filterer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pugneum-filterer",
"version": "0.1.1",
"version": "0.1.2",
"description": "Applies filters to pugneum templates",
"keywords": [
"pugneum",
Expand Down
2 changes: 1 addition & 1 deletion packages/lexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pugneum-lexer",
"version": "0.1.0",
"version": "0.1.1",
"description": "Lexes pugneum templates and transforms them into arrays of tokens",
"keywords": [
"pugneum",
Expand Down
2 changes: 1 addition & 1 deletion packages/linker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pugneum-linker",
"version": "0.1.1",
"version": "0.1.2",
"description": "Link together multiple pugneum abstract syntax trees",
"keywords": [
"pugneum",
Expand Down
2 changes: 1 addition & 1 deletion packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pugneum-loader",
"version": "0.1.0",
"version": "0.1.1",
"description": "Loads the dependencies of pugneum templates",
"keywords": [
"pugneum",
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pugneum-parser",
"version": "0.1.0",
"version": "0.1.1",
"description": "Parses an array of pugneum tokens into an abstract syntax tree",
"keywords": [
"pugneum",
Expand Down
2 changes: 1 addition & 1 deletion packages/pugneum/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pugneum",
"description": "Clean template language for writing HTML",
"version": "0.1.1",
"version": "0.1.2",
"keywords": [
"pugneum",
"html",
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pugneum-renderer",
"version": "0.1.0",
"version": "0.1.1",
"description": "Renders pugneum abstract syntax trees into HTML",
"keywords": [
"pugneum",
Expand Down
2 changes: 1 addition & 1 deletion packages/walker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pugneum-walker",
"version": "0.1.0",
"version": "0.1.1",
"description": "Walk and transform a pugneum abstract syntax tree",
"keywords": [
"pugneum",
Expand Down

0 comments on commit ed1ab21

Please sign in to comment.