@cagovweb/state-template 6.3.1-beta9 → 6.3.1

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.1-beta9 */
2
+ /*! State Web Template Version 6.3.1 */
3
3
  /*!
4
4
  * Bootstrap v5.3.0 (https://getbootstrap.com/)
5
5
  * Copyright 2011-2023 The Bootstrap Authors
@@ -1,4 +1,4 @@
1
- /*! State Web Template Version 6.3.1-beta9 *//*!
1
+ /*! State Web Template Version 6.3.1 *//*!
2
2
  * Bootstrap v5.3.0 (https://getbootstrap.com/)
3
3
  * Copyright 2011-2023 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.1-beta9";
1
+ var StateTemplateNpmPackageVersion="6.3.1";
2
2
  /*!
3
3
  * Bootstrap v5.3.0 (https://getbootstrap.com/)
4
4
  * Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
@@ -1,4 +1,4 @@
1
- var StateTemplateNpmPackageVersion="6.3.1-beta9";
1
+ var StateTemplateNpmPackageVersion="6.3.1";
2
2
  /*!
3
3
  * Bootstrap v5.3.0 (https://getbootstrap.com/)
4
4
  * Copyright 2011-2023 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.1-beta9
2
+ - State Template Source Version 6.3.1
3
3
  - You may use the CDN location instead of this folder
4
- - https://cdn.cdt.ca.gov/cdt/statetemplate/6.3.1-beta9/
4
+ - https://cdn.cdt.ca.gov/cdt/statetemplate/6.3.1/
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@cagovweb/state-template",
3
- "version": "6.3.1-beta9",
3
+ "version": "6.3.1",
4
4
  "description": "California State Web Template NPM Package",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "https://github.com/Office-of-Digital-Services/California-State-Web-Template-Development.git"
7
+ "url": "git+https://github.com/Office-of-Digital-Services/California-State-Web-Template-Development.git"
8
8
  },
9
9
  "bugs": "https://github.com/Office-of-Digital-Services/California-State-Web-Template-Development/issues",
10
10
  "homepage": "https://template.webstandards.ca.gov/",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "publishConfig": {
39
39
  "access": "public",
40
- "tag": "beta"
40
+ "tag": "latest"
41
41
  },
42
42
  "scripts": {
43
43
  "NPM Publish (dry run)": "npm publish --dry-run",