gatsby-core-theme 21.0.9 → 21.0.10

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/.ci.yml +3 -3
  2. package/CHANGELOG.md +16 -0
  3. package/package.json +1 -1
package/.ci.yml CHANGED
@@ -22,7 +22,7 @@ Theme Publish:
22
22
  image: node:18.0.0
23
23
  stage: publish
24
24
  tags:
25
- - gatsby-runner-dev-1
25
+ - gatsby-runner-dev-docker
26
26
  before_script:
27
27
  - git config --global http.sslverify false
28
28
  - git config --global user.email "floyd@gig.com"
@@ -44,7 +44,7 @@ Theme Beta Publish:
44
44
  image: git.ilcd.rocks:4567/team-floyd/themes/gatsby-themes:node14
45
45
  stage: publish-beta
46
46
  tags:
47
- - gatsby-runner-dev-1
47
+ - gatsby-runner-dev-docker
48
48
  before_script:
49
49
  - git config --global http.sslverify false
50
50
  - git config --global user.email "floyd@gig.com"
@@ -60,4 +60,4 @@ Theme Beta Publish:
60
60
  refs:
61
61
  - beta
62
62
  variables:
63
- - $PIPELINE != "content-trigger"
63
+ - $PIPELINE != "content-trigger"
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## [21.0.10](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v21.0.9...v21.0.10) (2023-05-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * deployer ([0bb7ba7](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/0bb7ba7990ce280f4b29e3de3aac3c48371c8c8b))
7
+ * deployer ([b543171](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/b54317156dd798904b0788ceac748d3a998f0021))
8
+ * deployer ([98983f9](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/98983f975ba838fab4f083838742f986ebbf6381))
9
+ * deployer ([0e9c7b5](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/0e9c7b5dc4c06b1aee6aa63e1701f1d522773eff))
10
+ * deployer ([4f413ba](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/4f413baf43c87bb88c596a7f93fdd553babdde09))
11
+ * deployer ([b8ee486](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/b8ee4866d6f84b2420c6569b0b65aadc772f6a6f))
12
+
13
+
14
+ * Update .ci.yml ([bcc2767](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/bcc2767dfbd0741c243294edc77548e2d3d7f326))
15
+ * deployer test fix ([a5a2453](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/a5a2453da15ca473c561f413efddcafeb48b11a9))
16
+
1
17
  ## [21.0.9](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v21.0.8...v21.0.9) (2023-05-11)
2
18
 
3
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-core-theme",
3
- "version": "21.0.9",
3
+ "version": "21.0.10",
4
4
  "description": "Gatsby Theme NPM Package",
5
5
  "main": "index.js",
6
6
  "GATSBY_RECAPTCHA_SITEKEY": "6LfoyvMUAAAAAO4nl_MQnqHb4XdHxEiu5cXgIqeB",