Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaquinBCh committed Apr 18, 2023
1 parent 009ad03 commit 30ebf37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.3.1",
"version": "1.0.0",
"useNx": false
}
2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 3 additions & 3 deletions packages/cmcd-validator-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@montevideo-tech/cmcd-validator",
"version": "0.3.1",
"version": "1.0.0",
"description": "This is a library created to validate CMCD",
"private": false,
"publishConfig": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"rollup": "^2.60.2",
"eslint-plugin-jest": "^27.2.1"
"eslint-plugin-jest": "^27.2.1",
"rollup": "^2.60.2"
}
}

0 comments on commit 30ebf37

Please sign in to comment.