Skip to content

Commit c25ce9f

Browse files
committed
chore: update publish workflow and package version to 0.3.25-beta.0
1 parent 17f8c73 commit c25ce9f

File tree

4 files changed

+107
-104
lines changed

4 files changed

+107
-104
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,15 @@
11
name: Publish Package to npmjs
22
on:
3-
workflow_dispatch:
4-
pull_request:
5-
types: [closed]
6-
jobs:
73
release:
8-
if:
9-
github.event_name == 'workflow_dispatch'
10-
|| (github.event.pull_request.merged && startsWith(github.head_ref,
11-
'bump-theme-package/'))
4+
types: [created]
5+
jobs:
6+
build:
127
runs-on: ubuntu-latest
138
steps:
149
- uses: actions/checkout@v4
1510
- uses: actions/setup-node@v4
1611
with:
17-
node-version: '20'
18-
registry-url: 'https://registry.npmjs.org'
19-
scope: '@dvcorg'
20-
- run: |
21-
cd ./packages/gatsby-theme-iterative
22-
gh release create v$(node -p "require('./package.json').version") --generate-notes
23-
yarn publish
12+
node-version: '22'
13+
- run: cd packages/gatsby-theme-iterative && yarn npm publish
2414
env:
2515
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
26-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.yarnrc.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
defaultSemverRangePrefix: ''
22

3-
yarnPath: .yarn/releases/yarn-4.9.1.cjs
43
nodeLinker: node-modules
4+
5+
npmPublishAccess: public
6+
7+
npmScopes:
8+
dvcorg:
9+
npmAuthToken: '${NODE_AUTH_TOKEN:-}'
10+
npmPublishRegistry: 'https://registry.npmjs.org'
11+
npmRegistryServer: 'https://registry.npmjs.org'
12+
13+
yarnPath: .yarn/releases/yarn-4.9.1.cjs

packages/gatsby-theme-iterative/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dvcorg/gatsby-theme-iterative",
3-
"version": "0.3.24",
3+
"version": "0.3.25-beta.0",
44
"description": "",
55
"main": "index.js",
66
"types": "src/typings.d.ts",

yarn.lock

Lines changed: 91 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -1666,7 +1666,82 @@ __metadata:
16661666
languageName: node
16671667
linkType: hard
16681668

