Skip to content

Commit

Permalink
chore: bump versions after release
Browse files Browse the repository at this point in the history
  • Loading branch information
vanya2h committed Aug 18, 2023
1 parent c482543 commit 634a87f
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 29 deletions.
11 changes: 8 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.14.2",
"version": "0.15.0-alpha.0",
"command": {
"publish": {
"allowBranch": ["master", "0.15.x"],
"allowBranch": [
"master",
"0.15.x"
],
"registry": "https://registry.npmjs.org/",
"message": "chore: bump versions after release",
"yes": true
Expand Down
4 changes: 2 additions & 2 deletions packages/atom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rixio/atom",
"version": "0.14.0",
"version": "0.15.0-alpha.0",
"keywords": [
"frp",
"lens",
Expand All @@ -26,7 +26,7 @@
"verify": "tsc --noEmit"
},
"dependencies": {
"@rixio/lens": "^0.14.0"
"@rixio/lens": "^0.15.0-alpha.0"
},
"peerDependencies": {
"rxjs": ">= 6.0.0 < 7.0.0-0"
Expand Down
8 changes: 4 additions & 4 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rixio/cache",
"version": "0.14.2",
"version": "0.15.0-alpha.0",
"keywords": [
"cache",
"frp",
Expand All @@ -27,9 +27,9 @@
"verify": "tsc --noEmit"
},
"dependencies": {
"@rixio/atom": "^0.14.0",
"@rixio/lens": "^0.14.0",
"@rixio/wrapped": "^0.14.0",
"@rixio/atom": "^0.15.0-alpha.0",
"@rixio/lens": "^0.15.0-alpha.0",
"@rixio/wrapped": "^0.15.0-alpha.0",
"immutable": "^4.0.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/form-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rixio/form-store",
"version": "0.14.1",
"version": "0.15.0-alpha.0",
"keywords": [
"frp",
"lens",
Expand All @@ -26,8 +26,8 @@
"verify": "tsc --noEmit"
},
"dependencies": {
"@rixio/atom": "^0.14.0",
"@rixio/lens": "^0.14.0"
"@rixio/atom": "^0.15.0-alpha.0",
"@rixio/lens": "^0.15.0-alpha.0"
},
"peerDependencies": {
"joi": ">= 17.0.0 < 18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rixio/lens",
"version": "0.14.0",
"version": "0.15.0-alpha.0",
"keywords": [
"frp",
"lens",
Expand Down
10 changes: 5 additions & 5 deletions packages/list-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rixio/list-react",
"version": "0.14.2",
"version": "0.15.0-alpha.0",
"keywords": [
"frp",
"lens",
Expand Down Expand Up @@ -30,10 +30,10 @@
"verify": "tsc --noEmit"
},
"dependencies": {
"@rixio/atom": "^0.14.0",
"@rixio/list": "^0.14.0",
"@rixio/react": "^0.14.0",
"@rixio/wrapped": "^0.14.0",
"@rixio/atom": "^0.15.0-alpha.0",
"@rixio/list": "^0.15.0-alpha.0",
"@rixio/react": "^0.15.0-alpha.0",
"@rixio/wrapped": "^0.15.0-alpha.0",
"react-virtualized": "^9.22.2"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rixio/list",
"version": "0.14.2",
"version": "0.15.0-alpha.0",
"keywords": [
"frp",
"lens",
Expand All @@ -27,9 +27,9 @@
"verify": "tsc --noEmit"
},
"dependencies": {
"@rixio/cache": "^0.14.2",
"@rixio/react": "^0.14.2",
"@rixio/wrapped": "^0.14.0"
"@rixio/cache": "^0.15.0-alpha.0",
"@rixio/react": "^0.15.0-alpha.0",
"@rixio/wrapped": "^0.15.0-alpha.0"
},
"peerDependencies": {
"rxjs": ">= 6.0.0 < 7.0.0-0"
Expand Down
10 changes: 5 additions & 5 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rixio/react",
"version": "0.14.2",
"version": "0.15.0-alpha.0",
"keywords": [
"frp",
"lens",
Expand All @@ -27,10 +27,10 @@
"verify": "tsc --noEmit"
},
"dependencies": {
"@rixio/atom": "^0.14.0",
"@rixio/cache": "^0.14.0",
"@rixio/lens": "^0.14.0",
"@rixio/wrapped": "^0.14.0"
"@rixio/atom": "^0.15.0-alpha.0",
"@rixio/cache": "^0.15.0-alpha.0",
"@rixio/lens": "^0.15.0-alpha.0",
"@rixio/wrapped": "^0.15.0-alpha.0"
},
"peerDependencies": {
"react": ">= 16.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/wrapped/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rixio/wrapped",
"version": "0.14.0",
"version": "0.15.0-alpha.0",
"keywords": [
"frp",
"lens",
Expand All @@ -26,7 +26,7 @@
"verify": "tsc --noEmit"
},
"dependencies": {
"@rixio/lens": "^0.14.0"
"@rixio/lens": "^0.15.0-alpha.0"
},
"peerDependencies": {
"rxjs": ">= 6.0.0 < 7.0.0-0"
Expand Down

0 comments on commit 634a87f

Please sign in to comment.