Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteuSan committed Mar 25, 2024
1 parent 6c1eab1 commit bdb9ba7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "himig",
"version": "1.3.5",
"version": "1.4.0",
"description": "MatteuSan's personal design system for building user interfaces. ",
"main": "packages/himig/_index.scss",
"files": [
Expand All @@ -21,8 +21,8 @@
"pub:core:major": "cd packages/pintig && npm version major --force && npm publish",
"pub:main:major": "cd packages/himig && npm version major --force && npm publish",
"pub:patch": "npm version patch --force && yarn pub:core:patch && yarn pub:main:patch",
"pub:minor": "npm version patch --force && yarn pub:core:minor && yarn pub:main:minor",
"pub:major": "npm version patch --force && yarn pub:core:major && yarn pub:main:major",
"pub:minor": "npm version minor --force && yarn pub:core:minor && yarn pub:main:minor",
"pub:major": "npm version major --force && yarn pub:core:major && yarn pub:main:major",
"run:docs": "cd documentation && yarn dev",
"test:html": "yarn && gulp --gulpfile=\"gulpfile-test.ts\"",
"test:sass": "yarn && jest --config=\"jest-sass.config.ts\"",
Expand Down
2 changes: 1 addition & 1 deletion packages/himig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matteusan/himig",
"version": "1.3.4",
"version": "1.4.0",
"description": "Matteu's personal design system for building user interfaces.",
"repository": "https://github.com/MatteuSan/himig",
"author": "Matteu <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/pintig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matteusan/pintig",
"version": "1.3.3",
"version": "1.4.0",
"description": "The core library for the Himig Design System. Portable to any design system.",
"main": "_index.scss",
"repository": "https://github.com/MatteuSan/himig",
Expand Down

0 comments on commit bdb9ba7

Please sign in to comment.