@nrwl/expo 14.7.6 → 14.7.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +1 -1
  3. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,6 +3,6 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [14.7.6](https://github.com/nrwl/nx/compare/14.7.5...14.7.6) (2022-09-19)
6
+ ## [14.7.8](https://github.com/nrwl/nx/compare/14.7.7...14.7.8) (2022-09-20)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/expo
package/README.md CHANGED
@@ -75,7 +75,7 @@ npx add-nx-to-monorepo@latest
75
75
  A few links to help you get started:
76
76
 
77
77
  - [Nx.Dev: Documentation, Guides, Interactive Tutorials](https://nx.dev)
78
- - [Tutorial: Adding Nx to an Existing Monorepo](https://nx.dev/migration/adding-to-monorepo)
78
+ - [Tutorial: Adding Nx to an Existing Monorepo](/recipe/adding-to-monorepo)
79
79
  - [Official Nx YouTube Channel](https://www.youtube.com/c/Nrwl_io)
80
80
  - [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
81
81
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@nrwl/expo",
3
- "version": "14.7.6",
3
+ "version": "14.7.8",
4
4
  "private": false,
5
- "description": "Expo Plugin for Nx",
5
+ "description": "The Expo Plugin for Nx contains executors and generators for managing and developing an expo application within your workspace. For example, you can directly build for different target platforms as well as generate projects and publish your code.",
6
6
  "keywords": [
7
7
  "Monorepo",
8
8
  "Expo",
@@ -26,13 +26,13 @@
26
26
  "main": "index.js",
27
27
  "types": "index.d.ts",
28
28
  "dependencies": {
29
- "@nrwl/detox": "14.7.6",
30
- "@nrwl/devkit": "14.7.6",
31
- "@nrwl/jest": "14.7.6",
32
- "@nrwl/linter": "14.7.6",
33
- "@nrwl/react": "14.7.6",
34
- "@nrwl/web": "14.7.6",
35
- "@nrwl/workspace": "14.7.6",
29
+ "@nrwl/detox": "14.7.8",
30
+ "@nrwl/devkit": "14.7.8",
31
+ "@nrwl/jest": "14.7.8",
32
+ "@nrwl/linter": "14.7.8",
33
+ "@nrwl/react": "14.7.8",
34
+ "@nrwl/web": "14.7.8",
35
+ "@nrwl/workspace": "14.7.8",
36
36
  "@svgr/webpack": "^6.1.2",
37
37
  "chalk": "^4.1.0",
38
38
  "enhanced-resolve": "^5.8.3",
@@ -56,5 +56,5 @@
56
56
  "access": "public"
57
57
  },
58
58
  "typings": "./index.d.ts",
59
- "gitHead": "af92e4ca6cb02f71307f85f532ef5ac532718a1c"
59
+ "gitHead": "2c1d70ff318aecaa9c38c85b9f6729b489396878"
60
60
  }