@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.
- package/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +3 -2
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[33m@codecademy/gamut-styles:build: [0mcache hit, replaying output [
|
|
1
|
+
[33m@codecademy/gamut-styles:build: [0mcache hit, replaying output [2m29e9438ed59f9c1c[0m
|
|
2
2
|
[33m@codecademy/gamut-styles:build: [0m$ yarn build:clean && yarn build:compile && yarn build:transpile
|
|
3
3
|
[33m@codecademy/gamut-styles:build: [0m$ rm -rf ./dist
|
|
4
4
|
[33m@codecademy/gamut-styles:build: [0m$ tsc
|
|
@@ -6,4 +6,4 @@
|
|
|
6
6
|
[33m@codecademy/gamut-styles:build: [0mBrowserslist: caniuse-lite is outdated. Please run:
|
|
7
7
|
[33m@codecademy/gamut-styles:build: [0m npx browserslist@latest --update-db
|
|
8
8
|
[33m@codecademy/gamut-styles:build: [0m Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
|
|
9
|
-
[33m@codecademy/gamut-styles:build: [0mSuccessfully compiled 45 files with Babel (
|
|
9
|
+
[33m@codecademy/gamut-styles:build: [0mSuccessfully 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
|
-
|
|
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.
|
|
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": "
|
|
42
|
+
"gitHead": "d81502447a8aa6d08d04f62016b0ba0cfdbd5084"
|
|
43
43
|
}
|