1669-
"@dvcorg/gatsby-theme-iterative@npm:*, @dvcorg/gatsby-theme-iterative@workspace:packages/gatsby-theme-iterative":
1669+
"@dvcorg/gatsby-theme-iterative@npm:*":
1670+
version: 0.3.24
1671+
resolution: "@dvcorg/gatsby-theme-iterative@npm:0.3.24"
1672+
dependencies:
1673+
"@babel/plugin-transform-react-jsx": "npm:^7.23.4"
1674+
"@reach/portal": "npm:^0.18.0"
1675+
"@reach/skip-nav": "npm:^0.18.0"
1676+
"@sentry/gatsby": "npm:^7.107.0"
1677+
"@svgr/webpack": "npm:^8.0.0"
1678+
"@types/gatsbyjs__reach-router": "npm:^2.0.4"
1679+
"@types/isomorphic-fetch": "npm:^0.0.39"
1680+
"@types/promise-polyfill": "npm:^6.0.4"
1681+
"@types/react-collapse": "npm:^5.0.1"
1682+
"@types/react-helmet": "npm:^6.1.6"
1683+
"@types/unist": "npm:^3.0.0"
1684+
autoprefixer: "npm:^10.4.18"
1685+
classnames: "npm:^2.5.1"
1686+
ease-component: "npm:^1.0.0"
1687+
gatsby-plugin-image: "npm:^3.13.1"
1688+
gatsby-plugin-manifest: "npm:^5.13.1"
1689+
gatsby-plugin-postcss: "npm:^6.13.1"
1690+
gatsby-plugin-react-helmet: "npm:^6.13.1"
1691+
gatsby-plugin-sharp: "npm:^5.13.1"
1692+
gatsby-plugin-sitemap: "npm:^6.13.1"
1693+
gatsby-plugin-svgr: "npm:^3.0.0-beta.0"
1694+
gatsby-remark-autolink-headers: "npm:^6.13.1"
1695+
gatsby-remark-copy-relative-linked-files: "npm:^1.5.0"
1696+
gatsby-remark-embed-gist: "npm:^1.2.1"
1697+
gatsby-remark-embedder: "npm:^7.0.0"
1698+
gatsby-remark-external-links: "npm:^0.0.4"
1699+
gatsby-remark-images: "npm:^7.13.1"
1700+
gatsby-remark-prismjs: "npm:^7.13.1"
1701+
gatsby-remark-responsive-iframe: "npm:^6.13.1"
1702+
gatsby-remark-smartypants: "npm:^6.13.1"
1703+
gatsby-source-filesystem: "npm:^5.13.1"
1704+
gatsby-transformer-remark: "npm:^6.13.1"
1705+
gatsby-transformer-sharp: "npm:^5.13.1"
1706+
github-markdown-css: "npm:^5.5.1"
1707+
github-slugger: "npm:^2.0.0"
1708+
hast-util-select: "npm:^6.0.2"
1709+
iso-url: "npm:^1.2.1"
1710+
isomorphic-fetch: "npm:^3.0.0"
1711+
lodash: "npm:^4.17.21"
1712+
nanoid: "npm:^4.0.0"
1713+
perfect-scrollbar: "npm:^1.5.5"
1714+
postcss: "npm:^8.4.35"
1715+
postcss-nested: "npm:^6.0.0"
1716+
prismjs: "npm:^1.29.0"
1717+
promise-polyfill: "npm:^8.2.3"
1718+
react-collapse: "npm:^5.1.1"
1719+
react-collapsible: "npm:^2.8.4"
1720+
react-helmet: "npm:^6.1.0"
1721+
react-intersection-observer: "npm:^9.8.1"
1722+
react-use: "npm:^17.5.0"
1723+
rehype-parse: "npm:^8.0.4"
1724+
rehype-react: "npm:^7.0.4"
1725+
rehype-stringify: "npm:^9.0.3"
1726+
remark: "npm:^14.0.3"
1727+
remark-html: "npm:^15.0.1"
1728+
remark-parse: "npm:^10.0.2"
1729+
remark-preset-lint-recommended: "npm:^6.1.3"
1730+
reset-css: "npm:^5.0.1"
1731+
scroll: "npm:^3.0.1"
1732+
tailwindcss: "npm:^3.4.1"
1733+
title-case: "npm:^3.0.3"
1734+
unified: "npm:^11.0.4"
1735+
unist-util-remove-position: "npm:^5.0.0"
1736+
unist-util-visit: "npm:^5.0.0"
1737+
peerDependencies:
1738+
gatsby: ^5.0.0
1739+
react: ^18.0.0
1740+
checksum: 10c0/cec8bc7e0d230a5fd1624ad931f4b491ae4546f1887bf25bdd221e082e74098d63efcc4cdd7e4843f74117fa3af2f79a5c352a3c922cab63e7f0c7ecc6efe0be
1741+
languageName: node
1742+
linkType: hard
1743+
1744+
"@dvcorg/gatsby-theme-iterative@workspace:packages/gatsby-theme-iterative":
16701745
version: 0.0.0-use.local
16711746
resolution: "@dvcorg/gatsby-theme-iterative@workspace:packages/gatsby-theme-iterative"
16721747
dependencies:
@@ -6724,15 +6799,15 @@ __metadata:
67246799
languageName: node
67256800
linkType: hard
67266801

6727-
"debug@npm:4, debug@npm:^4.0.0, debug@npm:^4.0.1, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:~4.3.1, debug@npm:~4.3.2":
6728-
version: 4.3.7
6729-
resolution: "debug@npm:4.3.7"
6802+
"debug@npm:4, debug@npm:^4.0.0, debug@npm:^4.0.1, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:^4.3.7, debug@npm:^4.4.0":
6803+
version: 4.4.0
6804+
resolution: "debug@npm:4.4.0"
67306805
dependencies:
67316806
ms: "npm:^2.1.3"
67326807
peerDependenciesMeta:
67336808
supports-color:
67346809
optional: true
6735-
checksum: 10c0/1471db19c3b06d485a622d62f65947a19a23fbd0dd73f7fd3eafb697eec5360cde447fb075919987899b1a2096e85d35d4eb5a4de09a57600ac9cf7e6c8e768b
6810+
checksum: 10c0/db94f1a182bf886f57b4755f85b3a74c39b5114b9377b7ab375dc2cfa3454f09490cc6c30f829df3fc8042bc8b8995f6567ce5cd96f3bc3688bd24027197d9de
67366811
languageName: node
67376812
linkType: hard
67386813

@@ -6745,15 +6820,15 @@ __metadata:
67456820
languageName: node
67466821
linkType: hard
67476822

