@servicetitan/hammer-token 1.3.0 → 1.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
 
2
- > @servicetitan/hammer-token@1.2.0 build /home/runner/work/hammer/hammer/packages/hammer-token
2
+ > @servicetitan/hammer-token@1.3.0 build /home/runner/work/hammer/hammer/packages/hammer-token
3
3
  > node ./config.js
4
4
 
5
5
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @servicetitan/hammer-token@1.2.0 lint /home/runner/work/hammer/hammer/packages/hammer-token
2
+ > @servicetitan/hammer-token@1.3.0 lint /home/runner/work/hammer/hammer/packages/hammer-token
3
3
  > eslint
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
+ # v1.3.1 (Mon Oct 28 2024)
2
+
3
+ #### 📝 Documentation
4
+
5
+ - HOTFIX: Changelog updates after release mishap [#784](https://github.com/servicetitan/hammer/pull/784) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
6
+
7
+ #### Authors: 1
8
+
9
+ - Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
10
+
11
+ ---
12
+
1
13
  # v1.3.0 (Fri Oct 25 2024)
2
14
 
3
- #### 🏠 Internal
15
+ #### New Feature
4
16
 
5
17
  - ANV-2021: Add sr-only class to css-utils [#773](https://github.com/servicetitan/hammer/pull/773) ([@tounsoo](https://github.com/tounsoo))
6
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/hammer-token",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "",
5
5
  "main": "build/web/index.js",
6
6
  "types": "build/web/index.d.ts",
@@ -21,5 +21,5 @@
21
21
  "fs-extra": "^11.2.0",
22
22
  "style-dictionary": "^3"
23
23
  },
24
- "gitHead": "a2044ec10f73bad2c40a42826a05be9d99cf77b4"
24
+ "gitHead": "b8f41a26ab56efde908c0dd2a492ef21b1243550"
25
25
  }