@codefast/typescript-config 0.2.22 → 0.2.24

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @codefast/typescript-config
2
2
 
3
+ ## 0.2.24
4
+
5
+ ### Patch Changes
6
+
7
+ - [`a3cdbb5`](https://github.com/codefastlabs/codefast/commit/a3cdbb59e9c3c93e806154aefce6be9c717f332c) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): standardize animation utilities and classes
8
+
9
+ - [`ed44ada`](https://github.com/codefastlabs/codefast/commit/ed44adadc1a339e7d0bc7be5bcfc5c45836ab26e) Thanks [@thevuong](https://github.com/thevuong)! - feat(animations): refactor animation utilities and naming
10
+
11
+ ## 0.2.23
12
+
13
+ ### Patch Changes
14
+
15
+ - [`814d40e`](https://github.com/codefastlabs/codefast/commit/814d40ea6708d7a0a01f9d56dc9feb7b6713b731) Thanks [@thevuong](https://github.com/thevuong)! - feat(ui): consolidate styles and animations into a single CSS file
16
+
3
17
  ## 0.2.22
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefast/typescript-config",
3
- "version": "0.2.22",
3
+ "version": "0.2.24",
4
4
  "bugs": {
5
5
  "url": "https://github.com/codefastlabs/codefast/issues"
6
6
  },