Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
charkour committed May 5, 2021
1 parent 56b1821 commit ad270eb
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.2.0"
"version": "0.2.1"
}
2 changes: 1 addition & 1 deletion packages/harmoniously-react/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/harmoniously-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@harmoniously/react",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"description": "🎶🔥 react bindings for harmoniously",
"keywords": [
Expand Down Expand Up @@ -43,11 +43,11 @@
},
"dependencies": {
"canvas-confetti": "1.4.0",
"harmoniously": "^0.2.0"
"harmoniously": "^0.2.1"
},
"devDependencies": {
"@babel/core": "7.14.0",
"@harmoniously/shared": "^0.2.0",
"@harmoniously/shared": "^0.2.1",
"@size-limit/preset-small-lib": "4.10.2",
"@storybook/addon-essentials": "6.2.9",
"@storybook/addon-info": "5.3.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/harmoniously-shared/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/harmoniously-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@harmoniously/shared",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"description": "🎶🔥 shared files for harmoniously dev testing",
"keywords": [
Expand Down Expand Up @@ -41,7 +41,7 @@
"trailingComma": "es5"
},
"dependencies": {
"@harmoniously/types": "^0.2.0"
"@harmoniously/types": "^0.2.1"
},
"devDependencies": {
"@size-limit/preset-small-lib": "4.10.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/harmoniously-types/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/harmoniously-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@harmoniously/types",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"description": "🎶🔥 shared types for harmoniously",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/harmoniously/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/harmoniously/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "harmoniously",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"description": "🎶🔥 utilities for quickly create faculty schedules without conflict",
"keywords": [
Expand Down Expand Up @@ -36,11 +36,11 @@
"test": "tsdx test"
},
"dependencies": {
"@harmoniously/types": "^0.2.0",
"@harmoniously/types": "^0.2.1",
"csps": "2.0.2"
},
"devDependencies": {
"@harmoniously/shared": "^0.2.0",
"@harmoniously/shared": "^0.2.1",
"@size-limit/preset-small-lib": "4.10.2",
"core-js": "3.11.2",
"husky": "6.0.0",
Expand Down

0 comments on commit ad270eb

Please sign in to comment.