@cagovweb/state-template 6.5.4 → 6.5.5

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.
package/dist/readme.md CHANGED
@@ -1,4 +1,4 @@
1
1
 
2
- - State Template Source Version 6.5.4
2
+ - State Template Source Version 6.5.5
3
3
  - You may use the CDN location instead of this folder
4
- - https://cdn.cdt.ca.gov/cdt/statetemplate/6.5.4/
4
+ - https://cdn.cdt.ca.gov/cdt/statetemplate/6.5.5/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cagovweb/state-template",
3
- "version": "6.5.4",
3
+ "version": "6.5.5",
4
4
  "description": "California State Web Template NPM Package",
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,7 +44,7 @@
44
44
  "NPM Publish (dry run)": "npm publish --dry-run",
45
45
  "NPM Publish (view package)": "npm pack",
46
46
  "NPM publish": "npm publish",
47
- "NPM set latest": "npm dist-tag add @cagovweb/state-template@6.5.3 latest",
47
+ "NPM set latest": "npm dist-tag add @cagovweb/state-template@6.5.4 latest",
48
48
  "NPM remove beta tag": "npm dist-tag rm @cagovweb/state-template beta",
49
49
  "NPM deprecate old version": "npm deprecate @cagovweb/state-template@1.0.0 \"Version no longer supported. Upgrade to @latest\"",
50
50
  "prepack": "mkdir -p dist && cp -r ../_site/ca_state_template/* ./dist",
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.3](https://www.npmjs.com/package/bootstrap/v/5.3.3)
9
+ This package is based on [Bootstrap v5.3.8](https://www.npmjs.com/package/bootstrap/v/5.3.8)
10
10
 
11
11
  ## How to use
12
12