Skip to content

Commit

Permalink
fix: conflicting bin command (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcvay authored Feb 5, 2024
1 parent be086e6 commit 9f34fd3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@reapit/elements",
"version": "4.0.2",
"version": "4.0.3",
"description": "A collection of React components and utilities for building apps for Reapit Marketplace",
"homepage": "https://github.com/reapit/foundations#readme",
"bugs": {
"url": "https://github.com/reapit/foundations/issues"
},
"bin": {
"rpt-cdk": "./scripts/cdk/bin/rpt-cdk.js"
"elements-deploy": "./scripts/cdk/bin/rpt-cdk.js"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,7 +35,7 @@
"lint": "eslint --cache --ext=ts,tsx,js src",
"check": "tsc --noEmit --skipLibCheck",
"publish": "yarn npm publish --access public",
"deploy": "rpt-cdk deploy",
"deploy": "elements-deploy deploy",
"start": "start-storybook -p 6006",
"test": "cross-env TZ=UTC jest --watch --colors --silent"
},
Expand Down
4 changes: 4 additions & 0 deletions src/storybook/changelog.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ We will publish release version history and changes here. Where possible, we wil

Beta versions should be relatively stable but subject to occssional breaking changes.

### **4.0.4 - 29/01/24**

- Fix conflict with rpt-cdk bin script

### **4.0.3 - 29/01/24**

- Migrates Elements to standalone repo - no code changes
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2835,7 +2835,7 @@ __metadata:
react: ">=18.0.2"
react-dom: ">=18.0.2"
bin:
rpt-cdk: ./scripts/cdk/bin/rpt-cdk.js
elements-deploy: ./scripts/cdk/bin/rpt-cdk.js
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 9f34fd3

Please sign in to comment.