@knitli/docs-components 1.1.5 → 1.1.6

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/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ #### 1.1.6
8
+
9
+ - fix: typo in Footer component
10
+
7
11
  #### 1.1.5
8
12
 
9
13
  - fix: path resolution issue on imported assets
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knitli/docs-components",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "Shared branded components for Knitli documentation sites",
5
5
  "keywords": [
6
6
  "knitli",
@@ -40,10 +40,10 @@
40
40
  "CHANGELOG.md"
41
41
  ],
42
42
  "scripts": {
43
- "build": "bunx tsc && node scripts/copy-dist-assets.mjs",
44
- "copy-assets": "node scripts/copy-assets.mjs",
43
+ "build": "bunx tsc && bun run scripts/copy-dist-assets.mjs",
44
+ "copy-assets": "bun run scripts/copy-assets.mjs",
45
45
  "prepublishOnly": "bun run copy-assets && bun run build",
46
- "publish": "npm publish --access public",
46
+ "publish": "npm publish --access public || node --input-type=commonjs -e \"const v=require('./package.json').version;const r=require('child_process').spawnSync('npm',['view','@knitli/docs-components@'+v,'version'],{stdio:'ignore'});if(r.status===0){console.log('Version '+v+' already published, skipping')}else{process.exit(1)}\"",
47
47
  "version": "auto-changelog -p && git add CHANGELOG.md"
48
48
  },
49
49
  "devDependencies": {
@@ -60,10 +60,7 @@
60
60
  "typescript": "catalog:dev-common",
61
61
  "vitest": "catalog:dev-common",
62
62
  "@types/react": "catalog:types",
63
- "vite": "catalog:dev-common",
64
- "vite-plugin-svgr": "catalog:react-core",
65
- "@svgr/plugin-svgo": "catalog:react-core",
66
- "@svgr/plugin-jsx": "catalog:react-core"
63
+ "vite": "catalog:dev-common"
67
64
  },
68
65
  "peerDependencies": {
69
66
  "@astrojs/starlight": "catalog:astro-core",
@@ -50,7 +50,7 @@ const shouldShowDocsHomeLink = Astro.url.pathname !== "/";
50
50
  <div class="footer-content sl-flex">
51
51
  <div class="footer-brand">
52
52
  <p class="copyright">
53
- © {currentYear}Knitli, Inc. All rights reserved.
53
+ © {currentYear} Knitli, Inc. All rights reserved.
54
54
  </p>
55
55
  <div class="social-links sl-flex">
56
56
  <a