Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version updated to 13.0.6 #1126

Merged
merged 2 commits into from
Feb 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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