@financial-times/n-myft-ui 30.2.3 → 30.3.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.circleci/config.yml +6 -6
- package/README.md +1 -1
- package/build-state/npm-shrinkwrap.json +407 -536
- package/package.json +9 -9
package/.circleci/config.yml
CHANGED
@@ -142,7 +142,7 @@ workflows:
|
|
142
142
|
name: build-v<< matrix.node-version >>
|
143
143
|
matrix:
|
144
144
|
parameters:
|
145
|
-
node-version: ["16.14"
|
145
|
+
node-version: ["16.14"]
|
146
146
|
- test:
|
147
147
|
filters:
|
148
148
|
<<: *filters_ignore_tags
|
@@ -151,7 +151,7 @@ workflows:
|
|
151
151
|
name: test-v<< matrix.node-version >>
|
152
152
|
matrix:
|
153
153
|
parameters:
|
154
|
-
node-version: ["16.14"
|
154
|
+
node-version: ["16.14"]
|
155
155
|
- deploy:
|
156
156
|
filters:
|
157
157
|
<<: *filters_only_main
|
@@ -166,7 +166,7 @@ workflows:
|
|
166
166
|
name: build-v<< matrix.node-version >>
|
167
167
|
matrix:
|
168
168
|
parameters:
|
169
|
-
node-version: ["16.14"
|
169
|
+
node-version: ["16.14"]
|
170
170
|
- test:
|
171
171
|
filters:
|
172
172
|
<<: *filters_version_tag
|
@@ -175,7 +175,7 @@ workflows:
|
|
175
175
|
name: test-v<< matrix.node-version >>
|
176
176
|
matrix:
|
177
177
|
parameters:
|
178
|
-
node-version: ["16.14"
|
178
|
+
node-version: ["16.14"]
|
179
179
|
- publish:
|
180
180
|
context: npm-publish-token
|
181
181
|
filters:
|
@@ -195,7 +195,7 @@ workflows:
|
|
195
195
|
name: build-v<< matrix.node-version >>
|
196
196
|
matrix:
|
197
197
|
parameters:
|
198
|
-
node-version: ["16.14"
|
198
|
+
node-version: ["16.14"]
|
199
199
|
- test:
|
200
200
|
requires:
|
201
201
|
- build-v<< matrix.node-version >>
|
@@ -203,7 +203,7 @@ workflows:
|
|
203
203
|
name: test-v<< matrix.node-version >>
|
204
204
|
matrix:
|
205
205
|
parameters:
|
206
|
-
node-version: ["16.14"
|
206
|
+
node-version: ["16.14"]
|
207
207
|
|
208
208
|
notify:
|
209
209
|
webhooks:
|
package/README.md
CHANGED
@@ -25,7 +25,7 @@ As of August 2017, The following apps use n-myft-ui:
|
|
25
25
|
- next-video-page
|
26
26
|
- next-search-page
|
27
27
|
|
28
|
-
When you merge to main, you should make a new release and then roll it out to the apps
|
28
|
+
When you merge to main, you should make a new release and then roll it out to the apps so that there aren't missing dependencies.
|
29
29
|
|
30
30
|
If you are making a major change, you will need to update the package.json files for the above apps. For minor and patch updates, you can rebuild without cache from CircleCI.
|
31
31
|
|