@cagovweb/state-template 6.3.2-beta1 → 6.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  @charset "UTF-8";
2
- /*! State Web Template Version 6.3.2-beta1 */
2
+ /*! State Web Template Version 6.3.2 */
3
3
  /*!
4
4
  * Bootstrap v5.3.3 (https://getbootstrap.com/)
5
5
  * Copyright 2011-2024 The Bootstrap Authors
@@ -1,4 +1,4 @@
1
- /*! State Web Template Version 6.3.2-beta1 *//*!
1
+ /*! State Web Template Version 6.3.2 *//*!
2
2
  * Bootstrap v5.3.3 (https://getbootstrap.com/)
3
3
  * Copyright 2011-2024 The Bootstrap Authors
4
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
@@ -1,4 +1,4 @@
1
- var StateTemplateNpmPackageVersion="6.3.2-beta1";
1
+ var StateTemplateNpmPackageVersion="6.3.2";
2
2
  /*!
3
3
  * Bootstrap v5.3.3 (https://getbootstrap.com/)
4
4
  * Copyright 2011-2024 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
@@ -1,4 +1,4 @@
1
- var StateTemplateNpmPackageVersion="6.3.2-beta1";
1
+ var StateTemplateNpmPackageVersion="6.3.2";
2
2
  /*!
3
3
  * Bootstrap v5.3.3 (https://getbootstrap.com/)
4
4
  * Copyright 2011-2024 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
package/dist/readme.md CHANGED
@@ -1,4 +1,4 @@
1
1
 
2
- - State Template Source Version 6.3.2-beta1
2
+ - State Template Source Version 6.3.2
3
3
  - You may use the CDN location instead of this folder
4
- - https://cdn.cdt.ca.gov/cdt/statetemplate/6.3.2-beta1/
4
+ - https://cdn.cdt.ca.gov/cdt/statetemplate/6.3.2/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cagovweb/state-template",
3
- "version": "6.3.2-beta1",
3
+ "version": "6.3.2",
4
4
  "description": "California State Web Template NPM Package",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.md CHANGED
@@ -6,7 +6,7 @@ The California State Web Template is designed to promote a responsive and standa
6
6
 
7
7
  The state web template is an open source project which you can find on the [CA Office of Digital Services GitHub repository](https://github.com/Office-of-Digital-Services). There are various technology versions of the web template available for consumption. Collaboration is highly encouraged and user feedback and contributions are always considered and often implemented.
8
8
 
9
- This package is based on [Bootstrap v5.3.0](https://www.npmjs.com/package/bootstrap/v/5.3.0)
9
+ This package is based on [Bootstrap v5.3.3](https://www.npmjs.com/package/bootstrap/v/5.3.3)
10
10
 
11
11
  ## How to use
12
12