Skip to content

Commit

Permalink
bump versions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Sep 4, 2023
1 parent c808717 commit 5ac750e
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .bitmap
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
/**
* The Bitmap file is an auto generated file used by Bit to track all your Bit components. It maps the component to a folder in your file system.
* This file should be committed to VCS(version control).
* Components are listed using their component ID (https://bit.dev/docs/components/component-id).
* Components are listed using their component ID (https://https://bit.dev//components/component-id).
* If you want to delete components you can use the "bit remove <component-id>" command.
* See the docs (https://bit.dev/docs/components/removing-components) for more information, or use "bit remove --help".
* See the docs (https://https://bit.dev//components/removing-components) for more information, or use "bit remove --help".
*/

{
"angular": {
"scope": "teambit.angular",
"version": "4.1.1",
"version": "4.1.2",
"mainFile": "index.ts",
"rootDir": "scopes/angular"
},
Expand Down Expand Up @@ -71,37 +71,37 @@
},
"forks/angular-env-default": {
"scope": "teambit.angular",
"version": "0.1.1",
"version": "0.1.2",
"mainFile": "index.ts",
"rootDir": "scopes/forks/angular-env-default"
},
"forks/angular-env-v12": {
"scope": "teambit.angular",
"version": "0.2.1",
"version": "0.2.2",
"mainFile": "index.ts",
"rootDir": "scopes/forks/angular-env-v12"
},
"forks/angular-env-v13": {
"scope": "teambit.angular",
"version": "0.2.1",
"version": "0.2.2",
"mainFile": "index.ts",
"rootDir": "scopes/forks/angular-env-v13"
},
"forks/angular-env-v14": {
"scope": "teambit.angular",
"version": "0.2.1",
"version": "0.2.2",
"mainFile": "index.ts",
"rootDir": "scopes/forks/angular-env-v14"
},
"forks/angular-env-v15": {
"scope": "teambit.angular",
"version": "0.2.1",
"version": "0.2.2",
"mainFile": "index.ts",
"rootDir": "scopes/forks/angular-env-v15"
},
"forks/angular-env-v16": {
"scope": "teambit.angular",
"version": "0.2.1",
"version": "0.2.2",
"mainFile": "index.ts",
"rootDir": "scopes/forks/angular-env-v16"
},
Expand All @@ -113,37 +113,37 @@
},
"generators/angular-templates": {
"scope": "teambit.angular",
"version": "1.0.9",
"version": "1.0.10",
"mainFile": "index.ts",
"rootDir": "scopes/generators/angular-templates"
},
"versions/angular-v12": {
"scope": "teambit.angular",
"version": "2.2.1",
"version": "2.2.2",
"mainFile": "index.ts",
"rootDir": "scopes/versions/angular-v12"
},
"versions/angular-v13": {
"scope": "teambit.angular",
"version": "2.2.1",
"version": "2.2.2",
"mainFile": "index.ts",
"rootDir": "scopes/versions/angular-v13"
},
"versions/angular-v14": {
"scope": "teambit.angular",
"version": "2.2.1",
"version": "2.2.2",
"mainFile": "index.ts",
"rootDir": "scopes/versions/angular-v14"
},
"versions/angular-v15": {
"scope": "teambit.angular",
"version": "2.2.1",
"version": "2.2.2",
"mainFile": "index.ts",
"rootDir": "scopes/versions/angular-v15"
},
"versions/angular-v16": {
"scope": "teambit.angular",
"version": "1.1.1",
"version": "1.1.2",
"mainFile": "index.ts",
"rootDir": "scopes/versions/angular-v16"
},
Expand All @@ -155,7 +155,7 @@
},
"versions/common/angular-base": {
"scope": "teambit.angular",
"version": "1.2.1",
"version": "1.2.2",
"mainFile": "index.ts",
"rootDir": "scopes/versions/common/angular-base"
},
Expand Down

0 comments on commit 5ac750e

Please sign in to comment.