Skip to content

Commit

Permalink
build: workspace fix (#134)
Browse files Browse the repository at this point in the history
* build: workspace prefix inside shopper hooks

* build: strip version from examples

* chore: changeset
  • Loading branch information
field123 authored Nov 21, 2023
1 parent 07674b4 commit f904b20
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 14 deletions.
8 changes: 8 additions & 0 deletions .changeset/quick-impalas-hammer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@elasticpath/composable-integration-hub-deployer": patch
"@elasticpath/react-shopper-hooks": patch
"composable-cli": patch
"@elasticpath/d2c-schematics": patch
---

Workspace prefixes added and removed version from examples package.json
1 change: 0 additions & 1 deletion examples/algolia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "algolia",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
1 change: 0 additions & 1 deletion examples/payments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "payments",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
1 change: 0 additions & 1 deletion examples/simple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "simple",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/composable-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@angular-devkit/core": "^16.2.8",
"@angular-devkit/schematics": "^16.2.8",
"@elasticpath/composable-common": "workspace:^",
"@elasticpath/d2c-schematics": "^0.11.1",
"@elasticpath/d2c-schematics": "workspace:^0.11.1",
"@moltin/sdk": "^27.0.0",
"@trpc/client": "^10.14.1",
"@types/ink": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/composable-integration-hub-deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"vitest": "^0.29.7"
},
"dependencies": {
"@elasticpath/composable-common": "^0.3.0",
"@elasticpath/composable-common": "workspace:^0.3.0",
"@netlify/functions": "^1.4.0",
"@trpc/server": "^10.14.1",
"@types/node-fetch": "^2.6.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/d2c-schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"dependencies": {
"@angular-devkit/core": "^16.2.8",
"@angular-devkit/schematics": "^16.2.8",
"@elasticpath/composable-common": "^0.3.1",
"@elasticpath/composable-integration-hub-deployer": "^0.3.0",
"@elasticpath/composable-common": "workspace:^0.3.1",
"@elasticpath/composable-integration-hub-deployer": "workspace:^0.3.0",
"@moltin/sdk": "^27.0.0",
"@trpc/client": "^10.14.1",
"algoliasearch": "^4.15.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "<%= utils.dasherize(name) %>",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-shopper-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"access": "public"
},
"dependencies": {
"@elasticpath/shopper-common": "^0.2.1",
"@elasticpath/shopper-common": "workspace:^0.2.1",
"rxjs": "7.5.7"
}
}
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit f904b20

@vercel
Copy link

@vercel vercel bot commented on f904b20 Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.