Skip to content

Commit

Permalink
fix: update all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
albertolerda committed Oct 12, 2023
1 parent 15a0609 commit af4c38f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "1.2.1",
"version": "1.2.2",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
2 changes: 1 addition & 1 deletion pkg/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slangroom/core",
"version": "1.2.0",
"version": "1.2.2",
"dependencies": {
"@slangroom/deps": "workspace:*",
"@slangroom/ignored": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion pkg/deps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slangroom/deps",
"version": "1.2.0",
"version": "1.2.2",
"dependencies": {
"chevrotain": "^10.5.0",
"zenroom": "^3.10.0"
Expand Down
2 changes: 1 addition & 1 deletion pkg/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slangroom/http",
"version": "1.2.1",
"version": "1.2.2",
"dependencies": {
"@slangroom/core": "workspace:*",
"@slangroom/deps": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion pkg/ignored/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slangroom/ignored",
"version": "1.2.0",
"version": "1.2.2",
"dependencies": {
"@slangroom/deps": "workspace:*",
"@slangroom/shared": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion pkg/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slangroom/shared",
"version": "1.2.0",
"version": "1.2.2",
"dependencies": {
"@slangroom/deps": "workspace:*"
},
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af4c38f

Please sign in to comment.