@codecademy/gamut-styles 13.2.1-alpha.ffc244.0 → 13.3.0

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,4 +1,4 @@
1
- @codecademy/gamut-styles:build: cache hit, replaying output b56e8854c0685568
1
+ @codecademy/gamut-styles:build: cache hit, replaying output 29e9438ed59f9c1c
2
2
  @codecademy/gamut-styles:build: $ yarn build:clean && yarn build:compile && yarn build:transpile
3
3
  @codecademy/gamut-styles:build: $ rm -rf ./dist
4
4
  @codecademy/gamut-styles:build: $ tsc
@@ -6,4 +6,4 @@
6
6
  @codecademy/gamut-styles:build: Browserslist: caniuse-lite is outdated. Please run:
7
7
  @codecademy/gamut-styles:build:  npx browserslist@latest --update-db
8
8
  @codecademy/gamut-styles:build:  Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
9
- @codecademy/gamut-styles:build: Successfully compiled 45 files with Babel (1680ms).
9
+ @codecademy/gamut-styles:build: Successfully compiled 45 files with Babel (1641ms).
package/CHANGELOG.md CHANGED
@@ -3,11 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ### [13.2.1-alpha.ffc244.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@13.2.0...@codecademy/gamut-styles@13.2.1-alpha.ffc244.0) (2022-06-24)
6
+ ## [13.3.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@13.2.0...@codecademy/gamut-styles@13.3.0) (2022-07-15)
7
7
 
8
- **Note:** Version bump only for package @codecademy/gamut-styles
9
8
 
9
+ ### Features
10
10
 
11
+ * **Tooltip:** Add tooltip placements ([8bb047c](https://github.com/Codecademy/gamut/commit/8bb047c61f783b919b04b7c0cc08c5e88fbed00b))
11
12
 
12
13
 
13
14
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@codecademy/gamut-styles",
3
3
  "description": "Styleguide & Component library for codecademy.com",
4
- "version": "13.2.1-alpha.ffc244.0",
4
+ "version": "13.3.0",
5
5
  "author": "Jake Hiller <jake@codecademy.com>",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "87c150e10fbe0c28144f5fb6dc411363f0e16d0c"
42
+ "gitHead": "d81502447a8aa6d08d04f62016b0ba0cfdbd5084"
43
43
  }