6748-
"debug@npm:^4.3.7, debug@npm:^4.4.0":
6749-
version: 4.4.0
6750-
resolution: "debug@npm:4.4.0"
6823+
"debug@npm:~4.3.1, debug@npm:~4.3.2":
6824+
version: 4.3.7
6825+
resolution: "debug@npm:4.3.7"
67516826
dependencies:
67526827
ms: "npm:^2.1.3"
67536828
peerDependenciesMeta:
67546829
supports-color:
67556830
optional: true
6756-
checksum: 10c0/db94f1a182bf886f57b4755f85b3a74c39b5114b9377b7ab375dc2cfa3454f09490cc6c30f829df3fc8042bc8b8995f6567ce5cd96f3bc3688bd24027197d9de
6831+
checksum: 10c0/1471db19c3b06d485a622d62f65947a19a23fbd0dd73f7fd3eafb697eec5360cde447fb075919987899b1a2096e85d35d4eb5a4de09a57600ac9cf7e6c8e768b
67576832
languageName: node
67586833
linkType: hard
67596834

@@ -8558,14 +8633,7 @@ __metadata:
85588633
languageName: node
85598634
linkType: hard
85608635

8561-
"flatted@npm:^3.2.9":
8562-
version: 3.2.9
8563-
resolution: "flatted@npm:3.2.9"
8564-
checksum: 10c0/5c91c5a0a21bbc0b07b272231e5b4efe6b822bcb4ad317caf6bb06984be4042a9e9045026307da0fdb4583f1f545e317a67ef1231a59e71f7fced3cc429cfc53
8565-
languageName: node
8566-
linkType: hard
8567-
8568-
"flatted@npm:^3.3.3":
8636+
"flatted@npm:^3.2.9, flatted@npm:^3.3.3":
85698637
version: 3.3.3
85708638
resolution: "flatted@npm:3.3.3"
85718639
checksum: 10c0/e957a1c6b0254aa15b8cce8533e24165abd98fadc98575db082b786b5da1b7d72062b81bfdcd1da2f4d46b6ed93bec2434e62333e9b4261d79ef2e75a10dd538
@@ -11764,14 +11832,7 @@ __metadata:
1176411832
languageName: node
1176511833
linkType: hard
1176611834

11767-
"lilconfig@npm:^3.0.0":
11768-
version: 3.1.2
11769-
resolution: "lilconfig@npm:3.1.2"
11770-
checksum: 10c0/f059630b1a9bddaeba83059db00c672b64dc14074e9f232adce32b38ca1b5686ab737eb665c5ba3c32f147f0002b4bee7311ad0386a9b98547b5623e87071fbe
11771-
languageName: node
11772-
linkType: hard
11773-
11774-
"lilconfig@npm:^3.1.3":
11835+
"lilconfig@npm:^3.0.0, lilconfig@npm:^3.1.3":
1177511836
version: 3.1.3
1177611837
resolution: "lilconfig@npm:3.1.3"
1177711838
checksum: 10c0/f5604e7240c5c275743561442fbc5abf2a84ad94da0f5adc71d25e31fa8483048de3dcedcb7a44112a942fed305fd75841cdf6c9681c7f640c63f1049e9a5dcc
@@ -13308,15 +13369,6 @@ __metadata:
1330813369
languageName: node
1330913370
linkType: hard
1331013371

13311-
"nanoid@npm:^3.3.7":
13312-
version: 3.3.7
13313-
resolution: "nanoid@npm:3.3.7"
13314-
bin:
13315-
nanoid: bin/nanoid.cjs
13316-
checksum: 10c0/e3fb661aa083454f40500473bb69eedb85dc160e763150b9a2c567c7e9ff560ce028a9f833123b618a6ea742e311138b591910e795614a629029e86e180660f3
13317-
languageName: node
13318-
linkType: hard
13319-
1332013372
"nanoid@npm:^3.3.8":
1332113373
version: 3.3.11
1332213374
resolution: "nanoid@npm:3.3.11"
@@ -14237,14 +14289,7 @@ __metadata:
1423714289
languageName: node
1423814290
linkType: hard
1423914291

14240-
"picocolors@npm:^1.0.0, picocolors@npm:^1.0.1":
14241-
version: 1.1.0
14242-
resolution: "picocolors@npm:1.1.0"
14243-
checksum: 10c0/86946f6032148801ef09c051c6fb13b5cf942eaf147e30ea79edb91dd32d700934edebe782a1078ff859fb2b816792e97ef4dab03d7f0b804f6b01a0df35e023
14244-
languageName: node
14245-
linkType: hard
14246-
14247-
"picocolors@npm:^1.1.1":
14292+
"picocolors@npm:^1.0.0, picocolors@npm:^1.0.1, picocolors@npm:^1.1.1":
1424814293
version: 1.1.1
1424914294
resolution: "picocolors@npm:1.1.1"
1425014295
checksum: 10c0/e2e3e8170ab9d7c7421969adaa7e1b31434f789afb9b3f115f6b96d91945041ac3ceb02e9ec6fe6510ff036bcc0bf91e69a1772edc0b707e12b19c0f2d6bcf58
@@ -14825,18 +14870,7 @@ __metadata:
1482514870
languageName: node
1482614871
linkType: hard
1482714872

