Skip to content

Commit

Permalink
Merge pull request #1126 from GSA/vrelease-13.0.6
Browse files Browse the repository at this point in the history
Release version updated to 13.0.6
  • Loading branch information
yerramshilpa authored Feb 21, 2023
2 parents 913ce21 + 5ca31a2 commit cf5f48c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions libs/packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gsa-sam/components",
"version": "13.0.5",
"version": "13.0.6",
"types": "../../../dist/out-tsc/libs/components/index.d.ts",
"repository": {
"type": "git",
Expand All @@ -16,4 +16,4 @@
"accessible-html5-video-player": "^1.0.6",
"ngx-bootstrap-icons": "^1.7.2"
}
}
}
4 changes: 2 additions & 2 deletions libs/packages/sam-formly/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gsa-sam/sam-formly",
"version": "13.0.5",
"version": "13.0.6",
"repository": {
"type": "git",
"url": "https://github.com/GSA/sam-design-system.git"
Expand All @@ -18,4 +18,4 @@
"@gsa-sam/sam-material-extensions": ">=13.0.0-beta.1",
"@gsa-sam/ngx-uswds": ">=13.0.0-beta.1"
}
}
}
4 changes: 2 additions & 2 deletions libs/packages/sam-material-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gsa-sam/sam-material-extensions",
"version": "13.0.5",
"version": "13.0.6",
"repository": {
"type": "git",
"url": "https://github.com/GSA/sam-design-system.git"
Expand All @@ -15,4 +15,4 @@
"ngx-bootstrap-icons": "^1.7.2",
"@gsa-sam/components": ">=13.0.0-beta.1"
}
}
}
6 changes: 3 additions & 3 deletions misc/generate-stackblitzes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ let dependencies = packageJson.dependencies;
// Locking version at 11.0.3 - issue with stackblitz is that it does not pick up newly released npm modules for weeks
const samDependencies = {
'@gsa-sam/layouts': '12.0.0',
'@gsa-sam/components': '13.0.5',
'@gsa-sam/sam-formly': '13.0.5',
'@gsa-sam/sam-material-extensions': '13.0.5',
'@gsa-sam/components': '13.0.6',
'@gsa-sam/sam-formly': '13.0.6',
'@gsa-sam/sam-material-extensions': '13.0.6',
};

dependencies = { ...dependencies, ...samDependencies };
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sam-design-system",
"version": "13.0.5",
"version": "13.0.6",
"license": "MIT",
"scripts": {
"start": "ng serve",
Expand Down

0 comments on commit cf5f48c

Please sign in to comment.