@codecademy/gamut-styles 13.4.0 → 13.4.1-alpha.9bfc43.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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.4.1-alpha.9bfc43.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@13.4.0...@codecademy/gamut-styles@13.4.1-alpha.9bfc43.0) (2022-07-22)
7
+
8
+ **Note:** Version bump only for package @codecademy/gamut-styles
9
+
10
+
11
+
12
+
13
+
6
14
  ## [13.4.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@13.3.0...@codecademy/gamut-styles@13.4.0) (2022-07-19)
7
15
 
8
16
 
package/package.json CHANGED
@@ -1,23 +1,16 @@
1
1
  {
2
2
  "name": "@codecademy/gamut-styles",
3
3
  "description": "Styleguide & Component library for codecademy.com",
4
- "version": "13.4.0",
4
+ "version": "13.4.1-alpha.9bfc43.0",
5
5
  "author": "Jake Hiller <jake@codecademy.com>",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
8
- "scripts": {
9
- "build:clean": "rm -rf ./dist",
10
- "build:compile": "tsc",
11
- "build:transpile": "babel ./src --out-dir ./dist --copy-files --extensions \".ts,.tsx\"",
12
- "build": "yarn build:clean && yarn build:compile && yarn build:transpile",
13
- "lernaBuildTask": "yarn build"
14
- },
15
8
  "repository": {
16
9
  "type": "git",
17
10
  "url": "git@github.com:Codecademy/gamut.git"
18
11
  },
19
12
  "dependencies": {
20
- "@codecademy/variance": "^0.20.0",
13
+ "@codecademy/variance": "0.20.1-alpha.9bfc43.0",
21
14
  "@emotion/is-prop-valid": "^1.1.0",
22
15
  "polished": "^4.1.2"
23
16
  },
@@ -39,5 +32,5 @@
39
32
  "publishConfig": {
40
33
  "access": "public"
41
34
  },
42
- "gitHead": "27d82d2a697485e72c760086c8e8a6f3041e0d50"
35
+ "gitHead": "328c324db5d9cac65ec93ea7a02e1b80b6ff9208"
43
36
  }
package/project.json ADDED
@@ -0,0 +1,22 @@
1
+ {
2
+ "$schema": "../../../node_modules/nx/schemas/project-schema.json",
3
+ "sourceRoot": "packages/gamut-styles/src",
4
+ "projectType": "library",
5
+ "targets": {
6
+ "build": {
7
+ "outputs": ["{options.outputPath}"],
8
+ "executor": "nx:run-commands",
9
+ "options": {
10
+ "cwd": "packages/gamut-styles",
11
+ "outputPath": ["./dist"],
12
+ "commands": [
13
+ "rm -rf ./dist",
14
+ "tsc",
15
+ "babel ./src --out-dir ./dist --copy-files --extensions \".ts,.tsx\""
16
+ ],
17
+ "parallel": false
18
+ }
19
+ }
20
+ },
21
+ "tags": []
22
+ }
@@ -1,9 +0,0 @@
1
- @codecademy/gamut-styles:build: cache hit, replaying output 513202d294f69ab2
2
- @codecademy/gamut-styles:build: $ yarn build:clean && yarn build:compile && yarn build:transpile
3
- @codecademy/gamut-styles:build: $ rm -rf ./dist
4
- @codecademy/gamut-styles:build: $ tsc
5
- @codecademy/gamut-styles:build: $ babel ./src --out-dir ./dist --copy-files --extensions ".ts,.tsx"
6
- @codecademy/gamut-styles:build: Browserslist: caniuse-lite is outdated. Please run:
7
- @codecademy/gamut-styles:build:  npx browserslist@latest --update-db
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 (1660ms).