14828-
"postcss@npm:^8.2.15, postcss@npm:^8.2.9, postcss@npm:^8.3.11, postcss@npm:^8.4.23, postcss@npm:^8.4.24, postcss@npm:^8.4.35":
14829-
version: 8.4.45
14830-
resolution: "postcss@npm:8.4.45"
14831-
dependencies:
14832-
nanoid: "npm:^3.3.7"
14833-
picocolors: "npm:^1.0.1"
14834-
source-map-js: "npm:^1.2.0"
14835-
checksum: 10c0/ad6f8b9b1157d678560373696109745ab97a947d449f8a997acac41c7f1e4c0f3ca4b092d6df1387f430f2c9a319987b1780dbdc27e35800a88cde9b606c1e8f
14836-
languageName: node
14837-
linkType: hard
14838-
14839-
"postcss@npm:^8.5.3":
14873+
"postcss@npm:^8.2.15, postcss@npm:^8.2.9, postcss@npm:^8.3.11, postcss@npm:^8.4.23, postcss@npm:^8.4.24, postcss@npm:^8.4.35, postcss@npm:^8.5.3":
1484014874
version: 8.5.3
1484114875
resolution: "postcss@npm:8.5.3"
1484214876
dependencies:
@@ -16927,14 +16961,7 @@ __metadata:
1692716961
languageName: node
1692816962
linkType: hard
1692916963

16930-
"source-map-js@npm:^1.0.1, source-map-js@npm:^1.2.0":
16931-
version: 1.2.0
16932-
resolution: "source-map-js@npm:1.2.0"
16933-
checksum: 10c0/7e5f896ac10a3a50fe2898e5009c58ff0dc102dcb056ed27a354623a0ece8954d4b2649e1a1b2b52ef2e161d26f8859c7710350930751640e71e374fe2d321a4
16934-
languageName: node
16935-
linkType: hard
16936-
16937-
"source-map-js@npm:^1.2.1":
16964+
"source-map-js@npm:^1.0.1, source-map-js@npm:^1.2.1":
1693816965
version: 1.2.1
1693916966
resolution: "source-map-js@npm:1.2.1"
1694016967
checksum: 10c0/7bda1fc4c197e3c6ff17de1b8b2c20e60af81b63a52cb32ec5a5d67a20a7d42651e2cb34ebe93833c5a2a084377e17455854fee3e21e7925c64a51b6a52b0faf
@@ -17652,20 +17679,7 @@ __metadata:
1765217679
languageName: node
1765317680
linkType: hard
1765417681

17655-
"table@npm:^6.0.9":
17656-
version: 6.8.1
17657-
resolution: "table@npm:6.8.1"
17658-
dependencies:
17659-
ajv: "npm:^8.0.1"
17660-
lodash.truncate: "npm:^4.4.2"
17661-
slice-ansi: "npm:^4.0.0"
17662-
string-width: "npm:^4.2.3"
17663-
strip-ansi: "npm:^6.0.1"
17664-
checksum: 10c0/591ed84b2438b01c9bc02248e2238e21e8bfb73654bc5acca0d469053eb39be3db2f57d600dcf08ac983b6f50f80842c44612c03877567c2afee3aec4a033e5f
17665-
languageName: node
17666-
linkType: hard
17667-
17668-
"table@npm:^6.9.0":
17682+
"table@npm:^6.0.9, table@npm:^6.9.0":
1766917683
version: 6.9.0
1767017684
resolution: "table@npm:6.9.0"
1767117685
dependencies:
@@ -19366,16 +19380,7 @@ __metadata:
1936619380
languageName: node
1936719381
linkType: hard
1936819382

19369-
"yaml@npm:^2.0.0, yaml@npm:^2.3.4":
19370-
version: 2.5.1
19371-
resolution: "yaml@npm:2.5.1"
19372-
bin:
19373-
yaml: bin.mjs
19374-
checksum: 10c0/40fba5682898dbeeb3319e358a968fe886509fab6f58725732a15f8dda3abac509f91e76817c708c9959a15f786f38ff863c1b88062d7c1162c5334a7d09cb4a
19375-
languageName: node
19376-
linkType: hard
19377-
19378-
"yaml@npm:^2.7.0":
19383+
"yaml@npm:^2.0.0, yaml@npm:^2.3.4, yaml@npm:^2.7.0":
1937919384
version: 2.7.1
1938019385
resolution: "yaml@npm:2.7.1"
1938119386
bin:

0 commit comments

Comments
 (0)