Skip to content

Commit

Permalink
release: 15.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Oct 26, 2022
1 parent b32435b commit 7ef85b9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [15.0.2](https://github.com/nstudio/xplat/compare/14.3.0...15.0.2) (2022-10-26)


### Features

* nx 15 support ([#314](https://github.com/nstudio/xplat/issues/314)) ([b32435b](https://github.com/nstudio/xplat/commit/b32435be9a240fb7fb2bb674b6878e321303af20))



# [14.3.0](https://github.com/nstudio/xplat/compare/14.0.1...14.3.0) (2022-06-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nstudio/xplat-source",
"version": "14.3.0",
"version": "15.0.2",
"description": "Cross-platform (xplat) tools for Nx workspaces.",
"homepage": "https://nstudio.io/xplat",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"migrations": "./migrations/migrations.json"
},
"dependencies": {
"@nrwl/angular": "^14.0.0",
"@nrwl/angular": "^15.0.0",
"@nstudio/xplat-utils": "*"
}
}
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"migrations": "./migrations.json"
},
"dependencies": {
"@nrwl/web": "^14.0.0"
"@nrwl/web": "^15.0.0"
},
"peerDependencies": {
"@nstudio/xplat": "*"
Expand Down

0 comments on commit 7ef85b9

Please sign in to comment.