@codecademy/gamut-styles 13.0.3-alpha.efc42d.0 → 13.1.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.
@@ -3,4 +3,4 @@
3
3
  @codecademy/gamut-styles:build: $ rm -rf ./dist
4
4
  @codecademy/gamut-styles:build: $ tsc
5
5
  @codecademy/gamut-styles:build: $ babel ./src --out-dir ./dist --copy-files --extensions ".ts,.tsx"
6
- @codecademy/gamut-styles:build: Successfully compiled 45 files with Babel (1392ms).
6
+ @codecademy/gamut-styles:build: Successfully compiled 45 files with Babel (1466ms).
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.0.3-alpha.efc42d.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@13.0.2...@codecademy/gamut-styles@13.0.3-alpha.efc42d.0) (2022-04-12)
6
+ ## [13.1.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@13.0.2...@codecademy/gamut-styles@13.1.0) (2022-04-13)
7
7
 
8
- **Note:** Version bump only for package @codecademy/gamut-styles
9
8
 
9
+ ### Features
10
10
 
11
+ * **SocialMediaSharing:** making SocialMediaSharing responsive to colormode ([591414e](https://github.com/Codecademy/gamut/commit/591414e523b8c4a8fba73e1ee0c380806fe5ff1e))
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.0.3-alpha.efc42d.0",
4
+ "version": "13.1.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": "74c4eb95d767ccef02c129357cafaf3057cf2b22"
42
+ "gitHead": "285526a7aac5569beb8e10ae4a1d81258cf68851"
43
43
  }