@servicetitan/hammer-token 0.5.1 → 0.5.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
 
2
- > @servicetitan/hammer-token@0.5.0 build /home/runner/work/hammer/hammer/packages/token
2
+ > @servicetitan/hammer-token@0.5.1 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@0.5.0 lint /home/runner/work/hammer/hammer/packages/token
2
+ > @servicetitan/hammer-token@0.5.1 lint /home/runner/work/hammer/hammer/packages/hammer-token
3
3
  > eslint
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v0.5.2 (Fri May 03 2024)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - Update: renaming folders [#431](https://github.com/servicetitan/hammer/pull/431) ([@tounsoo](https://github.com/tounsoo))
6
+
7
+ #### Authors: 1
8
+
9
+ - Ben Ho ([@tounsoo](https://github.com/tounsoo))
10
+
11
+ ---
12
+
1
13
  # v0.5.1 (Thu Apr 18 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/hammer-token",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "",
5
5
  "main": "build/web/index.js",
6
6
  "types": "build/web/index.d.ts",
@@ -15,5 +15,5 @@
15
15
  "fs-extra": "^11.2.0",
16
16
  "style-dictionary": "latest"
17
17
  },
18
- "gitHead": "9b4a4fcc87cf6b43cd1d44c464b91764d0e50fdd"
18
+ "gitHead": "540e374959aca8288e2abf633a4df1393a0e6e0d"
19
19
  }