Bump version v1.5.0

This commit is contained in:
Lucas Larroche 2022-03-13 15:40:42 +07:00
parent f934be5de0
commit 01308c8627
27 changed files with 38 additions and 38 deletions

View file

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2019-2021 Pico Copyright (c) 2019-2022 Pico
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View file

@ -1,7 +1,7 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico.css v1.4.4 (https://picocss.com) * Pico.css v1.5.0 (https://picocss.com)
* Copyright 2019-2021 - Licensed under MIT * Copyright 2019-2022 - Licensed under MIT
*/ */
/** /**
* Theme: default * Theme: default

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico.css v1.4.4 (https://picocss.com) * Pico.css v1.5.0 (https://picocss.com)
* Copyright 2019-2021 - Licensed under MIT * Copyright 2019-2022 - Licensed under MIT
*/ */
/** /**
* Theme: default * Theme: default

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico.css v1.4.4 (https://picocss.com) * Pico.css v1.5.0 (https://picocss.com)
* Copyright 2019-2021 - Licensed under MIT * Copyright 2019-2022 - Licensed under MIT
*/ */
/** /**
* Theme: default * Theme: default

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
css/pico.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
/*! /*!
* Pico.css v1.4.4 (https://picocss.com) * Pico.css v1.5.0 (https://picocss.com)
* Copyright 2019-2021 - Licensed under MIT * Copyright 2019-2022 - Licensed under MIT
* *
* Slim version example * Slim version example
* You can export only the modules you need * You can export only the modules you need

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
/*! /*!
* Pico.css v1.4.4 (https://picocss.com) * Pico.css v1.5.0 (https://picocss.com)
* Copyright 2019-2021 - Licensed under MIT * Copyright 2019-2022 - Licensed under MIT
* *
* Slim version example * Slim version example
* You can export only the modules you need * You can export only the modules you need

File diff suppressed because one or more lines are too long

View file

@ -2,7 +2,7 @@
* Add some magic to Pico docs * Add some magic to Pico docs
* *
* Pico.css - https://picocss.com * Pico.css - https://picocss.com
* Copyright 2019-2021 - Licensed under MIT * Copyright 2019-2022 - Licensed under MIT
*/ */
// Imports // Imports

View file

@ -2,7 +2,7 @@
* Customization * Customization
* *
* Pico.css - https://picocss.com * Pico.css - https://picocss.com
* Copyright 2019-2021 - Licensed under MIT * Copyright 2019-2022 - Licensed under MIT
*/ */
// Imports // Imports

View file

@ -2,7 +2,7 @@
* Grid * Grid
* *
* Pico.css - https://picocss.com * Pico.css - https://picocss.com
* Copyright 2019-2021 - Licensed under MIT * Copyright 2019-2022 - Licensed under MIT
*/ */
const grid = { const grid = {

View file

@ -2,7 +2,7 @@
* Modal * Modal
* *
* Pico.css - https://picocss.com * Pico.css - https://picocss.com
* Copyright 2019-2021 - Licensed under MIT * Copyright 2019-2022 - Licensed under MIT
*/ */
// Config // Config

View file

@ -2,7 +2,7 @@
* Color Picker * Color Picker
* *
* Pico.css - https://picocss.com * Pico.css - https://picocss.com
* Copyright 2019-2021 - Licensed under MIT * Copyright 2019-2022 - Licensed under MIT
*/ */
export const colorPicker = { export const colorPicker = {

View file

@ -2,7 +2,7 @@
* Toggle navigation * Toggle navigation
* *
* Pico.css - https://picocss.com * Pico.css - https://picocss.com
* Copyright 2019-2021 - Licensed under MIT * Copyright 2019-2022 - Licensed under MIT
*/ */
export const toggleNavigation = { export const toggleNavigation = {

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "@picocss/pico", "name": "@picocss/pico",
"version": "1.4.4", "version": "1.5.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@picocss/pico", "name": "@picocss/pico",
"version": "1.4.4", "version": "1.5.0",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.17.6", "@babel/cli": "^7.17.6",

View file

@ -1,6 +1,6 @@
{ {
"name": "@picocss/pico", "name": "@picocss/pico",
"version": "1.4.4", "version": "1.5.0",
"description": "Minimal CSS Framework for semantic HTML", "description": "Minimal CSS Framework for semantic HTML",
"author": "Lucas Larroche", "author": "Lucas Larroche",
"main": "css/pico.min.css", "main": "css/pico.min.css",

View file

@ -1,6 +1,6 @@
/*! /*!
* Pico.css v1.4.4 (https://picocss.com) * Pico.css v1.5.0 (https://picocss.com)
* Copyright 2019-2021 - Licensed under MIT * Copyright 2019-2022 - Licensed under MIT
*/ */
// Config // Config

View file

@ -1,6 +1,6 @@
/*! /*!
* Pico.css v1.4.4 (https://picocss.com) * Pico.css v1.5.0 (https://picocss.com)
* Copyright 2019-2021 - Licensed under MIT * Copyright 2019-2022 - Licensed under MIT
* *
* Slim version example * Slim version example
* You can export only the modules you need * You can export only the modules you need