@toptal/davinci-ci 1.14.1-alpha-fx-2286-add-alpha-release-gh-action.0 → 1.14.3-alpha-fx-force-push-alpha-package.6

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.14.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1102](https://github.com/toptal/davinci/pull/1102) [`cf2e0b30`](https://github.com/toptal/davinci/commit/cf2e0b305a00c9b9a5686838ea11f7d62bba5c00) Thanks [@denieler](https://github.com/denieler)! - Fix packages internal dependencies to bump main @toptal/davinci package every time any internal package changed.
8
+
9
+ ## 1.14.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#1083](https://github.com/toptal/davinci/pull/1083) [`fef5197d`](https://github.com/toptal/davinci/commit/fef5197d03cabb63bdae059dd4a8ee7baaac7f4d) Thanks [@denieler](https://github.com/denieler)! - Add configuration for yarn registry to docker images
14
+
3
15
  ## 1.14.0
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-ci",
3
- "version": "1.14.1-alpha-fx-2286-add-alpha-release-gh-action.0+ca98286",
3
+ "version": "1.14.3-alpha-fx-force-push-alpha-package.6+0e7138f7",
4
4
  "description": "Continuos integrations tools for frontend projects",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -32,9 +32,9 @@
32
32
  "dependencies": {
33
33
  "@commitlint/cli": "^12.1.4",
34
34
  "@commitlint/config-conventional": "^12.1.4",
35
- "@toptal/davinci-cli-shared": "1.5.1-alpha-fx-2286-add-alpha-release-gh-action.0+ca98286",
35
+ "@toptal/davinci-cli-shared": "1.5.1-alpha-fx-force-push-alpha-package.45+0e7138f7",
36
36
  "danger": "^10.7.1",
37
37
  "markdown-table": "^2.0.0"
38
38
  },
39
- "gitHead": "ca982865f3273fdc3e88d47028be0056f4c1833a"
39
+ "gitHead": "0e7138f7b9f0c8f22ba0ada9c6ed8143834ee642"
40
40
  }
@@ -19,6 +19,7 @@ RUN ssh-keyscan github.com >> ~/.ssh/known_hosts
19
19
 
20
20
  # Needs to be updated for publishing package to npm
21
21
  RUN printf '//registry.npmjs.org/:_authToken=${NPM_TOKEN}\nalways-auth=true\n' > .npmrc
22
+ RUN yarn config set registry https://registry.npmjs.org
22
23
 
23
24
  # Enables layer caching
24
25
  COPY --chown=node:node package.json yarn.lock ./