@brightlayer-ui/react-native-template-blank-typescript 3.0.0-alpha.1 → 3.0.0

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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,61 @@
1
+ # Changelog
2
+
3
+ ## v3.0.0 (June 5, 2024)
4
+
5
+ ### Changed
6
+
7
+ - Update to build with React Native 0.73.
8
+ - Updated the templates to use React Native CLI
9
+
10
+ ## v2.1.0 (November 1, 2022)
11
+
12
+ ### Changed
13
+
14
+ - Update to build with React Native 0.70.
15
+
16
+ ## v2.0.0 (December 16, 2021)
17
+
18
+ ### Changed
19
+
20
+ - Changed package namespace from `@pxblue` to `@brightlayer-ui`.
21
+
22
+ ## Package Migration Notice
23
+
24
+ Previous versions listed after this indicator refer to our deprecated `@pxblue` packages.
25
+
26
+ ---
27
+
28
+ ## v2.0.0 (November 3, 2021)
29
+
30
+ ### Changed
31
+
32
+ - Updated to use latest APIs from `@pxblue/react-native-components`.
33
+
34
+ ## v1.3.1 (October 1, 2021)
35
+
36
+ ### Fixed
37
+
38
+ - Added dependency for `@pxblue/react-native-vector-icons`
39
+
40
+ ## v1.3.0 (September 30, 2021)
41
+
42
+ ### Changed
43
+ - Upgrade PX Blue packages
44
+
45
+ ## v1.2.0 (July 26, 2021)
46
+
47
+ ### Changed
48
+ - Updated version of react-native-modal dependency to 12.0.2
49
+
50
+ ## v1.1.0 (March 31, 2021)
51
+
52
+ ### Changed
53
+ - Updated dependencies to use latest packages.
54
+
55
+ ### Fixed
56
+ - Jest configuration allows default tests to pass.
57
+
58
+ ## v1.0.0 (March 1, 2021)
59
+
60
+ ### Added
61
+ - Initial blank template for TypeScript projects
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightlayer-ui/react-native-template-blank-typescript",
3
- "version": "3.0.0-alpha.1",
3
+ "version": "3.0.0",
4
4
  "author": "brightlayer-ui <brightlayer-ui@eaton.com>",
5
5
  "keywords": [
6
6
  "react native",
@@ -9,7 +9,7 @@
9
9
  "Brightlayer UI",
10
10
  "cli"
11
11
  ],
12
- "description": "The base template for React Native projects created with the Brightlayer UI CLI.",
12
+ "description": "The base template for React Native projects created with the React Native CLI.",
13
13
  "repository": {
14
14
  "type": "git",
15
15
  "url": "https://github.com/etn-ccis/blui-react-native-cli-templates.git"
@@ -76,8 +76,10 @@ GEM
76
76
  netrc (0.11.0)
77
77
  nkf (0.2.0)
78
78
  public_suffix (4.0.7)
79
- rexml (3.2.6)
79
+ rexml (3.2.8)
80
+ strscan (>= 3.0.9)
80
81
  ruby-macho (2.5.1)
82
+ strscan (3.1.0)
81
83
  typhoeus (1.4.1)
82
84
  ethon (>= 0.9.0)
83
85
  tzinfo (2.0.6)