Skip to content

Commit 997aab7

Browse files
authored
Merge pull request #31 from oneblink/ap-6640
ap-6640 # Removed apps
2 parents 5d6531f + e1ecf2b commit 997aab7

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Removed
11+
12+
- `@oneblink/apps` from product repositories
13+
1014
## [3.4.0] - 2025-07-01
1115

1216
### Added

src/enumerateProductRepositories.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ type Repository = {
99
} & RepositoryType
1010

1111
const productRepositories: Repository[] = [
12-
{
13-
label: '@oneblink/apps (NPM package)',
14-
repositoryName: 'apps',
15-
type: 'NPM',
16-
isPublic: true,
17-
},
1812
{
1913
label: '@oneblink/apps-react (NPM package)',
2014
repositoryName: 'apps-react',

0 commit comments

Comments
 (0)