Skip to content

Commit 0541c30

Browse files
authored
Merge pull request #275 from US-CBP/release/v0.0.1-develop.20
Release/v0.0.1 develop.20
2 parents c148cf6 + a3adcc4 commit 0541c30

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
# build packages before publishing
2525
- run: npm run build-all
2626
- name: Publish to npm
27-
run: npx lerna publish from-package --yes
27+
run: npx lerna publish from-package --force-publish=* --yes
2828
env:
2929
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cbpds/react-components",
3-
"version": "0.0.1-develop.21",
3+
"version": "0.0.1-develop.20",
44
"description": "React components encapsulating the CBP Design System web components.",
55
"main": "dist/lib/index.js",
66
"module": "dist/lib/index.js",

packages/web-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cbpds/web-components",
3-
"version": "0.0.1-develop.21",
3+
"version": "0.0.1-develop.20",
44
"description": "Web components for the CBP Design System.",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)