Skip to content

Commit

Permalink
fix: add missing dependency for create-gene-workspace (#16)
Browse files Browse the repository at this point in the history
* fix: add missing dependency for create-gene-workspace

* chore: 🔖 bump monorepo to v0.1.3-rc.3

---------

Co-authored-by: Karol Rzotki <[email protected]>
  • Loading branch information
kopach and krzotki authored Nov 11, 2024
1 parent 5f6d6c5 commit 347ac2b
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.3-rc.2",
"version": "0.1.3-rc.3",
"license": "Apache-2.0",
"scripts": {
"generate-package": "nx generate library --publishable --buildable",
Expand Down
2 changes: 2 additions & 0 deletions packages/create/bin/create-gene-workspace.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ async function runCommands() {
'brainly-style-guide',
`[email protected]`,
`@tanstack/[email protected]`,
'@nrwl/[email protected]',
]);

// Install dev dependencies
Expand All @@ -114,6 +115,7 @@ async function runCommands() {
'[email protected]',
'[email protected]',
'[email protected]',
'@nrwl/[email protected]',
]);

console.log('Generating gene-workspace with pnpm nx');
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainly-gene/create",
"version": "0.1.3-rc.2",
"version": "0.1.3-rc.3",
"type": "commonjs",
"bin": {
"create-gene-workspace": "./bin/create-gene-workspace.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainly-gene/eslint-plugin",
"version": "0.1.3-rc.2",
"version": "0.1.3-rc.3",
"license": "Apache-2.0",
"main": "src/index.js",
"generators": "./generators.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/gene-apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@brainly-gene/apollo",
"version": "0.1.3-rc.2",
"version": "0.1.3-rc.3",
"license": "Apache-2.0"
}
2 changes: 1 addition & 1 deletion packages/gene-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainly-gene/next",
"version": "0.1.3-rc.2",
"version": "0.1.3-rc.3",
"license": "Apache-2.0",
"dependencies": {
"@next/bundle-analyzer": "12.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/gene-sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@brainly-gene/sentry",
"version": "0.1.3-rc.2",
"version": "0.1.3-rc.3",
"license": "Apache-2.0"
}
2 changes: 1 addition & 1 deletion packages/gene-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainly-gene/tools",
"version": "0.1.3-rc.2",
"version": "0.1.3-rc.3",
"license": "Apache-2.0",
"generators": "./generators.json",
"executors": "./executors.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/gene/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainly-gene/core",
"version": "0.1.3-rc.2",
"version": "0.1.3-rc.3",
"license": "Apache-2.0",
"main": "./src/index.js",
"dependencies": {
Expand Down

0 comments on commit 347ac2b

Please sign in to comment.